public final class FileAccess
extends java.lang.Object
Contains a list of the available file permissions that may be applied to a share, directory or file.
| Modifier and Type | Field and Description |
|---|---|
static int |
NoAccess |
static int |
ReadOnly |
static int |
Writeable |
| Constructor and Description |
|---|
FileAccess() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
asString(int perm)
Return the file permission as a string.
|
public static final int NoAccess
public static final int ReadOnly
public static final int Writeable
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.