public class WARDeployer extends Object implements com.github.fungal.spi.deployers.Deployer
| Constructor and Description |
|---|
WARDeployer()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(URL url) |
com.github.fungal.spi.deployers.Deployment |
deploy(URL url,
com.github.fungal.spi.deployers.Context context,
ClassLoader parent) |
int |
getOrder() |
WebServer |
getWebServer()
Get the web server
|
void |
setWebServer(WebServer server)
Set the web server
|
public WebServer getWebServer()
public void setWebServer(WebServer server)
server - The serverpublic boolean accepts(URL url)
accepts in interface com.github.fungal.spi.deployers.Deployerpublic int getOrder()
getOrder in interface com.github.fungal.spi.deployers.Deployerpublic com.github.fungal.spi.deployers.Deployment deploy(URL url, com.github.fungal.spi.deployers.Context context, ClassLoader parent) throws com.github.fungal.spi.deployers.DeployException
deploy in interface com.github.fungal.spi.deployers.Deployercom.github.fungal.spi.deployers.DeployExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.