|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Dependency | |
|---|---|
| org.axway.grapes.commons.datamodel | |
| org.axway.grapes.commons.utils | |
| Uses of Dependency in org.axway.grapes.commons.datamodel |
|---|
| Methods in org.axway.grapes.commons.datamodel that return Dependency | |
|---|---|
static Dependency |
DataModelFactory.createDependency(Artifact artifact,
Scope scope)
Generates a dependency regarding the parameters. |
static Dependency |
DataModelFactory.createDependency(Artifact artifact,
String scope)
Generates a dependency regarding the parameters. |
| Methods in org.axway.grapes.commons.datamodel that return types with arguments of type Dependency | |
|---|---|
Set<Dependency> |
Module.getDependencies()
|
| Methods in org.axway.grapes.commons.datamodel with parameters of type Dependency | |
|---|---|
void |
Module.addDependency(Dependency dependency)
Add a dependency to the module. |
| Uses of Dependency in org.axway.grapes.commons.utils |
|---|
| Methods in org.axway.grapes.commons.utils that return types with arguments of type Dependency | |
|---|---|
static List<Dependency> |
ModuleUtils.getAllDependencies(Module module)
Returns all the dependencies of a module |
static Set<Dependency> |
ModuleUtils.getAllDependencies(Module module,
List<String> producedArtifacts)
Returns all the dependencies taken into account the artifact of the module that will be removed from the dependencies |
static List<Dependency> |
ModuleUtils.getCorporateDependencies(Module module,
List<String> corporateFilters)
Returns the corporate dependencies of a module |
static List<Dependency> |
ModuleUtils.getThirdPartyLibraries(Module module,
List<String> corporateFilters)
Returns the third party libraries of a module |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||