Uses of Interface
org.jcontainer.dna.Parameters

Packages that use Parameters
org.jcontainer.dna The DNA API package contains interfaces and contracts for DNA components. 
org.jcontainer.dna.impl The DNA implementation package contains basic utility classes to implement containers for DNA components. 
 

Uses of Parameters in org.jcontainer.dna
 

Methods in org.jcontainer.dna that return Parameters
 Parameters Parameters.getChildParameters(java.lang.String prefix)
          Return a Parameters object that represents a subset of parameters with specified prefix.
 

Methods in org.jcontainer.dna with parameters of type Parameters
 void Parameterizable.parameterize(Parameters parameters)
          Supply the component with configuration data in form of a Parameters object.
 

Uses of Parameters in org.jcontainer.dna.impl
 

Classes in org.jcontainer.dna.impl that implement Parameters
 class DefaultParameters
          Parameters implementation backed by a Properties object.
 

Methods in org.jcontainer.dna.impl that return Parameters
 Parameters DefaultParameters.getChildParameters(java.lang.String prefix)
          Return a Parameters object that represents a subset of parameters with specified prefix.
 

Methods in org.jcontainer.dna.impl with parameters of type Parameters
static void ContainerUtil.parameterize(java.lang.Object object, Parameters parameters)
          Supply specified object with Parameters if it implements the Parameterizable interface.
 



Copyright © 2003 Codehaus. All Rights Reserved.