| java.lang.Object com.sun.jbi.installer.JBICoreInstaller
JBICoreInstaller | public class JBICoreInstaller (Code) | | This class is the main entry point to the installer for
JBI Addons Lite.
|
deleteDirAndContents | public boolean deleteDirAndContents(File path, boolean recursive)(Code) | | |
getResourceBundle | public ResourceBundle getResourceBundle()(Code) | | This method is used to get ResourceBundle
|
install | public void install(String appServerInstallRoot, boolean overwrite)(Code) | | This method is used to install JBI components
Parameters: InstallationContext - ic |
main | public static void main(String[] args)(Code) | | The main method of the JBI components Addons installer.
This method takes the appserver installation dir as the
first argument
args, the first argument should be appserver install dir |
uninstall | public void uninstall(String appServerInstallRoot)(Code) | | This method is used to uninstall JBI Addons Lite
Parameters: InstallationContext - ic |
|
|