Class 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.
    For more options, see AbstractWurblet.
    • Constructor Summary

      Constructors 
      Constructor Description
      Include()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class org.wurbelizer.wurblet.AbstractWurblet

        getClassName, getConfiguration, getContainer, getGuardName, getPackageName, getPhase, getSuperClassName, process, setConfiguration, setContainer, setPhase, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Include

        public Include()
    • Method Detail

      • run

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