public class FileType
extends java.lang.Object
File type constants.
Modifier and Type | Field and Description |
---|---|
static int |
Device |
static int |
Directory |
static int |
HardLink |
static int |
RegularFile |
static int |
SymbolicLink |
Constructor and Description |
---|
FileType() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
asString(int typ)
Return a file type as a string
|
public static final int RegularFile
public static final int Directory
public static final int SymbolicLink
public static final int HardLink
public static final int Device
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.