|
|||||||||
| Home >> All >> org >> repoweb >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.repoweb.model
Class Manager

java.lang.Objectorg.repoweb.model.Manager
- public final class Manager
- extends java.lang.Object
Manager for Repository.
| Field Summary | |
private static ManagerConfig |
_config
|
private static Repository |
_repo
|
static ManagerConfig |
NULL_CONFIG
|
| Constructor Summary | |
private |
Manager()
|
| Method Summary | |
static ManagerConfig |
getConfig()
|
static Repository |
getRepository()
|
private static boolean |
isNullConfig(ManagerConfig config)
|
private static ManagerConfig |
newNullConfig()
|
static void |
setConfig(ManagerConfig config)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
NULL_CONFIG
public static final ManagerConfig NULL_CONFIG
_repo
private static Repository _repo
_config
private static ManagerConfig _config
| Constructor Detail |
Manager
private Manager()
| Method Detail |
setConfig
public static void setConfig(ManagerConfig config) throws BadConfigException
getConfig
public static ManagerConfig getConfig()
getRepository
public static Repository getRepository()
newNullConfig
private static final ManagerConfig newNullConfig()
isNullConfig
private static final boolean isNullConfig(ManagerConfig config)
|
|||||||||
| Home >> All >> org >> repoweb >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.repoweb.model.Manager