| Modifier and Type | Method and Description |
|---|---|
protected MavenCoordinates |
SoftwareRegistrationSoftwareManager.getMavenCoordinates() |
MavenCoordinates |
LibrarySoftwareManager.getMavenCoordinates(Package softwarePackage) |
MavenCoordinates |
GCubePluginSoftwareManager.getMavenCoordinates(Package softwarePackage) |
MavenCoordinates |
SoftwareRegistrationSoftwareManager.getMavenCoordinates(Package softwarePackage) |
MavenCoordinates |
GCubeWebServiceSoftwareManager.getMavenCoordinates(Package softwarePackage) |
MavenCoordinates |
ISoftwareTypeManager.getMavenCoordinates(Package softwarePackage) |
MavenCoordinates |
GCubePatchSoftwareManager.getMavenCoordinates(Package softwarePackage) |
MavenCoordinates |
AnySoftwareSoftwareManager.getMavenCoordinates(Package softwarePackage) |
MavenCoordinates |
WebAppSoftwareManager.getMavenCoordinates(Package softwarePackage) |
protected MavenCoordinates |
AbstractSoftwareManager.getMavenCoordinates(ServiceProfile serviceProfile) |
| Modifier and Type | Method and Description |
|---|---|
MavenCoordinates |
Package.getArtifactCoordinates() |
| Modifier and Type | Method and Description |
|---|---|
Collection<MavenCoordinates> |
Package.getMavenDependencies() |
| Modifier and Type | Method and Description |
|---|---|
void |
Package.setArtifactCoordinates(MavenCoordinates artifactCoordinates) |
| Modifier and Type | Method and Description |
|---|---|
MavenCoordinates |
GetPackageArtifactCoordinatesResult.getArtifactCoordinates() |
MavenCoordinates |
SetPackageArtifactCoordinates.getArtifactCoordinates() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<MavenCoordinates> |
GetMavenDependenciesResult.getDependencies() |
ArrayList<MavenCoordinates> |
AddMavenDependencies.getDependencies() |
ArrayList<MavenCoordinates> |
RemoveMavenDependencies.getDependencies() |
| Constructor and Description |
|---|
GetPackageArtifactCoordinatesResult(MavenCoordinates artifactCoordinates,
MavenVersionRule versionRule) |
SetPackageArtifactCoordinates(String packageId,
MavenCoordinates artifactCoordinates) |
| Constructor and Description |
|---|
AddMavenDependencies(String packageId,
ArrayList<MavenCoordinates> dependencies) |
GetMavenDependenciesResult(ArrayList<MavenCoordinates> dependencies) |
RemoveMavenDependencies(String packageId,
ArrayList<MavenCoordinates> dependencies) |
Copyright © 2015. All Rights Reserved.