public class DsXmlDeployments
extends java.lang.Object
implements com.github.fungal.spi.deployers.Deployment
| Constructor and Description |
|---|
DsXmlDeployments(java.net.URL deployment,
java.util.List<DsXmlDeployment> deployments,
java.lang.ClassLoader cl)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy
|
java.lang.ClassLoader |
getClassLoader()
Get the classloader
|
java.net.URL |
getURL()
Get the unique URL for the deployment
|
void |
stop()
Stop
|
public DsXmlDeployments(java.net.URL deployment,
java.util.List<DsXmlDeployment> deployments,
java.lang.ClassLoader cl)
deployment - The deploymentdeployments - The deploymentscl - The classloaderpublic java.net.URL getURL()
getURL in interface com.github.fungal.spi.deployers.Deploymentpublic java.lang.ClassLoader getClassLoader()
getClassLoader in interface com.github.fungal.spi.deployers.Deploymentpublic void stop()
public void destroy()
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)