Class Project
java.lang.Object
org.gradle.plugins.ide.internal.generator.AbstractPersistableConfigurationObject
org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
org.gradle.plugins.ide.idea.model.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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addModulePath
(File moduleFile) Adds a module to the module paths included in the Project.void
configure
(List<IdeaModule> modules, String jdkName, IdeaLanguageLevel languageLevel, JavaVersion bytecodeVersion, Collection<String> wildcards, Collection<ProjectLibrary> projectLibraries, String vcs) boolean
protected String
getJdk()
Represent the jdk information of the project java sdk.A set ofPath
instances pointing to the modules contained in the ipr.The project-level libraries of the IDEA project.getVcs()
The vcs used by the project.A set of wildcard string to be included/excluded from the resources.int
hashCode()
protected void
void
void
setModulePaths
(Set<Path> modulePaths) void
setProjectLibraries
(Set<ProjectLibrary> projectLibraries) void
void
setWildcards
(Set<String> wildcards) protected void
Methods inherited from class org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
findFirstChildNamed, findFirstChildWithAttributeValue, findFirstWithAttributeValue, findOrCreateFirstChildNamed, findOrCreateFirstChildWithAttributeValue, getChildren, getXml, load, store, transformAction, transformAction
Methods inherited from class org.gradle.plugins.ide.internal.generator.AbstractPersistableConfigurationObject
load, loadDefaults, store
-
Constructor Details
-
Project
-
-
Method Details
-
getModulePaths
A set ofPath
instances pointing to the modules contained in the ipr. -
setModulePaths
-
addModulePath
Adds a module to the module paths included in the Project.- Parameters:
moduleFile
- path to the module's module file- Since:
- 4.0
-
getWildcards
A set of wildcard string to be included/excluded from the resources. -
setWildcards
-
getJdk
Represent the jdk information of the project java sdk. -
setJdk
-
getVcs
The vcs used by the project. -
setVcs
-
getProjectLibraries
The project-level libraries of the IDEA project. -
setProjectLibraries
-
getDefaultResourceName
- Specified by:
getDefaultResourceName
in classorg.gradle.plugins.ide.internal.generator.AbstractPersistableConfigurationObject
-
configure
public void configure(List<IdeaModule> modules, String jdkName, IdeaLanguageLevel languageLevel, JavaVersion bytecodeVersion, Collection<String> wildcards, Collection<ProjectLibrary> projectLibraries, String vcs) -
load
- Overrides:
load
in classorg.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
-
store
- Overrides:
store
in classorg.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
-
equals
-
hashCode
public int hashCode()
-