public final class ApplyToDependencies
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplyToDependencies.Builder
Builds instances of
ApplyToDependencies. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DependenciesDescriptor> |
getDescriptors()
Returns the descriptors of dependencies to match modules names to have
their information applied.
|
DependenciesDescriptor |
getDescriptorThatMatches(java.lang.String name)
Creates a merged descriptor from all descriptors that matches the given
module name.
|
void |
merge(ApplyToDependencies applyToDependencies)
Merges the given
applyToDependencies instance into this instance. |
java.lang.String |
toString() |
public java.util.List<DependenciesDescriptor> getDescriptors()
public DependenciesDescriptor getDescriptorThatMatches(java.lang.String name)
name - the name of a module to match.public void merge(ApplyToDependencies applyToDependencies)
applyToDependencies instance into this instance.applyToDependencies - the applyToDependencies to merge into this
instance.public java.lang.String toString()
Provides the properties via reflection for displaying debug information.
toString in class java.lang.Object