|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Module | |
|---|---|
| org.axway.grapes.commons.datamodel | |
| org.axway.grapes.commons.utils | |
| Uses of Module in org.axway.grapes.commons.datamodel |
|---|
| Methods in org.axway.grapes.commons.datamodel that return Module | |
|---|---|
static Module |
DataModelFactory.createModule(String name,
String version)
Generates a module regarding the parameters. |
| Methods in org.axway.grapes.commons.datamodel that return types with arguments of type Module | |
|---|---|
Set<Module> |
Module.getSubmodules()
|
| Methods in org.axway.grapes.commons.datamodel with parameters of type Module | |
|---|---|
void |
Module.addSubmodule(Module submodule)
Adds a submodule to the module. |
| Uses of Module in org.axway.grapes.commons.utils |
|---|
| Methods in org.axway.grapes.commons.utils that return Module | |
|---|---|
static Module |
JsonUtils.unserializeModule(String module)
Un-serialize a Json into Module |
| Methods in org.axway.grapes.commons.utils with parameters of type Module | |
|---|---|
static List<Artifact> |
ModuleUtils.getAllArtifacts(Module module)
Returns all the Artifacts of the module |
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 | |||||||||