

Public Member Functions | |
| ConfigFileRedeemerXml (Logger logger) throws Exception | |
| String[] | getFileEndings () |
| boolean | _isNotAConfigFile (File xmlFile) |
| void | addXPathMatch (XPathMatchSetup xpathMatchSetup) |
Static Public Attributes | |
| final String | XSD_NS = "http://www.w3.org/2001/XMLSchema" |
Protected Member Functions | |
| void | configure () |
Protected Attributes | |
| List< XPathMatchSetup > | xpathMatchSetupList |
|
|
|
|
|
Called by isNotAConfigFile(File) only if the file ending matches one of the endings in getFileEndings(). Implements alma::acs::config::validators::ConfigFileRedeemer.
|
|
|
|
|
|
Configures information about known files which should not be accused of being config files. |
|
|
Subclasses supply the endings of files that they can possibly redeem. Note that in order to match, the file name must end with one of the given strings, see String#endsWith(java.lang.String). The ending may therefore contain more than one '.'.
Implements alma::acs::config::validators::ConfigFileRedeemer.
|
|
|
|
|
|
|
1.3.8