public class RestWebXmlConfigurationStrategy extends Object implements RestConfigurationStrategy
| Modifier and Type | Field and Description |
|---|---|
static String |
JAXRS_SERVLET |
| Constructor and Description |
|---|
RestWebXmlConfigurationStrategy(String path) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationPath()
Returns the application path
|
void |
install(org.jboss.forge.addon.projects.Project project)
Installs this rest configuration in the project
|
void |
uninstall(org.jboss.forge.addon.projects.Project project)
Un-installs this rest configuration in the project
|
public static final String JAXRS_SERVLET
public RestWebXmlConfigurationStrategy(String path)
public String getApplicationPath()
RestConfigurationStrategygetApplicationPath in interface RestConfigurationStrategypublic void install(org.jboss.forge.addon.projects.Project project)
RestConfigurationStrategyinstall in interface RestConfigurationStrategypublic void uninstall(org.jboss.forge.addon.projects.Project project)
RestConfigurationStrategyuninstall in interface RestConfigurationStrategyCopyright © 2013 JBoss by Red Hat. All Rights Reserved.