class CopyDelegate extends BaseDependencyDelegate
Delegate for the copy method's closure. This passes through everything to the Copier.
| Modifiers | Name | Description |
|---|---|---|
static java.lang.String |
ERROR_MESSAGE |
|
boolean |
removeVersion |
|
java.nio.file.Path |
to |
| Fields inherited from class | Fields |
|---|---|
class BaseDependencyDelegate |
DEPENDENCIES_ATTRIBUTE_TYPES, DEPENDENCIES_DEFAULT_ATTRIBUTES, ERROR_MESSAGE, project, traversalRules |
| Constructor and description |
|---|
CopyDelegate(java.util.Map<java.lang.String, java.lang.Object> attributes, org.savantbuild.domain.Project project, org.savantbuild.dep.DependencyService dependencyService) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
int |
copy()Copies the dependencies to the target directory |
| Methods inherited from class | Name |
|---|---|
class BaseDependencyDelegate |
dependencies |