public class WARDeployment extends Object implements com.github.fungal.spi.deployers.Deployment
| Constructor and Description |
|---|
WARDeployment(URL archive,
org.eclipse.jetty.server.Handler handler,
File tmpDirectory,
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
|
public WARDeployment(URL archive, org.eclipse.jetty.server.Handler handler, File tmpDirectory, ClassLoader cl)
archive - The archivehandler - The handlertmpDirectory - The temporary directorycl - The classloader for the deploymentpublic URL getURL()
getURL in interface com.github.fungal.spi.deployers.Deploymentpublic ClassLoader getClassLoader()
getClassLoader in interface com.github.fungal.spi.deployers.Deploymentpublic void destroy()
Copyright © 2021 JBoss by Red Hat. All rights reserved.