|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.slide.common.Scope
Scope object.
A scope represents a directory on the server. Ex : /foo/bar.txt belongs to the /foo/ scope.
Field Summary | |
static Scope |
ROOT
|
Constructor Summary | |
Scope(java.lang.String scope)
Constructor. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Tests if two scopes ore equal. |
int |
hashCode()
Hash code. |
java.lang.String |
toString()
Returns the String representation of the scope. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Scope ROOT
Constructor Detail |
public Scope(java.lang.String scope)
scope
- String representation of the scope.Method Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object obj)
obj
- Object to test
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |