|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.vfs.Group
public final class Group
Users group abstraction. Represents named resources set available for all users in group.
Nested Class Summary | |
---|---|
static class |
Group.Delegate
|
Constructor Summary | |
---|---|
Group(Group that)
Copy constructor. |
|
Group(java.lang.String name,
VirtualFileDescriptor[] paths)
Creates a new user instance. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getName()
Returns the group name. |
VirtualFileDescriptor[] |
getResources()
Returns the group virtual paths. |
int |
hashCode()
|
void |
setResources(VirtualFileDescriptor[] resources)
Sets the group virtual path array. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Group(java.lang.String name, VirtualFileDescriptor[] paths)
name
- the group namepaths
- the virtual paths associated with this new grouppublic Group(Group that)
that
- Group instance will be copiedMethod Detail |
---|
public java.lang.String getName()
public VirtualFileDescriptor[] getResources()
public void setResources(VirtualFileDescriptor[] resources)
resources
- The new group virtual paths arraypublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Object.equals(Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |