Package org.nuxeo.ecm.platform.util
Class RepositoryLocation
- java.lang.Object
-
- org.nuxeo.ecm.platform.util.RepositoryLocation
-
- All Implemented Interfaces:
Serializable
,Comparable<RepositoryLocation>
public class RepositoryLocation extends Object implements Serializable, Comparable<RepositoryLocation>
Represents a repository location. TODO: move to another package.- Author:
- Razvan Caraghin, Thierry Delprat, Florent Guillaume
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryLocation(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(RepositoryLocation o)
boolean
equals(Object other)
String
getName()
int
hashCode()
-
-
-
Field Detail
-
name
protected final String name
-
-
Constructor Detail
-
RepositoryLocation
public RepositoryLocation(String name)
-
-
Method Detail
-
getName
public String getName()
-
compareTo
public int compareTo(RepositoryLocation o)
- Specified by:
compareTo
in interfaceComparable<RepositoryLocation>
-
-