public class PdiConfigXml extends Object implements IPdiConfig
| Constructor and Description |
|---|
PdiConfigXml() |
PdiConfigXml(org.dom4j.Document doc) |
PdiConfigXml(File pentahoXmlFile) |
PdiConfigXml(IPdiConfig pdiConfig) |
PdiConfigXml(String xml) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRepositoryName() |
String |
getRepositoryPassword() |
String |
getRepositoryType() |
String |
getRepositoryUserId() |
String |
getRepositoryXmlFile() |
void |
setRepositoryName(String name) |
void |
setRepositoryPassword(String password) |
void |
setRepositoryType(String type) |
void |
setRepositoryUserId(String userId) |
void |
setRepositoryXmlFile(String xmlFile) |
public PdiConfigXml(File pentahoXmlFile) throws IOException, org.dom4j.DocumentException
IOExceptionorg.dom4j.DocumentExceptionpublic PdiConfigXml(String xml) throws org.dom4j.DocumentException, org.pentaho.platform.api.util.XmlParseException
org.dom4j.DocumentExceptionorg.pentaho.platform.api.util.XmlParseExceptionpublic PdiConfigXml(org.dom4j.Document doc)
throws org.dom4j.DocumentException
org.dom4j.DocumentExceptionpublic PdiConfigXml(IPdiConfig pdiConfig)
public PdiConfigXml()
public String getRepositoryName()
getRepositoryName in interface IPdiConfigpublic String getRepositoryPassword()
getRepositoryPassword in interface IPdiConfigpublic String getRepositoryType()
getRepositoryType in interface IPdiConfigpublic String getRepositoryUserId()
getRepositoryUserId in interface IPdiConfigpublic String getRepositoryXmlFile()
getRepositoryXmlFile in interface IPdiConfigpublic void setRepositoryName(String name)
setRepositoryName in interface IPdiConfigpublic void setRepositoryPassword(String password)
setRepositoryPassword in interface IPdiConfigpublic void setRepositoryType(String type)
setRepositoryType in interface IPdiConfigpublic void setRepositoryUserId(String userId)
setRepositoryUserId in interface IPdiConfigpublic void setRepositoryXmlFile(String xmlFile)
setRepositoryXmlFile in interface IPdiConfig