public class ConfigFileTagProvider extends HashMap implements ITagInfoProvider
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ConfigFileTagProvider(File file) |
ConfigFileTagProvider(InputSource inputSource) |
ConfigFileTagProvider(URL url) |
| Modifier and Type | Method and Description |
|---|---|
TagInfo |
getTagInfo(String tagName) |
static void |
main(String[] args)
Generates code for tag provider class from specified configuration XML file.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic 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.