Class LocalDirectoryRepositoryHelper
java.lang.Object
org.palladiosimulator.edp2.repository.local.LocalDirectoryRepositoryHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic LocalDirectoryRepository
initializeLocalDirectoryRepository
(File location) Creates and initialized a LocalDirectoryRepository.
-
Constructor Details
-
LocalDirectoryRepositoryHelper
public LocalDirectoryRepositoryHelper()
-
-
Method Details
-
initializeLocalDirectoryRepository
Creates and initialized a LocalDirectoryRepository.- Parameters:
location
- The directory on the local machine which should be accessed by the repository.- Returns:
- Initialized repository instance.
null
if the initialization failed.
-