com.redstarhackers.craftsman.taskdefs
Class CreateAppXmlTaskImpl
java.lang.Object
Task
com.redstarhackers.craftsman.taskdefs.ModuleOrientedTask
com.redstarhackers.craftsman.taskdefs.CreateAppXmlTaskImpl
- Direct Known Subclasses:
- CreateAppXmlTaskImpl13, CreateAppXmlTaskImpl14
public abstract class CreateAppXmlTaskImpl
- extends ModuleOrientedTask
TODO Class summary sentence. Class documentation.
- Version:
- $Revision: 300 $
- Author:
- $Author: kostya $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateAppXmlTaskImpl
public CreateAppXmlTaskImpl()
execute
public void execute()
printHeader
protected abstract void printHeader(java.io.PrintWriter writer)
throws java.io.IOException
- Throws:
java.io.IOException
printEJBModule
protected void printEJBModule(ModuleDependencyLibrary deplib,
java.util.Set files,
java.io.PrintWriter writer)
throws java.io.IOException
- Throws:
java.io.IOException
printWebModule
protected void printWebModule(ModuleDependencyLibrary deplib,
java.util.Set files,
java.util.List contextRoots,
java.io.PrintWriter writer)
throws java.io.IOException
- Throws:
java.io.IOException
printFooter
protected void printFooter(java.io.PrintWriter writer)
throws java.io.IOException
- Throws:
java.io.IOException
getContextRoot
protected java.lang.String getContextRoot(java.lang.String moduleName,
java.util.List contextRoots)