|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.sdsc.grid.io.GeneralAccount
edu.sdsc.grid.io.local.LocalAccount
public class LocalAccount
An object to hold the user information used when connecting to a remote server.
| Field Summary |
|---|
| Fields inherited from class edu.sdsc.grid.io.GeneralAccount |
|---|
homeDirectory |
| Constructor Summary | |
|---|---|
LocalAccount()
Constructs an object to hold the user information used when connecting to a remote server. |
|
LocalAccount(java.lang.String homeDir)
Constructs an object to hold the user information used when connecting to a remote server. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Tests this local file system account object for equality with the given object. |
void |
setHomeDirectory(java.lang.String homeDir)
Sets the home directory of this GeneralAccount. |
| Methods inherited from class edu.sdsc.grid.io.GeneralAccount |
|---|
clone, finalize, getHomeDirectory |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocalAccount()
homeDirectory - home directory on the local filesystempublic LocalAccount(java.lang.String homeDir)
homeDirectory - home directory on the local filesystem| Method Detail |
|---|
public void setHomeDirectory(java.lang.String homeDir)
setHomeDirectory in class GeneralAccountpublic boolean equals(java.lang.Object obj)
true if and only if the argument is not
null and both are account objects for the same
filesystem.
equals in class GeneralAccountobj - The object to be compared with this abstract pathname
true if and only if the objects are the same;
false otherwise
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||