org.jfree.repository
Class LibRepositoryBoot

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

public class LibRepositoryBoot
extends org.jfree.base.AbstractBoot

Creation-Date: 13.11.2006, 11:27:20

Author:
Thomas Morgner

Field Summary
static java.lang.String CONTENT_TYPE
           
static java.lang.String REPOSITORY_DOMAIN
           
static java.lang.String SIZE_ATTRIBUTE
           
static java.lang.String VERSION_ATTRIBUTE
           
 
Method Summary
static LibRepositoryBoot getInstance()
           
protected  org.jfree.base.BootableProjectInfo getProjectInfo()
           
protected  org.jfree.util.Configuration loadConfiguration()
           
protected  void performBoot()
           
 
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
 

Field Detail

REPOSITORY_DOMAIN

public static final java.lang.String REPOSITORY_DOMAIN
See Also:
Constant Field Values

SIZE_ATTRIBUTE

public static final java.lang.String SIZE_ATTRIBUTE
See Also:
Constant Field Values

VERSION_ATTRIBUTE

public static final java.lang.String VERSION_ATTRIBUTE
See Also:
Constant Field Values

CONTENT_TYPE

public static final java.lang.String CONTENT_TYPE
See Also:
Constant Field Values
Method Detail

getInstance

public static LibRepositoryBoot getInstance()

loadConfiguration

protected org.jfree.util.Configuration loadConfiguration()
Specified by:
loadConfiguration in class org.jfree.base.AbstractBoot

performBoot

protected void performBoot()
Specified by:
performBoot in class org.jfree.base.AbstractBoot

getProjectInfo

protected org.jfree.base.BootableProjectInfo getProjectInfo()
Specified by:
getProjectInfo in class org.jfree.base.AbstractBoot