|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.slide.common.Scope
Scope object.
A scope represents a directory on the server. Ex : /foo/bar.txt belongs to the /foo/ scope.
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 |
|
Constructor Detail |
public Scope(java.lang.String scope)
scope
- String representation of the scope.Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- Object to testpublic int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |