public final class FileState
extends java.lang.Enum
Title: Service Event Fabric Runtime
Description: Represents the state of files.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static FileState |
CREATED
Indicates that file has been created: it is a new one (or was locked) and free to read/write.
|
static FileState |
CREATING
Indicates that file is being created: it is a new one, but now locked.
|
static FileState |
DELETED
Indicates that a file has been deleted.
|
static FileState |
MODIFIED
Indicates that file has changed its size or date and is free to read/write.
|
static FileState |
MODIFYING
Indicates that file has changed its size or date, but it is locked now.
|
static FileState |
STATIC
Nothing happened with a file.
|
Modifier and Type | Method and Description |
---|---|
static FileState |
valueOf(java.lang.String name) |
static FileState[] |
values() |
public static final FileState CREATING
public static final FileState CREATED
public static final FileState MODIFYING
public static final FileState MODIFIED
public static final FileState STATIC
public static final FileState DELETED
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.