Dependency
, ExternalDependency
, ExternalModuleDependency
, HasAttributes
, HasConfigurableAttributes<ModuleDependency>
, ModuleDependency
, ModuleVersionSelector
public 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.
|
java.util.Set<ModuleDependency> |
getDependencies() |
Returns all the dependencies added to the client module.
|
java.lang.String |
getId() |
Returns the id of the client module.
|
because, contentEquals, getGroup, getName, getReason, getVersion
getVersionConstraint, isForce, setForce, version
isChanging, setChanging
addArtifact, artifact, artifact, attributes, capabilities, doNotEndorseStrictVersions, endorseStrictVersions, exclude, getArtifacts, getAttributes, getExcludeRules, getRequestedCapabilities, getTargetConfiguration, isEndorsingStrictVersions, isTransitive, setTargetConfiguration, setTransitive
getGroup, getModule, getName, getVersion, matchesStrictly
void addDependency(ModuleDependency dependency)
dependency
- The dependency to add to the client module.getDependencies()
java.lang.String getId()
java.util.Set<ModuleDependency> getDependencies()
addDependency(ModuleDependency)
ClientModule copy()
copy
in interface Dependency
copy
in interface ExternalDependency
copy
in interface ExternalModuleDependency
copy
in interface ModuleDependency