public class CopyDependencies extends Object
| Constructor and Description |
|---|
CopyDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDependency(Dependency dependency)
Add a Dependency into a list.
|
void |
addDependencyGroup(DependencyGroup dependencyGroup)
Add a DependencyGroup into a list.
|
List<Dependency> |
getDependencies()
Get all the current Dependency to copy.
|
List<DependencyGroup> |
getDependencyGroups()
Get all the current DependencyGroups to copy.
|
String |
getLocation() |
Boolean |
getStripVersion() |
boolean |
isStripVersion() |
void |
setLocation(String location) |
void |
setStripVersion(boolean strip) |
public String getLocation()
public void setLocation(String location)
public boolean isStripVersion()
public Boolean getStripVersion()
public void setStripVersion(boolean strip)
public List<Dependency> getDependencies()
public void addDependency(Dependency dependency)
Dependency - public List<DependencyGroup> getDependencyGroups()
public void addDependencyGroup(DependencyGroup dependencyGroup)
DependencyGroup - Copyright © 2021 the original author or authors.