public final class ApplyToDependencies extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplyToDependencies.Builder
Builds instances of
ApplyToDependencies. |
| Modifier and Type | Method and Description |
|---|---|
Set<DependenciesDescriptor> |
getDescriptors()
Returns the descriptors of dependencies to match modules names to have
their information applied.
|
DependenciesDescriptor |
getDescriptorThatMatches(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. |
String |
toString() |
public Set<DependenciesDescriptor> getDescriptors()
public DependenciesDescriptor getDescriptorThatMatches(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.Copyright © 2013–2019 FuseSource. All rights reserved.