Package fi.tut.mei.resdescapi.rescatapi
Interface IResCatConfigureLocal
- 
- All Known Subinterfaces:
- IResCatConfigureServer
 - All Known Implementing Classes:
- ResCatStoImpl_LocalFileSystem
 
 public interface IResCatConfigureLocalInterface for interacting with a Resource Catalogue Storing location and configuring it. These are methods used to configure a Resource Catalogue Storage type of local connections.- Author:
- Niko Siltala
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearRegisters()Clears all Resource Catalogue Storage related registers and indexesStringgetFolderLocationForARDs()Gets the folder location for ARDs.StringgetFolderLocationForRDs()Gets the folder location for RDs.voidsetFolderLocationForARDs(String folderLocationForARDs)Sets the folder location for RDs.voidsetFolderLocationForRDs(String folderLocationForRDs)Sets the folder location for RDs.booleanupdateRegister()Updates all Resource Catalogue Storage related registers and indexes
 
- 
- 
- 
Method Detail- 
updateRegisterboolean updateRegister() Updates all Resource Catalogue Storage related registers and indexes- Returns:
- true if operation going through without issues
 
 - 
clearRegistersvoid clearRegisters() Clears all Resource Catalogue Storage related registers and indexes
 - 
getFolderLocationForRDsString getFolderLocationForRDs() Gets the folder location for RDs. I.e. its (system)path.- Returns:
- path to RDs folder location.
 
 - 
setFolderLocationForRDsvoid setFolderLocationForRDs(String folderLocationForRDs) Sets the folder location for RDs. I.e. its (system)path.- Parameters:
- folderLocationForRDs- the path to RDs folder location to be set.
 
 - 
getFolderLocationForARDsString getFolderLocationForARDs() Gets the folder location for ARDs. I.e. its (system)path.- Returns:
- path to ARDs folder location.
 
 - 
setFolderLocationForARDsvoid setFolderLocationForARDs(String folderLocationForARDs) Sets the folder location for RDs. I.e. its (system)path.- Parameters:
- folderLocationForARDs- the path to ARDs folder location to be set.
 
 
- 
 
-