com.monad.homerun.config
Class Installer
java.lang.Object
com.monad.homerun.config.Installer
public class Installer
- extends java.lang.Object
Installer contains static utility methods for installing resources
into the server. These resources can include: data object load files,
java libraries (jar files), help files, icons, configuration files, etc.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Installer
public Installer()
checkInstall
public static void checkInstall(Bundle b)
canInstall
public static boolean canInstall(java.lang.String name,
java.lang.String version)
installConf
public static final void installConf(Bundle b)
Copyright © 2006-2009 Richard Rodgers. All Rights Reserved.