org.gcube.vremanagement.softwaregateway.impl.coordinates
Class MavenCoordinates

java.lang.Object
  extended by org.gcube.vremanagement.softwaregateway.impl.coordinates.Coordinates
      extended by 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
           
 
Fields inherited from class org.gcube.vremanagement.softwaregateway.impl.coordinates.Coordinates
artifactId, groupId, packageName, packageVersion, serviceClass, serviceName, serviceVersion, version
 
Constructor Summary
MavenCoordinates(String gId, String aId, String v)
           
 
Method Summary
 Coordinates convert()
           
 GCubeCoordinates getGcubeCoordinates()
          Conversion from gcubeCoordinates to maven coordinates
 void setGcubeCoordinates(GCubeCoordinates gcubeCoordinates)
           
 
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
 

Field Detail

logger

protected final org.gcube.common.core.utils.logging.GCUBELog logger
Constructor Detail

MavenCoordinates

public MavenCoordinates(String gId,
                        String aId,
                        String v)
                 throws BadCoordinatesException
Throws:
BadCoordinatesException
Method Detail

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.