java.lang.Object
org.wurbelizer.wurblet.AbstractWurblet
org.tentackle.wurblet.IncludeWurblet
- All Implemented Interfaces:
org.wurbelizer.wurblet.Wurblet
- Direct Known Subclasses:
Include
public class IncludeWurblet
extends org.wurbelizer.wurblet.AbstractWurblet
Base class for the
@Include-wurblet.
Necessary because the run-method is overridden.
- Author:
- harald
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected Stringprotected booleanprotected booleanFields inherited from class org.wurbelizer.wurblet.AbstractWurblet
configuration, container, out, phase, source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.wurbelizer.wurblet.AbstractWurblet
getConfiguration, getContainer, getGuardName, getPhase, process, setConfiguration, setContainer, setPhase, toString
-
Field Details
-
filename
-
asComment
protected boolean asComment -
missingOk
protected boolean missingOk -
translate
protected boolean translate -
delete
protected boolean delete
-
-
Constructor Details
-
IncludeWurblet
public IncludeWurblet()
-
-
Method Details
-
run
public void run() throws org.wurbelizer.wurbel.WurbelException- Specified by:
runin interfaceorg.wurbelizer.wurblet.Wurblet- Overrides:
runin classorg.wurbelizer.wurblet.AbstractWurblet- Throws:
org.wurbelizer.wurbel.WurbelException
-
cleanup
public void cleanup() throws org.wurbelizer.wurbel.WurbelException- Specified by:
cleanupin interfaceorg.wurbelizer.wurblet.Wurblet- Overrides:
cleanupin classorg.wurbelizer.wurblet.AbstractWurblet- Throws:
org.wurbelizer.wurbel.WurbelException
-