public final class RepositoryConfiguration extends Object
The configuration of a repository.
Constructor and description |
---|
RepositoryConfiguration(String name, URI uri, boolean snapshotsEnabled) Creates a new RepositoryConfiguration instance. |
Type Params | Return Type | Name and description |
---|---|---|
|
public boolean |
equals(Object obj) |
|
public String |
getName() Return the name of the repository. |
|
public boolean |
getSnapshotsEnabled() Return if the repository should enable access to snapshots. |
|
public URI |
getUri() Return the URI of the repository. |
|
public int |
hashCode() |
|
public String |
toString() |
Return the name of the repository.
Return if the repository should enable access to snapshots.
true
if snapshot access is enabledReturn the URI of the repository.