com.arsdigita.packaging
Class RegistryConfig

java.lang.Object
  extended bycom.arsdigita.util.parameter.AbstractParameterContext
      extended bycom.arsdigita.runtime.AbstractConfig
          extended bycom.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>

Field Summary
static String versionId
           
 
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.runtime.AbstractConfig
load, load, load, require
 
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
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

RegistryConfig

public RegistryConfig()
Constructs a new and empty config object.

Method Detail

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 20 2004:2337 UTC