Uses of Interface
com.arsdigita.util.parameter.ParameterLoader

Packages that use ParameterLoader
com.arsdigita.loader   
com.arsdigita.runtime The com.arsdigita.runtime package provides classses and interfaces for bootstrapping the CCM runtime environment. 
com.arsdigita.util.config   
com.arsdigita.util.csv   
com.arsdigita.util.parameter   
 

Uses of ParameterLoader in com.arsdigita.loader
 

Methods in com.arsdigita.loader that return ParameterLoader
static ParameterLoader PackageLoader.loader(String[] args)
           
 

Uses of ParameterLoader in com.arsdigita.runtime
 

Classes in com.arsdigita.runtime that implement ParameterLoader
 class InteractiveParameterLoader
          Deprecated.  
 class RuntimeConfigLoader
          Deprecated. Use AbstractConfig.load() instead.
 

Methods in com.arsdigita.runtime that return ParameterLoader
 ParameterLoader ScriptContext.getParameterLoader()
          Deprecated. Use ParameterContext.load(com.arsdigita.util.parameter.ParameterReader, com.arsdigita.util.parameter.ErrorList) instead.
 

Constructors in com.arsdigita.runtime with parameters of type ParameterLoader
ScriptContext(Session ssn, ParameterLoader params)
          Constructs a new ScriptContext object with the given Session and ParameterLoader.
 

Uses of ParameterLoader in com.arsdigita.util.config
 

Classes in com.arsdigita.util.config that implement ParameterLoader
 class JavaPropertyLoader
          Deprecated. Use JavaPropertyReader instead
 

Uses of ParameterLoader in com.arsdigita.util.csv
 

Classes in com.arsdigita.util.csv that implement ParameterLoader
 class CSVParameterLoader
          Subject to change.
 

Uses of ParameterLoader in com.arsdigita.util.parameter
 

Classes in com.arsdigita.util.parameter that implement ParameterLoader
 class CompoundParameterLoader
          Deprecated. Use CompoundParameterReader instead.
 

Methods in com.arsdigita.util.parameter with parameters of type ParameterLoader
 void CompoundParameterLoader.add(ParameterLoader loader)
          Deprecated.  
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC