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, values
equals, hashCode, toString
public ConfigFileTagProvider(InputSource inputSource)
public ConfigFileTagProvider(File file)
public ConfigFileTagProvider(URL url)
public TagInfo getTagInfo(String tagName)
getTagInfo
in interface ITagInfoProvider
public static void main(String[] args) throws IOException, SAXException, ParserConfigurationException
args
- IOException
SAXException
ParserConfigurationException
Copyright © 2006–2017. All rights reserved.