|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pfsw.tools.beluga.ldap.directory.DirectoryDataFile
public class DirectoryDataFile
Specifies the type and location of a file that contains directory data.
Field Summary | |
---|---|
static String |
FILE_TYPE_DSML
|
static String |
FILE_TYPE_LDIF
|
Constructor Summary | |
---|---|
DirectoryDataFile(org.pf.file.FileLocator locator)
Initialize the new instance with default values. |
Method Summary | |
---|---|
void |
beDSML()
Changes the file type to be DSML |
void |
beLDIF()
Changes the file type to be DSML |
org.pf.file.FileLocator |
getFileLocator()
|
String |
getFileType()
Returns the file type. |
boolean |
isDSML()
Returns true if the file type is currently DSML |
boolean |
isLDIF()
Returns true if the file type is currently LDIF |
void |
setFileType(String newValue)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String FILE_TYPE_LDIF
public static final String FILE_TYPE_DSML
Constructor Detail |
---|
public DirectoryDataFile(org.pf.file.FileLocator locator)
Method Detail |
---|
public org.pf.file.FileLocator getFileLocator()
public String getFileType()
public void setFileType(String newValue)
public void beDSML()
public void beLDIF()
public boolean isLDIF()
public boolean isDSML()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |