|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TermsFactory
A TermsFactory define the list of known TermDefinition and create new Terms based on its own Definition and a Configuration
| Method Summary | |
|---|---|
Object |
createTerm(Class<?> klass,
Configuration subres)
Create a new term starting from the TermDefinition created by this factory |
Collection<TermDefinition> |
getMechanismsCollection()
Return the collection of known Mechanisms |
Collection<TermDefinition> |
getModifiersCollection()
Return the collection of known Modifiers |
| Method Detail |
|---|
Object createTerm(Class<?> klass,
Configuration subres)
throws PermErrorException,
InstantiationException
klass - the TermDefinition.getTermDef (returned by this factory)subres - (the configuration)
PermErrorException - if something goes wrong
InstantiationExceptionCollection<TermDefinition> getMechanismsCollection()
Collection<TermDefinition> getModifiersCollection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||