public interface TermsFactory
Modifier and Type | Method and Description |
---|---|
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
|
Object createTerm(Class<?> klass, Configuration subres) throws PermErrorException, InstantiationException
klass
- the TermDefinition.getTermDef (returned by this factory)subres
- (the configuration)PermErrorException
- if something goes wrongInstantiationException
Collection<TermDefinition> getMechanismsCollection()
Collection<TermDefinition> getModifiersCollection()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.