public class DeviceAttributesInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CasePreservedNames |
static int |
CaseSensitiveSearch |
static int |
DeviceMounted |
static int |
FileCompression |
static int |
PersistentACLs |
static int |
VolumeIsCompressed |
static int |
VolumeQuotas |
Constructor and Description |
---|
DeviceAttributesInfo(int attr,
int nameLen,
java.lang.String name)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getAttributes()
Return the file system attributes
|
java.lang.String |
getFileSystemName()
Return the file system name
|
int |
getMaximumNameComponentLength()
Return the maximum file name component length
|
boolean |
hasCaseSensitiveSearches()
Determine if the file system has case sensistive searches
|
boolean |
hasFileCompression()
Determine if the file system has file compression
|
boolean |
hasPersistentACLs()
Determine if the file system has persistent ACLs
|
boolean |
hasPreserveNameCase()
Determine if the file system preserves file name case
|
boolean |
hasVolumeQuotas()
Determine if the file system has volume quotas
|
boolean |
isCompressed()
Determine if the file system is compressed
|
boolean |
isMounted()
Determine if the file system is mounted
|
java.lang.String |
toString()
Return the device attributes as a string
|
public static final int CaseSensitiveSearch
public static final int CasePreservedNames
public static final int PersistentACLs
public static final int FileCompression
public static final int VolumeQuotas
public static final int DeviceMounted
public static final int VolumeIsCompressed
public DeviceAttributesInfo(int attr, int nameLen, java.lang.String name)
attr
- intnameLen
- intname
- Stringpublic final java.lang.String getFileSystemName()
public final int getMaximumNameComponentLength()
public final int getAttributes()
public final boolean hasCaseSensitiveSearches()
public final boolean hasPreserveNameCase()
public final boolean hasPersistentACLs()
public final boolean hasFileCompression()
public final boolean hasVolumeQuotas()
public final boolean isMounted()
public final boolean isCompressed()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.