Class ProjectInfo


  • public class ProjectInfo
    extends Object
    Represents information about a project within an Ant build file. Clients may not instantiate or subclass this class.
    Since:
    2.1
    Restriction:
    This class is not intended to be subclassed by clients.
    Restriction:
    This class is not intended to be instantiated by clients.
    • Constructor Detail

      • ProjectInfo

        public ProjectInfo​(String name,
                           String description)
        Create a project information
        Parameters:
        name - project name
        description - a brief explanation of the project's purpose or null if not specified
        Since:
        3.3
    • Method Detail

      • getName

        public String getName()
        Returns the project name.
        Returns:
        the project name
      • getDescription

        public String getDescription()
        Returns the project description or null if no description is provided.
        Returns:
        the project description or null if none