public class DsXmlDeployments extends Object implements com.github.fungal.spi.deployers.Deployment
| Constructor and Description |
|---|
DsXmlDeployments(URL deployment,
List<DsXmlDeployment> deployments,
ClassLoader cl)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy
|
ClassLoader |
getClassLoader()
Get the classloader
|
URL |
getURL()
Get the unique URL for the deployment
|
void |
stop()
Stop
|
public DsXmlDeployments(URL deployment, List<DsXmlDeployment> deployments, ClassLoader cl)
deployment - The deploymentdeployments - The deploymentscl - The classloaderpublic URL getURL()
getURL in interface com.github.fungal.spi.deployers.Deploymentpublic ClassLoader getClassLoader()
getClassLoader in interface com.github.fungal.spi.deployers.Deploymentpublic void stop()
public void destroy()
Copyright © 2021 JBoss by Red Hat. All rights reserved.