public final class RepositoryConfiguration extends Object
Constructor and Description |
---|
RepositoryConfiguration(String name,
URI uri,
boolean snapshotsEnabled)
Creates a new
RepositoryConfiguration instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName() |
boolean |
getSnapshotsEnabled() |
URI |
getUri() |
int |
hashCode() |
String |
toString() |
public RepositoryConfiguration(String name, URI uri, boolean snapshotsEnabled)
RepositoryConfiguration
instance.name
- The name of the repositoryuri
- The uri of the repositorysnapshotsEnabled
- true
if the repository should enable access to
snapshots, false
otherwiseCopyright © 2016 Pivotal Software, Inc.. All rights reserved.