Package | Description |
---|---|
com.streamscape.sdo.enums | |
com.streamscape.sdo.event | |
com.streamscape.sdo.file |
Modifier and Type | Field and Description |
---|---|
static FileState |
FileState.CREATED
Indicates that file has been created: it is a new one (or was locked) and free to read/write.
|
static FileState |
FileState.CREATING
Indicates that file is being created: it is a new one, but now locked.
|
static FileState |
FileState.DELETED
Indicates that a file has been deleted.
|
static FileState |
FileState.MODIFIED
Indicates that file has changed its size or date and is free to read/write.
|
static FileState |
FileState.MODIFYING
Indicates that file has changed its size or date, but it is locked now.
|
static FileState |
FileState.STATIC
Nothing happened with a file.
|
Modifier and Type | Method and Description |
---|---|
static FileState |
FileState.valueOf(java.lang.String name) |
static FileState[] |
FileState.values() |
Modifier and Type | Method and Description |
---|---|
FileState |
FileEvent.getLastState()
Returns the last known status of the file.
|
Modifier and Type | Method and Description |
---|---|
void |
FileEvent.init(java.io.File file,
FileState state)
Initializes the event object.
|
void |
FileEvent.setLastState(FileState state)
Sets the last known file state.
|
Modifier and Type | Method and Description |
---|---|
FileState |
FileMetaInfo.getLastState()
Gest the state of the file.
|
Modifier and Type | Method and Description |
---|---|
void |
FileMetaInfo.setLastState(FileState state)
Updates the state of the file.
|
Constructor and Description |
---|
FileMetaInfo(java.io.File file,
FileState state) |
FileMetaInfo(java.io.File file,
FileState state,
long sizeDelta) |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.