Package org.pentaho.di.repository
Class RepositoriesMeta
java.lang.Object
org.pentaho.di.repository.RepositoriesMeta
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDatabase
(int p, org.pentaho.di.core.database.DatabaseMeta ci) void
addDatabase
(org.pentaho.di.core.database.DatabaseMeta ci) void
addRepository
(int p, RepositoryMeta ri) void
void
clear()
clone()
findRepository
(String name) org.pentaho.di.core.database.DatabaseMeta
getDatabase
(int i) org.pentaho.di.core.logging.LogChannelInterface
getLog()
getRepository
(int i) getXML()
int
indexOfDatabase
(org.pentaho.di.core.database.DatabaseMeta di) int
int
int
protected void
boolean
readData()
void
void
removeDatabase
(int i) void
removeRepository
(int i) org.pentaho.di.core.database.DatabaseMeta
searchDatabase
(String name) searchRepository
(String name) toString()
void
-
Constructor Details
-
RepositoriesMeta
public RepositoriesMeta()
-
-
Method Details
-
clear
public void clear() -
addDatabase
public void addDatabase(org.pentaho.di.core.database.DatabaseMeta ci) -
addRepository
-
addDatabase
public void addDatabase(int p, org.pentaho.di.core.database.DatabaseMeta ci) -
addRepository
-
getDatabase
public org.pentaho.di.core.database.DatabaseMeta getDatabase(int i) -
getRepository
-
removeDatabase
public void removeDatabase(int i) -
removeRepository
public void removeRepository(int i) -
nrDatabases
public int nrDatabases() -
nrRepositories
public int nrRepositories() -
searchDatabase
-
searchRepository
-
indexOfDatabase
public int indexOfDatabase(org.pentaho.di.core.database.DatabaseMeta di) -
indexOfRepository
-
findRepository
-
findRepositoryById
-
readData
public boolean readData() throws org.pentaho.di.core.exception.KettleException- Throws:
org.pentaho.di.core.exception.KettleException
-
getKettleUserRepositoriesFile
-
readDataFromInputStream
public void readDataFromInputStream(InputStream is) throws org.pentaho.di.core.exception.KettleException - Throws:
org.pentaho.di.core.exception.KettleException
-
parseRepositoriesDoc
- Throws:
Exception
-
getXML
-
writeData
public void writeData() throws org.pentaho.di.core.exception.KettleException- Throws:
org.pentaho.di.core.exception.KettleException
-
toString
-
clone
-
getErrorMessage
-
getLog
public org.pentaho.di.core.logging.LogChannelInterface getLog()
-