com.arsdigita.packaging
Class RegistryConfig
java.lang.Object
com.arsdigita.util.parameter.AbstractParameterContext
com.arsdigita.runtime.AbstractConfig
com.arsdigita.packaging.RegistryConfig
- All Implemented Interfaces:
- ParameterContext
- public class RegistryConfig
- extends AbstractConfig
A config class used by the ConfigRegistry itself. Contains the
waf.config.packages parameter and the waf.config.parents parameter.
- Version:
- $Revision: #5 $ $Date: 2004/04/07 $
- Author:
- Rafael H. Schloming <rhs@mit.edu>
Constructor Summary |
RegistryConfig()
Constructs a new and empty config object. |
Method Summary |
String[] |
getPackages()
Returns the value of the waf.config.packages parameter. |
URL[] |
getParents()
Returns the value of the waf.config.parents parameter. |
Methods inherited from class com.arsdigita.util.parameter.AbstractParameterContext |
get, get, getParameters, load, load, loadInfo, register, save, set, validate, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionId
public static final String versionId
- See Also:
- Constant Field Values
RegistryConfig
public RegistryConfig()
- Constructs a new and empty config object.
getPackages
public String[] getPackages()
- Returns the value of the waf.config.packages parameter.
- Returns:
- the value of the waf.config.packages parameter
getParents
public URL[] getParents()
- Returns the value of the waf.config.parents parameter.
- Returns:
- the value of the waf.config.parents parameter
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC