public class Plugin extends Package
| Modifier and Type | Class and Description |
|---|---|
static class |
Plugin.Service |
static class |
Plugin.TargetService
Plugin's target service
|
Package.GHNRequirement, Package.MavenCoordinate, Package.ScopeLevel| Modifier and Type | Field and Description |
|---|---|
protected String |
entryPoint |
protected List<String> |
files |
protected Plugin.TargetService |
targetService |
coordinates, description| Constructor and Description |
|---|
Plugin() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntryPoint() |
List<String> |
getFiles() |
Plugin.TargetService |
getTargetService() |
void |
setEntryPoint(String entryPoint) |
void |
setFiles(List<String> files) |
void |
setTargetService(Plugin.TargetService service) |
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, setVersionprotected Plugin.TargetService targetService
protected String entryPoint
public Plugin.TargetService getTargetService()
public void setTargetService(Plugin.TargetService service)
public String getEntryPoint()
public void setEntryPoint(String entryPoint)
Copyright © 2015. All Rights Reserved.