Serializable
, Cloneable
, Map
, ITagInfoProvider
public 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, toString
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
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–2018. All rights reserved.