Package org.pentaho.platform.config
Class PentahoXml
java.lang.Object
org.pentaho.platform.config.PentahoXml
-
Constructor Summary
ConstructorDescriptionPentahoXml
(File pentahoXmlFile) PentahoXml
(String xml) PentahoXml
(org.dom4j.Document doc) -
Method Summary
Modifier and TypeMethodDescriptionorg.dom4j.Document
void
setAclFiles
(String fileExtensions) void
setAdminRole
(String role) void
setAnonymousRole
(String role) void
setAnonymousUser
(String user) void
setAuditDateFormat
(String auditDateFormat) void
setAuditLogFile
(String auditLogFile) void
setAuditLogSeparator
(String auditLogSeparator) void
setDefaultAcls
(List<AclEntry> defaultAcls) void
setDefaultParameterForm
(String defaultParameterForm) void
setLogFile
(String logFile) void
setLogLevel
(String logLevel) void
setSolutionRepositoryCacheSize
(Integer solutionReporitoryCacheSize)
-
Constructor Details
-
PentahoXml
public PentahoXml(File pentahoXmlFile) throws IOException, org.dom4j.DocumentException, org.pentaho.platform.api.util.XmlParseException - Throws:
IOException
org.dom4j.DocumentException
org.pentaho.platform.api.util.XmlParseException
-
PentahoXml
public PentahoXml(String xml) throws org.dom4j.DocumentException, org.pentaho.platform.api.util.XmlParseException - Throws:
org.dom4j.DocumentException
org.pentaho.platform.api.util.XmlParseException
-
PentahoXml
public PentahoXml(org.dom4j.Document doc) throws org.dom4j.DocumentException - Throws:
org.dom4j.DocumentException
-
PentahoXml
public PentahoXml()
-
-
Method Details
-
getAuditDateFormat
-
setAuditDateFormat
-
getAuditLogFile
-
setAuditLogFile
-
getAuditLogSeparator
-
setAuditLogSeparator
-
getDefaultParameterForm
-
setDefaultParameterForm
-
getLogFile
-
setLogFile
-
getLogLevel
-
setLogLevel
-
getDefaultAcls
-
setDefaultAcls
-
getSolutionRepositoryCacheSize
-
setSolutionRepositoryCacheSize
-
getAclFiles
-
setAclFiles
-
getAdminRole
-
setAdminRole
-
getAnonymousUser
-
setAnonymousUser
-
getAnonymousRole
-
setAnonymousRole
-
getDocument
public org.dom4j.Document getDocument()
-