| Interface | Description |
|---|---|
| Context |
Defines an execution context that will be passed between steps.
|
| Step |
Defines a small simple Step/Task/Unit of Work.
|
| StepSequence |
Defines a sequence of
Steps. |
| Class | Description |
|---|---|
| AbstractDeploymentStep | |
| AdditionalTomcatLibDeploymentStep | |
| ArtifactDeploymentSequence | |
| BuildCatalinaPropertiesFileStep | |
| ConfigFilesSequence | |
| CopyConfigResourceFromClasspath | |
| CopyConfigResourcesFromClasspathSequence | |
| CopyJuliJarStep | |
| CopyProjectWebappStep |
Copies the final 'webapp' to tomcats 'webapps' directory.
|
| CopySetenvScriptStep | |
| CopyTestContextXmlStep |
Copies configured 'context.xml' to 'META-INF' directory.
|
| CopyUserConfigStep | |
| CreateTomcatDirectoryStep | |
| DefaultContext |
Implementation of an
Context. |
| DefaultStepSequence |
Implementation of a
StepSequence. |
| DeleteDocsAndExamplesStep |
This Step deletes the 'docs' and 'examples' directories of the
Tomcat distribution.
|
| OverwriteWebXmlStep |
Replaces the 'web.xml' with the configured 'web.xml' maybe with special values for tests.
|
| ResolveConfigurationArtifactStep |
Resolve the configurationArtifact and copy Files to conf-directory.
|
| ResolveTomcatStep |
TODO Comment.
|
| SetSystemPropertiesStep | |
| TomcatSetupSequence |
Combines all steps needed to setting up an tomcat with all configured
elements.
|
| WebappsDeploymentStep | |
| WebappSequence |
Combines all steps to prepare the webapp before starting the tomcat.
|
Copyright © 2012. All Rights Reserved.