|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeployGenerator | |
|---|---|
| com.caucho.server.deploy | |
| com.caucho.server.e_app | |
| com.caucho.server.host | |
| com.caucho.server.webapp | |
| Uses of DeployGenerator in com.caucho.server.deploy |
|---|
| Classes in com.caucho.server.deploy with type parameters of type DeployGenerator | |
|---|---|
class |
DeployGeneratorAdmin<C extends DeployGenerator>
|
| Subclasses of DeployGenerator in com.caucho.server.deploy | |
|---|---|
class |
DeployListGenerator<E extends DeployController>
A list of deploy objects. |
class |
ExpandDeployGenerator<E extends ExpandDeployController>
The generator for the deploy |
| Methods in com.caucho.server.deploy with parameters of type DeployGenerator | |
|---|---|
void |
DeployContainer.add(DeployGenerator<C> generator)
Adds a deploy generator. |
void |
DeployListGenerator.add(DeployGenerator<E> deploy)
Adds a deploy. |
void |
DeployContainer.remove(DeployGenerator<C> generator)
Removes a deploy. |
void |
DeployListGenerator.remove(DeployGenerator<E> deploy)
Removes a deploy. |
| Uses of DeployGenerator in com.caucho.server.e_app |
|---|
| Subclasses of DeployGenerator in com.caucho.server.e_app | |
|---|---|
class |
EarDeployGenerator
The generator for the ear-deploy |
class |
EarSingleDeployGenerator
The generator for the ear-deploy |
| Uses of DeployGenerator in com.caucho.server.host |
|---|
| Subclasses of DeployGenerator in com.caucho.server.host | |
|---|---|
class |
HostExpandDeployGenerator
The generator for the host deploy |
class |
HostRegexpDeployGenerator
The generator for the web-app deploy |
class |
HostSingleDeployGenerator
The generator for the host deploy |
| Uses of DeployGenerator in com.caucho.server.webapp |
|---|
| Subclasses of DeployGenerator in com.caucho.server.webapp | |
|---|---|
class |
WebAppEarDeployGenerator
The generator for the ear deploy |
class |
WebAppExpandDeployGenerator
The generator for the web-app deploy |
class |
WebAppRegexpDeployGenerator
The generator for the web-app deploy |
class |
WebAppSingleDeployGenerator
The generator for the web-app deploy |
| Methods in com.caucho.server.webapp with parameters of type DeployGenerator | |
|---|---|
void |
WebAppContainer.addDeploy(DeployGenerator deploy)
Sets the war-expansion |
void |
WebAppContainer.removeWebAppDeploy(DeployGenerator deploy)
Removes a web-app-generator. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||