Package fmpp.tools

Class AntTask.AntAttributeSubstitution

  • All Implemented Interfaces:
    java.lang.Cloneable
    Enclosing class:
    AntTask

    public static class AntTask.AntAttributeSubstitution
    extends org.apache.tools.ant.ProjectComponent
    Used internally (must be public class for technical reasons).
    • Field Summary

      • 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 addText​(java.lang.String text)  
      java.lang.String getText()  
      void setExpandProperties​(boolean expandProperties)  
      • Methods inherited from class org.apache.tools.ant.ProjectComponent

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

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

      • AntAttributeSubstitution

        public AntAttributeSubstitution()
    • Method Detail

      • setExpandProperties

        public void setExpandProperties​(boolean expandProperties)
      • addText

        public void addText​(java.lang.String text)
      • getText

        public java.lang.String getText()