com.bea.wli.worklist.build
Class InstallTaskURLCalculator
java.lang.Object
com.bea.wli.build.InstallCustomModule
com.bea.wli.worklist.build.InstallTaskURLCalculator
public class InstallTaskURLCalculator
- extends com.bea.wli.build.InstallCustomModule
Command-line and Java native utility to install one or more Task URL calculators
(.taskurl files) into a target J2EE application directory. Installation includes
copying the .taskurl files into the appropriate location in the app (if needed)
and updating the weblogic-extension.xml descriptor to include a reference
to the .taskurl file.
Nested classes/interfaces inherited from class com.bea.wli.build.InstallCustomModule |
com.bea.wli.build.InstallCustomModule.ModuleInfo, com.bea.wli.build.InstallCustomModule.Options |
Methods inherited from class com.bea.wli.build.InstallCustomModule |
copyFile, getFileList, removeModuleProvider, run, verifyModule, verifyModuleProvider, verifyStandardModule, verifyWebLogicExtensionDescriptor, writeWebLogicExtensionDescriptor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstallTaskURLCalculator
public InstallTaskURLCalculator(com.bea.wli.build.InstallCustomModule.Options options)
getModuleInfo
protected com.bea.wli.build.InstallCustomModule.ModuleInfo getModuleInfo()
- Specified by:
getModuleInfo
in class com.bea.wli.build.InstallCustomModule
getTaskURLCalculatorModuleInfo
public static com.bea.wli.build.InstallCustomModule.ModuleInfo getTaskURLCalculatorModuleInfo()
main
public static void main(String[] args)
- Command-line main method for running InstallTaskURLCalculator.
- Parameters:
args
- -help for usage.
printUsage
public static void printUsage()