public static final class ApplyToDependencies.Builder extends Object
ApplyToDependencies.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(DependenciesDescriptor descriptor)
Adds the given descriptor to the list of descriptors.
|
ApplyToDependencies |
build()
Builds an instance of
ApplyToDependencies. |
public void add(DependenciesDescriptor descriptor) throws NullPointerException
descriptor - the descriptor to add.NullPointerException - if descriptor is null.public ApplyToDependencies build()
ApplyToDependencies.Copyright © 2013–2019 FuseSource. All rights reserved.