|
Parsing Engine | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConstraintSetFactory
Specification for a ConstraintSet
object factory, to be used by
the ConstraintSets
static factory class.
ConstraintSets
,
Settings.constraintSetFactoryClass
Method Summary | |
---|---|
ConstraintSet |
get()
Return a ConstraintSet object created with its default
constructor. |
ConstraintSet |
get(Object input)
Return a ConstraintSet object created with its one-argument
constructor. |
Method Detail |
---|
ConstraintSet get()
ConstraintSet
object created with its default
constructor.
ConstraintSet get(Object input)
ConstraintSet
object created with its one-argument
constructor.
input
- the input from which to derive parsing constraints
|
Parsing Engine | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |