public class FileStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DirectoryExists |
static int |
FileExists |
static int |
MaxStatus |
static int |
NotExist |
static int |
Unknown |
| Constructor and Description |
|---|
FileStatus() |
| Modifier and Type | Method and Description |
|---|---|
static String |
asString(int sts)
Return the file status as a string
|
public static final int Unknown
public static final int NotExist
public static final int FileExists
public static final int DirectoryExists
public static final int MaxStatus
public static final String asString(int sts)
sts - intCopyright © 2005–2020 Alfresco Software. All rights reserved.