| Interface | Description |
|---|---|
| CallBuilders.CallBuilds | |
| Constraints.Controler |
A specific code to control a value.
|
| IndirectMap<K,V> |
a Map where some values are to be fetched Inside the usual value of the Map.
|
| Class | Description |
|---|---|
| ArrayParm |
A parameter which is an array.
|
| BoolParm | |
| BuiltParm | |
| CallBuilders | |
| ComponentNode<T extends ComponentNode<T>> |
A node for a tree.
|
| Constraints |
A set of static methods to check constraints.
|
| DblParm | |
| DescriptiveNode |
this class replaces the initial ComponentNode: its content is only about
description of classes and parameters it does not contain actual components
(represented by EffectiveNode objects))
|
| EffectiveNode |
This class is to replace the initial ComponentNode class.
|
| HollowParm<T extends Serializable> |
(could not re-use java.lang.Reference)
A Placeholder for a parameter value (for constructor or method).
|
| ImplPlaceHolder<Interf> | |
| IntParm | |
| ListParm |
can hold a list of values (cannot be used with a list of HollowParm)
|
| MapArgs |
An hybrid object: it is an immutable Map
|
| MapArgs.LEntry |
Map.Entry implementation.
|
| MapParm | |
| MethodsCalls | |
| NamedRefParm | |
| NumberedStringGenerator |
This class helps creating Strings with incremental number value in it
(such as incremental fileNames).
|
| PackCst | |
| Property | |
| SStructParm | |
| StringParm | |
| ValParm |
a utility to use parameter definition for
any object that has :
Serializable implementation
a symmetric way of dealing with strings:
the toString() method returns a String that
can be used to create an Object through static method
valueOf(thatString)
A typical example are Enums
|
| Enum | Description |
|---|---|
| BuiltParm.Type |
| Exception | Description |
|---|---|
| EmptyParmException | |
| ParmStructureException |
Copyright © 2015 LSST. All rights reserved.