org.gcube.common.core.resources.service
Class Plugin

java.lang.Object
  extended by org.gcube.common.core.resources.service.Package
      extended by org.gcube.common.core.resources.service.Plugin

public class Plugin
extends Package

Plugin package

Author:
Manuele Simi (ISTI-CNR)

Nested Class Summary
static class Plugin.Service
           
static class Plugin.TargetService
          Plugin's target service
 
Nested classes/interfaces inherited from class org.gcube.common.core.resources.service.Package
Package.GHNRequirement, Package.MavenCoordinate, Package.ScopeLevel
 
Field Summary
protected  String entryPoint
           
protected  List<String> files
           
protected  Plugin.TargetService targetService
           
 
Fields inherited from class org.gcube.common.core.resources.service.Package
coordinates, description
 
Constructor Summary
Plugin()
           
 
Method Summary
 String getEntryPoint()
           
 List<String> getFiles()
           
 Plugin.TargetService getTargetService()
           
 void setEntryPoint(String entryPoint)
           
 void setFiles(List<String> files)
           
 void setTargetService(Plugin.TargetService service)
           
 
Methods inherited from class org.gcube.common.core.resources.service.Package
equals, getDependencies, getDescription, getGHNRequirements, getInstallScripts, getMandatoryLevel, getMavenCoordinate, getMultiVersion, getName, getRebootScripts, getSharingLevel, getSpecificData, getTargetPlatform, getUninstallScripts, getVersion, setDescription, setGHNRequirements, setInstallScripts, setMandatoryLevel, setMavenCoordinates, setMultiVersion, setName, setRebootScripts, setSharingLevel, setSpecificData, setTargetPlatform, setUninstallScripts, setVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

targetService

protected Plugin.TargetService targetService

entryPoint

protected String entryPoint

files

protected List<String> files
Constructor Detail

Plugin

public Plugin()
Method Detail

getTargetService

public Plugin.TargetService getTargetService()

setTargetService

public void setTargetService(Plugin.TargetService service)

getEntryPoint

public String getEntryPoint()

setEntryPoint

public void setEntryPoint(String entryPoint)

getFiles

public List<String> getFiles()

setFiles

public void setFiles(List<String> files)


Copyright © 2013. All Rights Reserved.