org.gcube.portlets.admin.software_upload_wizard.server.softwaremanagers
Class GCubeWebServiceSoftwareManager

java.lang.Object
  extended by org.gcube.portlets.admin.software_upload_wizard.server.softwaremanagers.AbstractSoftwareManager
      extended by org.gcube.portlets.admin.software_upload_wizard.server.softwaremanagers.GCubeWebServiceSoftwareManager
All Implemented Interfaces:
ISoftwareTypeManager, ISoftwareSubmissionManager

public class GCubeWebServiceSoftwareManager
extends AbstractSoftwareManager


Field Summary
 
Fields inherited from class org.gcube.portlets.admin.software_upload_wizard.server.softwaremanagers.AbstractSoftwareManager
SERVICEARCHIVE_CLASSIFIER, SERVICEARCHIVE_TYPE, SNAPSHOT_SUFFIX
 
Constructor Summary
GCubeWebServiceSoftwareManager()
           
 
Method Summary
protected  ISoftwareSubmissionTask createSofwareSubmissionTask()
           
 ServiceProfile generateInitialSoftwareProfile()
           
 MavenCoordinates getMavenCoordinates(Package softwarePackage)
           
 String getPOM(Package softwarePackage)
           
 String getServiceProfile(boolean withHeader)
           
 ISoftwareTypeInfo getSoftwareTypeInfo()
           
protected  IMavenRepositoryInfo getTargetRepository()
          Recover target maven repository info
 boolean isAvailableForScope(org.gcube.common.core.scope.GCUBEScope scope)
           
 
Methods inherited from class org.gcube.portlets.admin.software_upload_wizard.server.softwaremanagers.AbstractSoftwareManager
getChangelogContent, getImportSession, getInstallContent, getLicenseContent, getMaintainersContent, getMavenCoordinates, getMiscFiles, getPOM, getReadmeContent, setImportSession, submitSoftware
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GCubeWebServiceSoftwareManager

public GCubeWebServiceSoftwareManager()
Method Detail

generateInitialSoftwareProfile

public ServiceProfile generateInitialSoftwareProfile()

getSoftwareTypeInfo

public ISoftwareTypeInfo getSoftwareTypeInfo()

getPOM

public String getPOM(Package softwarePackage)
              throws Exception
Specified by:
getPOM in interface ISoftwareTypeManager
Overrides:
getPOM in class AbstractSoftwareManager
Throws:
Exception

getMavenCoordinates

public MavenCoordinates getMavenCoordinates(Package softwarePackage)
                                     throws Exception
Throws:
Exception

getServiceProfile

public String getServiceProfile(boolean withHeader)
                         throws Exception
Specified by:
getServiceProfile in interface ISoftwareTypeManager
Specified by:
getServiceProfile in class AbstractSoftwareManager
Throws:
Exception

getTargetRepository

protected IMavenRepositoryInfo getTargetRepository()
                                            throws Exception
Description copied from class: AbstractSoftwareManager
Recover target maven repository info

Specified by:
getTargetRepository in class AbstractSoftwareManager
Returns:
MavenRepositoryInfo object
Throws:
Exception

isAvailableForScope

public boolean isAvailableForScope(org.gcube.common.core.scope.GCUBEScope scope)

createSofwareSubmissionTask

protected ISoftwareSubmissionTask createSofwareSubmissionTask()
Specified by:
createSofwareSubmissionTask in class AbstractSoftwareManager


Copyright © 2013. All Rights Reserved.