Class Project

  • All Implemented Interfaces:
    org.gradle.plugins.ide.internal.generator.generator.PersistableConfigurationObject

    public class Project
    extends org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
    Represents the customizable elements of an ipr (via XML hooks everything of the ipr is customizable).
    • Constructor Detail

      • Project

        public Project​(org.gradle.internal.xml.XmlTransformer xmlTransformer,
                       Object pathFactory)
    • Method Detail

      • getModulePaths

        public Set<Path> getModulePaths()
        A set of Path instances pointing to the modules contained in the ipr.
      • setModulePaths

        public void setModulePaths​(Set<Path> modulePaths)
      • addModulePath

        @Incubating
        public void addModulePath​(File moduleFile)
        Adds a module to the module paths included in the Project.
        Parameters:
        moduleFile - path to the module's module file
        Since:
        4.0
      • getWildcards

        public Set<String> getWildcards()
        A set of wildcard string to be included/excluded from the resources.
      • setWildcards

        public void setWildcards​(Set<String> wildcards)
      • getJdk

        public Jdk getJdk()
        Represent the jdk information of the project java sdk.
      • setJdk

        public void setJdk​(Jdk jdk)
      • getVcs

        public String getVcs()
        The vcs used by the project.
      • setVcs

        public void setVcs​(String vcs)
      • getProjectLibraries

        public Set<ProjectLibrary> getProjectLibraries()
        The project-level libraries of the IDEA project.
      • setProjectLibraries

        public void setProjectLibraries​(Set<ProjectLibrary> projectLibraries)
      • getDefaultResourceName

        protected String getDefaultResourceName()
        Specified by:
        getDefaultResourceName in class org.gradle.plugins.ide.internal.generator.AbstractPersistableConfigurationObject
      • load

        protected void load​(Node xml)
        Overrides:
        load in class org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
      • store

        protected void store​(Node xml)
        Overrides:
        store in class org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object