Package org.pentaho.platform.config
Class PdiConfigXml
java.lang.Object
org.pentaho.platform.config.PdiConfigXml
- All Implemented Interfaces:
IPdiConfig
-
Constructor Summary
ConstructorDescriptionPdiConfigXml
(File pentahoXmlFile) PdiConfigXml
(String xml) PdiConfigXml
(org.dom4j.Document doc) PdiConfigXml
(IPdiConfig pdiConfig) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRepositoryName
(String name) void
setRepositoryPassword
(String password) void
setRepositoryType
(String type) void
setRepositoryUserId
(String userId) void
setRepositoryXmlFile
(String xmlFile)
-
Constructor Details
-
PdiConfigXml
- Throws:
IOException
org.dom4j.DocumentException
-
PdiConfigXml
public PdiConfigXml(String xml) throws org.dom4j.DocumentException, org.pentaho.platform.api.util.XmlParseException - Throws:
org.dom4j.DocumentException
org.pentaho.platform.api.util.XmlParseException
-
PdiConfigXml
public PdiConfigXml(org.dom4j.Document doc) throws org.dom4j.DocumentException - Throws:
org.dom4j.DocumentException
-
PdiConfigXml
-
PdiConfigXml
public PdiConfigXml()
-
-
Method Details
-
getRepositoryName
- Specified by:
getRepositoryName
in interfaceIPdiConfig
-
getRepositoryPassword
- Specified by:
getRepositoryPassword
in interfaceIPdiConfig
-
getRepositoryType
- Specified by:
getRepositoryType
in interfaceIPdiConfig
-
getRepositoryUserId
- Specified by:
getRepositoryUserId
in interfaceIPdiConfig
-
getRepositoryXmlFile
- Specified by:
getRepositoryXmlFile
in interfaceIPdiConfig
-
setRepositoryName
- Specified by:
setRepositoryName
in interfaceIPdiConfig
-
setRepositoryPassword
- Specified by:
setRepositoryPassword
in interfaceIPdiConfig
-
setRepositoryType
- Specified by:
setRepositoryType
in interfaceIPdiConfig
-
setRepositoryUserId
- Specified by:
setRepositoryUserId
in interfaceIPdiConfig
-
setRepositoryXmlFile
- Specified by:
setRepositoryXmlFile
in interfaceIPdiConfig
-