public class NativeFileSystemFactory extends java.lang.Object implements FileSystemFactory
| Constructor and Description |
|---|
NativeFileSystemFactory() |
| Modifier and Type | Method and Description |
|---|---|
FileSystemView |
createFileSystemView(Session session)
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 FileSystemView createFileSystemView(Session session)
createFileSystemView in interface FileSystemFactorysession - The session created for the userFileSystemView for the provided sessionCopyright © 2008-2014 The Apache Software Foundation. All Rights Reserved.