public class Container extends org.gcube.vremanagement.virtualplatform.model.TargetPlatform<Webapp>
| Constructor and Description |
|---|
Container() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
activate(Webapp resource) |
boolean |
deactivate(Webapp resource) |
org.gcube.vremanagement.virtualplatform.model.DeployedPackage |
deploy(Webapp app) |
FileFilter |
getAcceptedFilesFilter() |
String |
getPlatform() |
int |
getPlatformMinorVersion() |
int |
getPlatformVersion() |
Class<Webapp> |
getResourceClass() |
void |
initialize() |
boolean |
isAvailable() |
org.gcube.vremanagement.virtualplatform.model.PackageSet<Webapp> |
list() |
void |
setBaseURL(URL baseURL) |
void |
setPassword(String password) |
void |
setUser(String user) |
void |
shutdown() |
boolean |
supportHotDeployment() |
org.gcube.vremanagement.virtualplatform.model.UndeployedPackage |
undeploy(Webapp app) |
public org.gcube.vremanagement.virtualplatform.model.DeployedPackage deploy(Webapp app) throws Exception
public org.gcube.vremanagement.virtualplatform.model.UndeployedPackage undeploy(Webapp app) throws Exception
public String getPlatform()
getPlatform in class org.gcube.vremanagement.virtualplatform.model.TargetPlatform<Webapp>public int getPlatformVersion()
getPlatformVersion in class org.gcube.vremanagement.virtualplatform.model.TargetPlatform<Webapp>public int getPlatformMinorVersion()
getPlatformMinorVersion in class org.gcube.vremanagement.virtualplatform.model.TargetPlatform<Webapp>public void setUser(String user)
setUser in class org.gcube.vremanagement.virtualplatform.model.TargetPlatform<Webapp>public void setPassword(String password)
setPassword in class org.gcube.vremanagement.virtualplatform.model.TargetPlatform<Webapp>public void setBaseURL(URL baseURL)
setBaseURL in class org.gcube.vremanagement.virtualplatform.model.TargetPlatform<Webapp>public Class<Webapp> getResourceClass()
getResourceClass in class org.gcube.vremanagement.virtualplatform.model.TargetPlatform<Webapp>public org.gcube.vremanagement.virtualplatform.model.PackageSet<Webapp> list() throws Exception
public void initialize()
throws Exception
public FileFilter getAcceptedFilesFilter()
getAcceptedFilesFilter in class org.gcube.vremanagement.virtualplatform.model.TargetPlatform<Webapp>public void shutdown()
throws Exception
public boolean supportHotDeployment()
supportHotDeployment in class org.gcube.vremanagement.virtualplatform.model.TargetPlatform<Webapp>public boolean isAvailable()
isAvailable in class org.gcube.vremanagement.virtualplatform.model.TargetPlatform<Webapp>Copyright © 2015. All Rights Reserved.