org.repoweb.model
Class Manager

java.lang.Object
  extended byorg.repoweb.model.Manager

public final class Manager
extends java.lang.Object

Manager for Repository.


Field Summary
static ManagerConfig NULL_CONFIG
           
 
Method Summary
static ManagerConfig getConfig()
           
static Repository getDefaultPomRepository()
           
static Repository getRepository()
           
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
Method Detail

setConfig

public static void setConfig(ManagerConfig config)
                      throws BadConfigException
Throws:
BadConfigException

getConfig

public static ManagerConfig getConfig()

getDefaultPomRepository

public static Repository getDefaultPomRepository()

getRepository

public static Repository getRepository()


Copyright © 2003-2005 Repoweb. All Rights Reserved.