org.jfree.resourceloader
Class LibLoaderBoot

java.lang.Object
  extended by org.jfree.base.AbstractBoot
      extended by org.jfree.resourceloader.LibLoaderBoot
All Implemented Interfaces:
org.jfree.base.modules.SubSystem

public class LibLoaderBoot
extends org.jfree.base.AbstractBoot


Method Summary
static LibLoaderBoot getInstance()
           
protected  org.jfree.base.BootableProjectInfo getProjectInfo()
          Returns the project info.
protected  org.jfree.util.Configuration loadConfiguration()
          Loads the configuration.
protected  void performBoot()
          Performs the boot.
 
Methods inherited from class org.jfree.base.AbstractBoot
createDefaultHierarchicalConfiguration, getExtendedConfig, getGlobalConfig, getPackageManager, isBootDone, isBootInProgress, loadBooter, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static LibLoaderBoot getInstance()

getProjectInfo

protected org.jfree.base.BootableProjectInfo getProjectInfo()
Returns the project info.

Specified by:
getProjectInfo in class org.jfree.base.AbstractBoot
Returns:
The project info.

loadConfiguration

protected org.jfree.util.Configuration loadConfiguration()
Loads the configuration.

Specified by:
loadConfiguration in class org.jfree.base.AbstractBoot
Returns:
The configuration.

performBoot

protected void performBoot()
Performs the boot.

Specified by:
performBoot in class org.jfree.base.AbstractBoot