|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DeploymentModule
Interface for a deployment module. A deployment module for a specific platform implements logic for each enunciate step.
| Method Summary | |
|---|---|
void |
close()
Close this enunciate module. |
java.util.Set<java.lang.String> |
getAliases()
Any aliases for this deployment module. |
org.apache.commons.digester.RuleSet |
getConfigurationRules()
The configuration rules for this deployment module, or null if none. |
java.lang.String |
getName()
The name of the deployment module. |
int |
getOrder()
The order of execution for the deployment module. |
Validator |
getValidator()
Get the validator for this module, or null if none. |
void |
init(Enunciate enunciate)
Initialize this deployment module with the specified enunciate mechanism. |
boolean |
isDisabled()
Whether this deployment module has been disabled, e.g. |
void |
step(Enunciate.Target target)
Step to the next enunciate target. |
| Method Detail |
|---|
java.lang.String getName()
java.util.Set<java.lang.String> getAliases()
Validator getValidator()
void init(Enunciate enunciate)
throws EnunciateException
disabled.
enunciate - The enunciate mechanism.
EnunciateException
void step(Enunciate.Target target)
throws EnunciateException,
java.io.IOException
target - The enunciate target to step to.
EnunciateException
java.io.IOException
void close()
throws EnunciateException
disabled.
EnunciateExceptionorg.apache.commons.digester.RuleSet getConfigurationRules()
int getOrder()
boolean isDisabled()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||