Class GenerateTomcatContexts

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class GenerateTomcatContexts
    extends org.apache.tools.ant.Task
    • Field Summary

      • Fields inherited from class org.apache.tools.ant.Task

        target, taskName, taskType, wrapper
      • Fields inherited from class org.apache.tools.ant.ProjectComponent

        description, location, project
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      void generateWebAppContextsForAspect​(java.util.List<ExtensionTomcatContextInfoProvider.TomcatContextInfo> ctxInfos, java.nio.file.Path outputDir)  
      java.lang.String getContextTemplate()  
      java.lang.String getOutputPath()  
      void setContextTemplate​(java.lang.String contextTemplate)  
      void setOutputPath​(java.lang.String outputPath)  
      • Methods inherited from class org.apache.tools.ant.Task

        bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
      • Methods inherited from class org.apache.tools.ant.ProjectComponent

        clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
      • Methods inherited from class java.lang.Object

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

      • GenerateTomcatContexts

        public GenerateTomcatContexts()
    • Method Detail

      • setOutputPath

        public void setOutputPath​(java.lang.String outputPath)
      • getOutputPath

        public java.lang.String getOutputPath()
      • setContextTemplate

        public void setContextTemplate​(java.lang.String contextTemplate)
      • getContextTemplate

        public java.lang.String getContextTemplate()
      • execute

        public void execute()
        Overrides:
        execute in class org.apache.tools.ant.Task