java.lang.Object
org.wurbelizer.wurblet.AbstractWurblet
org.tentackle.wurblet.IncludeWurblet
org.tentackle.wurblet.Include
- All Implemented Interfaces:
org.wurbelizer.wurblet.Wurblet
(
@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.
AbstractWurblet.-
Field Summary
Fields inherited from class org.tentackle.wurblet.IncludeWurblet
asComment, delete, filename, missingOk, translateFields inherited from class org.wurbelizer.wurblet.AbstractWurblet
configuration, container, out, phase, source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tentackle.wurblet.IncludeWurblet
cleanupMethods inherited from class org.wurbelizer.wurblet.AbstractWurblet
getConfiguration, getContainer, getGuardName, getPhase, process, setConfiguration, setContainer, setPhase, toString
-
Constructor Details
-
Include
public Include()
-
-
Method Details
-
run
public void run() throws org.wurbelizer.wurbel.WurbelException- Specified by:
runin interfaceorg.wurbelizer.wurblet.Wurblet- Overrides:
runin classIncludeWurblet- Throws:
org.wurbelizer.wurbel.WurbelException
-