public class RepositoryLocation extends Object implements Serializable, Comparable<RepositoryLocation>
Constructor and Description |
---|
RepositoryLocation(String name) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(RepositoryLocation o) |
boolean |
equals(Object other) |
Boolean |
getEnabled()
Deprecated.
Unused
|
String |
getName() |
int |
hashCode() |
void |
setEnabled(Boolean enabled)
Deprecated.
Unused
|
public RepositoryLocation(String name)
public String getName()
public int compareTo(RepositoryLocation o)
compareTo
in interface Comparable<RepositoryLocation>
@Deprecated public Boolean getEnabled()
@Deprecated public void setEnabled(Boolean enabled)
Copyright © 2015 Nuxeo SA. All rights reserved.