Dependency, ExternalDependency, ExternalModuleDependency, ModuleDependency, ModuleVersionSelectorpublic interface ClientModule extends ExternalModuleDependency
ARCHIVES_CONFIGURATION, CLASSIFIER, DEFAULT_CONFIGURATION| Modifier and Type | Method | Description |
|---|---|---|
void |
addDependency(ModuleDependency dependency) |
Add a dependency to the client module.
|
ClientModule |
copy() |
Creates and returns a new dependency with the property values of this one.
|
Set<ModuleDependency> |
getDependencies() |
Returns all the dependencies added to the client module.
|
String |
getId() |
Returns the id of the client module.
|
contentEquals, getGroup, getName, getVersionisForce, setForceisChanging, setChangingaddArtifact, artifact, artifact, exclude, getArtifacts, getConfiguration, getExcludeRules, getTargetConfiguration, isTransitive, setTransitivegetGroup, getName, getVersion, matchesStrictlyvoid addDependency(ModuleDependency dependency)
dependency - The dependency to add to the client module.getDependencies()String getId()
Set<ModuleDependency> getDependencies()
addDependency(ModuleDependency)ClientModule copy()
copy in interface Dependencycopy in interface ExternalDependencycopy in interface ExternalModuleDependencycopy in interface ModuleDependency