public class CfgFile extends Object implements Verifiable
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(ParameterValue param) |
HashMap<net.sf.saxon.s9api.QName,ParameterValue> |
getParams() |
File |
getSource() |
String |
toString() |
void |
verify()
Réalise les vérifications nécessaires sur l'instance, et jette une exception en cas de problème
|
public CfgFile(File source)
public void addParameter(ParameterValue param)
public File getSource()
public HashMap<net.sf.saxon.s9api.QName,ParameterValue> getParams()
public void verify()
throws InvalidSyntaxException
Verifiableverify in interface VerifiableInvalidSyntaxException - If something is wrongCopyright © 2017. All rights reserved.