public class Config extends Object implements Verifiable
| Modifier and Type | Field and Description |
|---|---|
String |
__instanceName
This has nothing to do in Configuration, but for implementation reason,
it's here...
|
static int |
MAX_DOCUMENT_CACHE_SIZE |
Namespaces |
namespaces |
| Constructor and Description |
|---|
Config()
Pour compatibilité avec l'ancienne version
|
Config(String currentDir) |
Config(net.sf.saxon.s9api.XdmNode node) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(ParameterValue p) |
int |
getMaxDocumentCacheSize() |
Namespaces |
getNamespaces() |
HashMap<net.sf.saxon.s9api.QName,ParameterValue> |
getParams() |
Pipe |
getPipe() |
Sources |
getSources() |
boolean |
hasFilesOverMultiThreadLimit()
Returns true if input files with size over multi-thread limit exist.
|
boolean |
isLogFileSize() |
void |
setLogFileSize(boolean logFileSize) |
void |
setMaxDocumentCacheSize(int maxDocumentCacheSize) |
void |
setNamespaces(Namespaces namespaces) |
void |
skipSchemaValidation(boolean skipSchemaValidation) |
void |
verify()
Réalise les vérifications nécessaires sur l'instance, et jette une exception en cas de problème
|
public static final int MAX_DOCUMENT_CACHE_SIZE
public Namespaces namespaces
public transient String __instanceName
public Config(net.sf.saxon.s9api.XdmNode node)
public Config()
public Config(String currentDir)
public Pipe getPipe()
public HashMap<net.sf.saxon.s9api.QName,ParameterValue> getParams()
public void addParameter(ParameterValue p)
public Sources getSources()
public void verify()
throws InvalidSyntaxException
Verifiableverify in interface VerifiableInvalidSyntaxException - If something is wrongpublic boolean hasFilesOverMultiThreadLimit()
public int getMaxDocumentCacheSize()
public void setMaxDocumentCacheSize(int maxDocumentCacheSize)
public boolean isLogFileSize()
public void setLogFileSize(boolean logFileSize)
public void skipSchemaValidation(boolean skipSchemaValidation)
public Namespaces getNamespaces()
public void setNamespaces(Namespaces namespaces)
Copyright © 2017. All rights reserved.