|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Parameters | |
org.apache.avalon.excalibur.testcase | Excalibur testcase utilities. |
org.apache.avalon.framework.container | Utilities supporting execution of component lifecycle stages. |
org.apache.avalon.framework.parameters | Interfaces supporting the supply of flat configuration information. |
org.apache.excalibur.event.command | |
org.apache.excalibur.source | |
org.apache.excalibur.source.impl | |
org.apache.excalibur.store.impl | |
org.apache.excalibur.xml | |
org.apache.excalibur.xml.impl | |
org.apache.excalibur.xml.xslt |
Uses of Parameters in org.apache.avalon.excalibur.testcase |
Methods in org.apache.avalon.excalibur.testcase with parameters of type Parameters | |
void |
FullLifecycleComponent.parameterize(Parameters params)
Deprecated. |
Uses of Parameters in org.apache.avalon.framework.container |
Methods in org.apache.avalon.framework.container with parameters of type Parameters | |
static void |
ContainerUtil.parameterize(java.lang.Object object,
Parameters parameters)
Parameterize specified object if it implements the Parameterizable interface. |
Uses of Parameters in org.apache.avalon.framework.parameters |
Fields in org.apache.avalon.framework.parameters declared as Parameters | |
static Parameters |
Parameters.EMPTY_PARAMETERS
Empty Parameters object |
Methods in org.apache.avalon.framework.parameters that return Parameters | |
Parameters |
Parameters.merge(Parameters other)
Merge parameters from another Parameters instance
into this. |
static Parameters |
Parameters.fromConfiguration(Configuration configuration)
Create a Parameters object from a Configuration
object. |
static Parameters |
Parameters.fromConfiguration(Configuration configuration,
java.lang.String elementName)
Create a Parameters object from a Configuration
object using the supplied element name. |
static Parameters |
Parameters.fromProperties(java.util.Properties properties)
Create a Parameters object from a Properties
object. |
Methods in org.apache.avalon.framework.parameters with parameters of type Parameters | |
void |
Reparameterizable.reparameterize(Parameters parameters)
Provide component with parameters. |
Parameters |
Parameters.merge(Parameters other)
Merge parameters from another Parameters instance
into this. |
static java.util.Properties |
Parameters.toProperties(Parameters params)
Creates a java.util.Properties object from an Avalon
Parameters object. |
void |
Parameterizable.parameterize(Parameters parameters)
Provide component with parameters. |
Uses of Parameters in org.apache.excalibur.event.command |
Methods in org.apache.excalibur.event.command with parameters of type Parameters | |
void |
TPCThreadManager.parameterize(Parameters parameters)
The following parameters can be set for this class: Name Description Default Value processors Number of processors (autodetected if less than one) Results from SystemUtil.numProcessors() threads-per-processor Threads per processor to use (Rewritten to 1 if less than one) 1 sleep-time Time (in milliseconds) to wait between queue pipeline processing runs 1000 keep-alive-time Time (in milliseconds) that idle threads should remain in the threadpool 300000 force-shutdown At shutdown time, allow currently queued tasks to finish, or immediately quit false |
Uses of Parameters in org.apache.excalibur.source |
Methods in org.apache.excalibur.source that return Parameters | |
Parameters |
SourceParameters.getFirstParameters()
Create a Parameters object. |
Methods in org.apache.excalibur.source with parameters of type Parameters | |
static java.lang.String |
SourceUtil.appendParameters(java.lang.String uri,
Parameters parameters)
Append parameters to the uri. |
Uses of Parameters in org.apache.excalibur.source.impl |
Methods in org.apache.excalibur.source.impl with parameters of type Parameters | |
void |
HTTPClientSource.parameterize(Parameters params)
Parameterizes this HTTPClientSource instance. |
void |
HTTPClientSourceFactory.parameterize(Parameters params)
Parameterize this SourceFactory . |
void |
HTTPSClientSourceFactory.parameterize(Parameters params)
Parameterize this SourceFactory . |
Uses of Parameters in org.apache.excalibur.store.impl |
Methods in org.apache.excalibur.store.impl with parameters of type Parameters | |
void |
StoreJanitorImpl.parameterize(Parameters params)
Parameterize the StoreJanitorImpl. |
void |
JispFilesystemStore.parameterize(Parameters params)
Configure the Component. A few options can be used directory - The directory to store the two files belowe data-file = the name of the data file (Default: store.dat) index-file = the name of the index file (Default: store.idx) order = The page size of the B-Tree |
void |
MRUMemoryStore.parameterize(Parameters params)
Initialize the MRUMemoryStore. |
Uses of Parameters in org.apache.excalibur.xml |
Methods in org.apache.excalibur.xml with parameters of type Parameters | |
void |
DefaultEntityResolver.parameterize(Parameters params)
Set the configuration. |
Uses of Parameters in org.apache.excalibur.xml.impl |
Methods in org.apache.excalibur.xml.impl with parameters of type Parameters | |
void |
JaxpParser.parameterize(Parameters params)
|
Uses of Parameters in org.apache.excalibur.xml.xslt |
Methods in org.apache.excalibur.xml.xslt with parameters of type Parameters | |
void |
XSLTProcessorImpl.parameterize(Parameters params)
Configure the component |
void |
XSLTProcessorImpl.transform(Source source,
Source stylesheet,
Parameters params,
javax.xml.transform.Result result)
|
void |
XSLTProcessor.transform(Source source,
Source stylesheet,
Parameters params,
javax.xml.transform.Result result)
Applies an XSLT stylesheet to an XML document. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |