@Portable public class RepositoryInfo extends Object
Constructor and Description |
---|
RepositoryInfo() |
RepositoryInfo(String id,
String alias,
String owner,
Path root,
List<PublicURI> publicURIs,
List<VersionRecord> versionList) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAlias() |
String |
getId() |
List<VersionRecord> |
getInitialVersionList() |
String |
getOwner() |
List<PublicURI> |
getPublicURIs() |
Path |
getRoot() |
int |
hashCode() |
String |
toString() |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.