Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.util
Class RepositoryLocation

java.lang.Object
  extended by 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
RepositoryLocation(String name)
           
 
Method Summary
 int compareTo(RepositoryLocation o)
           
 boolean equals(Object other)
           
 Boolean getEnabled()
          Deprecated. Unused
 String getName()
           
 int hashCode()
           
 void setEnabled(Boolean enabled)
          Deprecated. Unused
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryLocation

public RepositoryLocation(String name)
Method Detail

getName

public String getName()

compareTo

public int compareTo(RepositoryLocation o)
Specified by:
compareTo in interface Comparable<RepositoryLocation>

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getEnabled

@Deprecated
public Boolean getEnabled()
Deprecated. Unused


setEnabled

@Deprecated
public void setEnabled(Boolean enabled)
Deprecated. Unused


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.