com.monad.homerun.config
Class Installer

java.lang.Object
  extended by 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.


Constructor Summary
Installer()
           
 
Method Summary
static boolean canInstall(java.lang.String name, java.lang.String version)
           
static void checkInstall(Bundle b)
           
static void installConf(Bundle b)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Installer

public Installer()
Method Detail

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.