Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.repoweb.model
Class Manager  view Manager download Manager.java

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