Package | Description |
---|---|
com.deltaxml.core |
A JAXP compatible API to facilitate construction of XML comparison pipelines.
|
Modifier and Type | Class and Description |
---|---|
class |
DXPParameterInstance<T extends java.lang.Comparable<?>>
An instance of a DXPParameterDefinition object.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DXPParameterDefinition<java.lang.Boolean>> |
DXPConfiguration.getBooleanParameterList()
Deprecated.
Returns the boolean parameters declared in a DXP pipeline configuration.
|
java.util.List<DXPParameterDefinition<?>> |
DXPConfiguration.getParameterList()
Deprecated.
Returns the parameters declared in a DXP pipeline configuration.
|
java.util.List<DXPParameterDefinition<java.lang.String>> |
DXPConfiguration.getStringParameterList()
Deprecated.
Returns the string parameters declared in a DXP pipeline configuration.
|
Modifier and Type | Method and Description |
---|---|
int |
DXPParameterDefinition.compareTo(DXPParameterDefinition<?> p)
Total order of two parameter objects, where objects primary order is by name.
|
int |
DXPParameterInstance.compareTo(DXPParameterDefinition<?> p)
Total order of two parameter objects, where objects primary order is by name.
|
Constructor and Description |
---|
DXPParameterInstance(DXPParameterDefinition<T> pd)
Create a parameter instance from a parameter definition.
|
DXPParameterInstance(DXPParameterDefinition<T> pd,
T value)
Create a parameter instance from a parameter definition and value.
|
Constructor and Description |
---|
FormatInfo(java.lang.Iterable<? extends DXPParameterDefinition<?>> pars)
Construct the fixed-width character format information associated with a list of parameter definitions.
|
Copyright © 2001-2018 DeltaXML Ltd. All Rights Reserved.