com.bea.wli.worklist.build
Class InstallEventHandler

java.lang.Object
  extended by com.bea.wli.build.InstallCustomModule
      extended by com.bea.wli.worklist.build.InstallEventHandler

public class InstallEventHandler
extends com.bea.wli.build.InstallCustomModule

Command-line and Java native utility to install one or more event handlers (.handler files) into a target J2EE application directory. Installation includes copying the .handler files into the appropriate location in the app (if needed) and updating the weblogic-extension.xml descriptor to include a reference to the .handler file.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.bea.wli.build.InstallCustomModule
com.bea.wli.build.InstallCustomModule.ModuleInfo, com.bea.wli.build.InstallCustomModule.Options
 
Constructor Summary
InstallEventHandler(com.bea.wli.build.InstallCustomModule.Options options)
           
 
Method Summary
static com.bea.wli.build.InstallCustomModule.ModuleInfo getEventHandlerModuleInfo()
           
protected  com.bea.wli.build.InstallCustomModule.ModuleInfo getModuleInfo()
           
static void main(String[] args)
          Command-line main method for running InstallEventHandler.
static void printUsage()
           
 
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
 

Constructor Detail

InstallEventHandler

public InstallEventHandler(com.bea.wli.build.InstallCustomModule.Options options)
Method Detail

getModuleInfo

protected com.bea.wli.build.InstallCustomModule.ModuleInfo getModuleInfo()
Specified by:
getModuleInfo in class com.bea.wli.build.InstallCustomModule

getEventHandlerModuleInfo

public static com.bea.wli.build.InstallCustomModule.ModuleInfo getEventHandlerModuleInfo()

main

public static void main(String[] args)
Command-line main method for running InstallEventHandler.

Parameters:
args - -help for usage.

printUsage

public static void printUsage()