|
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.MacroTagProvider
public class MacroTagProvider
Field Summary | |
---|---|
protected TagProvider |
tagProvider
|
Constructor Summary | |
---|---|
MacroTagProvider(TagProvider tagProvider)
|
Method Summary | |
---|---|
Tag |
getTag(java.lang.String id)
find a Tag identified by the id. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected TagProvider tagProvider
Constructor Detail |
---|
public MacroTagProvider(TagProvider tagProvider)
Method Detail |
---|
public Tag getTag(java.lang.String id) throws TagNotFoundException, TagProviderException
TagProvider
getTag
in interface TagProvider
id
- 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 java.lang.String toString()
toString
in class java.lang.Object
|
IBM Bank Transformation Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |