org.gcube.vremanagement.softwaregateway.impl.coordinates
Class MavenCoordinates
java.lang.Object
org.gcube.vremanagement.softwaregateway.impl.coordinates.Coordinates
org.gcube.vremanagement.softwaregateway.impl.coordinates.MavenCoordinates
- All Implemented Interfaces:
- Serializable
public class MavenCoordinates
- extends Coordinates
Defines a set of Maven Coordinates
- Author:
- Roberto Cirillo (ISTI - CNR)
- See Also:
- Serialized Form
|
Field Summary |
protected org.gcube.common.core.utils.logging.GCUBELog |
logger
|
| Methods inherited from class org.gcube.vremanagement.softwaregateway.impl.coordinates.Coordinates |
getArtifactId, getGroupId, getPackageName, getPackageVersion, getServiceClass, getServiceName, getServiceVersion, getVersion, setArtifactId, setGroupId, setPackageName, setPackageVersion, setServiceClass, setServiceName, setServiceVersion, setVersion |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final org.gcube.common.core.utils.logging.GCUBELog logger
MavenCoordinates
public MavenCoordinates(String gId,
String aId,
String v)
throws BadCoordinatesException
- Throws:
BadCoordinatesException
convert
public Coordinates convert()
throws BadCoordinatesException
- Specified by:
convert in class Coordinates
- Throws:
BadCoordinatesException
getGcubeCoordinates
public GCubeCoordinates getGcubeCoordinates()
throws ServiceNotAvaiableFault
- Conversion from gcubeCoordinates to maven coordinates
- Returns:
-
- Throws:
ServiceNotAvaiableFault
setGcubeCoordinates
public void setGcubeCoordinates(GCubeCoordinates gcubeCoordinates)
Copyright © 2013. All Rights Reserved.