Package org.tentackle.wurblet
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.
AbstractWurblet.
-
-
Constructor Summary
Constructors Constructor Description Include()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class org.tentackle.wurblet.IncludeWurblet
cleanup
-
-
-
-
Method Detail
-
run
public void run() throws org.wurbelizer.wurbel.WurbelException- Specified by:
runin interfaceorg.wurbelizer.wurblet.Wurblet- Overrides:
runin classIncludeWurblet- Throws:
org.wurbelizer.wurbel.WurbelException
-
-