class PropertiesSCMProviderDataStore
A properties store-based implementation of the SCMProviderDataStore.
| Modifiers | Name | Description |
|---|---|---|
private java.lang.String |
propertiesFilePath |
| Constructor and description |
|---|
PropertiesSCMProviderDataStore
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.util.Properties |
get(java.lang.String id)Return properties object for the specified SCM provider id. |
|
java.util.List<java.lang.String> |
getAll()Return a string representation, in an array of all the available SCM providers. |
|
void |
setPropertiesLocation(java.lang.String path)Set the properties file path. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Return properties object for the specified SCM provider id.
id - - Unique SCM provider implementation id.Return a string representation, in an array of all the available SCM providers.
Set the properties file path.
path - - path to properties file.