org.jfree.layouting
Class LibLayoutBoot

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

public class LibLayoutBoot
extends org.jfree.base.AbstractBoot


Method Summary
static LibLayoutBoot getInstance()
           
protected  org.jfree.base.BootableProjectInfo getProjectInfo()
          Returns the project info.
static boolean isAsserationEnabled()
           
protected  org.jfree.util.Configuration loadConfiguration()
          Loads the configuration.
static void main(java.lang.String[] args)
           
protected  void performBoot()
          Performs the boot.
 
Methods inherited from class org.jfree.base.AbstractBoot
createDefaultHierarchicalConfiguration, 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 LibLayoutBoot 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

main

public static void main(java.lang.String[] args)

isAsserationEnabled

public static boolean isAsserationEnabled()