Class IncludeWurblet

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

    Fields
    Modifier and Type
    Field
    Description
    protected boolean
     
    protected boolean
     
    protected String
     
    protected boolean
     
    protected boolean
     

    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
     
    void
    run()
     

    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
  • Field Details

    • filename

      protected String 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:
      run in interface org.wurbelizer.wurblet.Wurblet
      Overrides:
      run in class org.wurbelizer.wurblet.AbstractWurblet
      Throws:
      org.wurbelizer.wurbel.WurbelException
    • cleanup

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