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.
  • Field Summary

    Fields inherited from class org.tentackle.wurblet.IncludeWurblet

    asComment, delete, filename, missingOk, translate

    Fields inherited from class org.wurbelizer.wurblet.AbstractWurblet

    configuration, container, out, phase, source
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     

    Methods inherited from class org.tentackle.wurblet.IncludeWurblet

    cleanup

    Methods inherited from class org.wurbelizer.wurblet.AbstractWurblet

    getConfiguration, getContainer, getGuardName, getPhase, process, setConfiguration, setContainer, setPhase, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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