Package sonia.scm.repository
Class InitialRepositoryLocationResolver
java.lang.Object
sonia.scm.repository.InitialRepositoryLocationResolver
A Location Resolver for File based Repository Storage.
WARNING: The Locations provided with this class may not be used from the plugins to store any plugin specific files.
Please use the DataStoreFactory
and the DataStore
classes to store data
Please use the BlobStoreFactory
and the BlobStore
classes to store binary files
Please use the ConfigurationStoreFactory
and the ConfigurationStore
classes to store configurations
- Since:
- 2.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionInitialRepositoryLocationResolver
(Set<RepositoryLocationOverride> repositoryLocationOverrides) -
Method Summary
-
Constructor Details
-
InitialRepositoryLocationResolver
@Inject public InitialRepositoryLocationResolver(Set<RepositoryLocationOverride> repositoryLocationOverrides)
-
-
Method Details
-
getPath
Returns the initial path to repository. -
getPath
-