|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ftpserver.filesystem.nativefs.NativeFileSystemFactory
public class NativeFileSystemFactory
Native file system factory. It uses the OS file system.
Constructor Summary | |
---|---|
NativeFileSystemFactory()
|
Method Summary | |
---|---|
FileSystemView |
createFileSystemView(User user)
Create the appropriate user file system view. |
boolean |
isCaseInsensitive()
Is this file system case insensitive. |
boolean |
isCreateHome()
Should the home directories be created automatically |
void |
setCaseInsensitive(boolean caseInsensitive)
Should this file system be case insensitive. |
void |
setCreateHome(boolean createHome)
Set if the home directories be created automatically |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NativeFileSystemFactory()
Method Detail |
---|
public boolean isCreateHome()
public void setCreateHome(boolean createHome)
createHome
- true if the file system will create the home directory if not availablepublic boolean isCaseInsensitive()
public void setCaseInsensitive(boolean caseInsensitive)
caseInsensitive
- true if this file system should be case insensitivepublic FileSystemView createFileSystemView(User user) throws FtpException
createFileSystemView
in interface FileSystemFactory
user
- The user for which the file system should be created
FileSystemView
for the provided user
FtpException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |