Class ProjectType


  • public class ProjectType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.List<java.lang.String> auxClasspathEntry  
      protected java.util.List<java.lang.String> jar  
      protected java.lang.String projectName  
      protected java.util.List<java.lang.String> srcDir  
    • Constructor Summary

      Constructors 
      Constructor Description
      ProjectType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getAuxClasspathEntry()
      Gets the value of the auxClasspathEntry property.
      java.util.List<java.lang.String> getJar()
      Gets the value of the jar property.
      java.lang.String getProjectName()
      Gets the value of the projectName property.
      java.util.List<java.lang.String> getSrcDir()
      Gets the value of the srcDir property.
      void setProjectName​(java.lang.String value)
      Sets the value of the projectName property.
      • Methods inherited from class java.lang.Object

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

      • jar

        protected java.util.List<java.lang.String> jar
      • auxClasspathEntry

        protected java.util.List<java.lang.String> auxClasspathEntry
      • srcDir

        protected java.util.List<java.lang.String> srcDir
      • projectName

        protected java.lang.String projectName
    • Constructor Detail

      • ProjectType

        public ProjectType()
    • Method Detail

      • getJar

        public java.util.List<java.lang.String> getJar()
        Gets the value of the jar property. String
      • getAuxClasspathEntry

        public java.util.List<java.lang.String> getAuxClasspathEntry()
        Gets the value of the auxClasspathEntry property. String
      • getSrcDir

        public java.util.List<java.lang.String> getSrcDir()
        Gets the value of the srcDir property. String
      • getProjectName

        public java.lang.String getProjectName()
        Gets the value of the projectName property.
        Returns:
        possible object is String
      • setProjectName

        public void setProjectName​(java.lang.String value)
        Sets the value of the projectName property.
        Parameters:
        value - allowed object is String