Class 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 asComment  
      protected boolean delete  
      protected java.lang.String filename  
      protected boolean missingOk  
      protected boolean translate  
      • Fields inherited from class org.wurbelizer.wurblet.AbstractWurblet

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

      Constructors 
      Constructor Description
      IncludeWurblet()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cleanup()  
      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 Detail

      • filename

        protected java.lang.String filename
      • asComment

        protected boolean asComment
      • missingOk

        protected boolean missingOk
      • translate

        protected boolean translate
      • delete

        protected boolean delete
    • Constructor Detail

      • IncludeWurblet

        public IncludeWurblet()
    • Method Detail

      • 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