Class Include

java.lang.Object
org.wurbelizer.wurblet.AbstractWurblet
org.tentackle.wurblet.IncludeWurblet
org.tentackle.wurblet.Include
All Implemented Interfaces:
org.wurbelizer.wurblet.Wurblet

public class Include extends IncludeWurblet
(@wurblet) Includes another file.

usage:
@wurblet <tag> Include [--comment] [--missingok] [--translate] [--delete] <filename>

arguments:

  • --comment: include as comment.
  • --missingok: missing include file is not an error.
  • --translate: translate $variables.
  • --delete: deletes the file after inclusion.
  • filename: the file to include.
For more options, see AbstractWurblet.
  • Constructor Details

    • Include

      public Include()
  • Method Details

    • run

      public void run() throws org.wurbelizer.wurbel.WurbelException
      Specified by:
      run in interface org.wurbelizer.wurblet.Wurblet
      Overrides:
      run in class IncludeWurblet
      Throws:
      org.wurbelizer.wurbel.WurbelException