public class NativeFileSystemFactory extends Object implements org.apache.ftpserver.ftplet.FileSystemFactory
| Constructor and Description |
|---|
NativeFileSystemFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.ftpserver.ftplet.FileSystemView |
createFileSystemView(org.apache.ftpserver.ftplet.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
|
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 org.apache.ftpserver.ftplet.FileSystemView createFileSystemView(org.apache.ftpserver.ftplet.User user)
throws org.apache.ftpserver.ftplet.FtpException
createFileSystemView in interface org.apache.ftpserver.ftplet.FileSystemFactoryorg.apache.ftpserver.ftplet.FtpExceptionCopyright © 2003–2017 The Apache Software Foundation. All rights reserved.