public class FileStatus
extends java.lang.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 java.lang.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
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.