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 intcompareTo(RepositoryLocation o)booleanequals(Object other)StringgetName()inthashCode() 
 - 
 
- 
- 
Constructor Detail
- 
RepositoryLocation
public RepositoryLocation(String name)
 
 - 
 
- 
Method Detail
- 
compareTo
public int compareTo(RepositoryLocation o)
- Specified by:
 compareToin interfaceComparable<RepositoryLocation>
 
 - 
 
 -