|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.mft.management.descriptors.FileStoreServiceDescriptor
public class FileStoreServiceDescriptor
File store service descriptor. The service described by this descriptor takes responsibility for storing/accessing accounts and groups in file.
Constructor Summary | |
---|---|
FileStoreServiceDescriptor()
This constructor is used by serialization sub-system and is not intended to use directly in client code. |
|
FileStoreServiceDescriptor(FileStoreServiceDescriptor that)
|
|
FileStoreServiceDescriptor(java.lang.String directory)
Creates a new descriptor instance. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getDirectory()
Returns datastore directory. |
int |
hashCode()
|
void |
setDirectory(java.lang.String value)
Sets datastore directory. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FileStoreServiceDescriptor(java.lang.String directory)
directory
- store directorypublic FileStoreServiceDescriptor()
public FileStoreServiceDescriptor(FileStoreServiceDescriptor that)
Method Detail |
---|
public java.lang.String getDirectory()
getDirectory
in interface com.jscape.inet.mft.datastore.FileStoreService.Importer
public void setDirectory(java.lang.String value)
setDirectory
in interface com.jscape.inet.mft.datastore.FileStoreService.Exporter
value
- datastore directorypublic boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |