Serializable, Cloneable, Map, ITagInfoProviderpublic class ConfigFileTagProvider extends HashMap implements ITagInfoProvider
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>| Constructor | Description |
|---|---|
ConfigFileTagProvider(File file) |
|
ConfigFileTagProvider(URL url) |
|
ConfigFileTagProvider(InputSource inputSource) |
| Modifier and Type | Method | Description |
|---|---|---|
TagInfo |
getTagInfo(String tagName) |
|
static void |
main(String[] args) |
Generates code for tag provider class from specified configuration XML file.
|
equals, hashCode, toStringclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic ConfigFileTagProvider(InputSource inputSource)
public ConfigFileTagProvider(File file)
public ConfigFileTagProvider(URL url)
public TagInfo getTagInfo(String tagName)
getTagInfo in interface ITagInfoProviderpublic static void main(String[] args) throws IOException, SAXException, ParserConfigurationException
args - IOExceptionSAXExceptionParserConfigurationExceptionCopyright © 2006–2018. All rights reserved.