Package org.pentaho.di.repository
Interface HasRepositoryInterface
-
- All Known Implementing Classes:
AbstractMeta,JobExecutorMeta,JobMeta,MappingMeta,SimpleMappingMeta,SingleThreaderMeta,TransExecutorMeta,TransMeta
public interface HasRepositoryInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RepositorygetRepository()voidsetRepository(Repository repository)
-
-
-
Method Detail
-
getRepository
Repository getRepository()
- Returns:
- the repository
-
setRepository
void setRepository(Repository repository)
- Parameters:
repository- the repository to set
-
-