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
IOException
org.dom4j.DocumentException
public PdiConfigXml(String xml) throws org.dom4j.DocumentException, XmlParseException
org.dom4j.DocumentException
XmlParseException
public PdiConfigXml(org.dom4j.Document doc) throws org.dom4j.DocumentException
org.dom4j.DocumentException
public PdiConfigXml(IPdiConfig pdiConfig)
public PdiConfigXml()
public String getRepositoryName()
getRepositoryName
in interface IPdiConfig
public String getRepositoryPassword()
getRepositoryPassword
in interface IPdiConfig
public String getRepositoryType()
getRepositoryType
in interface IPdiConfig
public String getRepositoryUserId()
getRepositoryUserId
in interface IPdiConfig
public String getRepositoryXmlFile()
getRepositoryXmlFile
in interface IPdiConfig
public void setRepositoryName(String name)
setRepositoryName
in interface IPdiConfig
public void setRepositoryPassword(String password)
setRepositoryPassword
in interface IPdiConfig
public void setRepositoryType(String type)
setRepositoryType
in interface IPdiConfig
public void setRepositoryUserId(String userId)
setRepositoryUserId
in interface IPdiConfig
public void setRepositoryXmlFile(String xmlFile)
setRepositoryXmlFile
in interface IPdiConfig
Copyright © 2017 Hitachi Vantara. All rights reserved.