|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.repository.RepositoryImportLocation
public class RepositoryImportLocation
This singleton keeps the location of a repository import. NOT THREAD SAFE, ONLY ONE IMPORT AT A TIME PLEASE!!
Method Summary | |
---|---|
static RepositoryDirectoryInterface |
getRepositoryImportLocation()
Get the repository import location. |
static void |
setRepositoryImportLocation(RepositoryDirectoryInterface repositoryDirectory)
Sets the repository import location. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static RepositoryDirectoryInterface getRepositoryImportLocation()
public static void setRepositoryImportLocation(RepositoryDirectoryInterface repositoryDirectory)
repositoryDirectory
- the import location in the repository in the form of a repository directory.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |