org.repoweb.model
Class ManagerConfig
java.lang.Object
org.repoweb.model.ManagerConfig
- public class ManagerConfig
- extends java.lang.Object
Bean that represent configuration of the repository manager.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ManagerConfig
public ManagerConfig()
getDefaultPomRepository
public ManagerConfig.RepositoryConfig getDefaultPomRepository()
setMainRepository
public void setMainRepository(ManagerConfig.RepositoryConfig config)
getMainRepository
public ManagerConfig.RepositoryConfig getMainRepository()
save
public void save(java.io.Writer writer)
load
public void load(java.io.Reader reader)
throws java.io.IOException
- Throws:
java.io.IOException
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
Copyright © 2003-2005 Repoweb. All Rights Reserved.