Package jdiff

Class JDiffAntTask.ProjectInfo

  • Enclosing class:
    JDiffAntTask

    public static class JDiffAntTask.ProjectInfo
    extends java.lang.Object
    This class handles the information about a project, whether it is the older or newer version. Note: Don't confuse this class with the Project used by Ant. This ProjectInfo class is from local to this task.
    • Constructor Summary

      Constructors 
      Constructor Description
      ProjectInfo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addDirset​(org.apache.tools.ant.types.DirSet aDirset)
      Used to store the child element named "dirset", which is under the "old" or "new" XML elements.
      java.util.Vector getDirsets()  
      java.lang.String getJavadoc()  
      java.lang.String getName()  
      void setDirset​(org.apache.tools.ant.types.DirSet value)  
      void setJavadoc​(java.lang.String value)  
      void setName​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • ProjectInfo

        public ProjectInfo()
    • Method Detail

      • setName

        public void setName​(java.lang.String value)
      • getName

        public java.lang.String getName()
      • setJavadoc

        public void setJavadoc​(java.lang.String value)
      • getJavadoc

        public java.lang.String getJavadoc()
      • setDirset

        public void setDirset​(org.apache.tools.ant.types.DirSet value)
      • getDirsets

        public java.util.Vector getDirsets()
      • addDirset

        public void addDirset​(org.apache.tools.ant.types.DirSet aDirset)
        Used to store the child element named "dirset", which is under the "old" or "new" XML elements.