|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.config.impl.TagProviderChain
public class TagProviderChain
Constructor Summary | |
---|---|
TagProviderChain()
|
Method Summary | |
---|---|
void |
addTagProvider(TagProvider provider)
|
void |
cleanup(KeyedCollection config)
|
Tag |
getTag(java.lang.String key)
find a Tag identified by the id. |
void |
initialize(KeyedCollection config)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagProviderChain()
Method Detail |
---|
public void addTagProvider(TagProvider provider)
public Tag getTag(java.lang.String key) throws TagNotFoundException, TagProviderException
TagProvider
getTag
in interface TagProvider
key
- id of the tag.
TagNotFoundException
- cannot find the tag because of no definition for the id.
TagProviderException
- Some error exist in TagProvider or its definition file.public void cleanup(KeyedCollection config) throws BTTCleanUpException
cleanup
in interface Initializer
BTTCleanUpException
public void initialize(KeyedCollection config) throws BTTInitException
initialize
in interface Initializer
BTTInitException
|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |