Modifier and Type | Method and Description |
---|---|
static FileBack.FileOperation |
FileBack.FileOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileBack.FileOperation[] |
FileBack.FileOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default java.util.function.Supplier<FileBack.FileOperation> |
FileContext.fileOperationSupplier()
Return the current property value mapped to
FileContext.PropertyKey.FILE_OPERATION_SUPPLIER . |
default java.util.function.Supplier<FileBack.FileOperation> |
FileContext.fileOperationSupplier(java.util.function.Supplier<FileBack.FileOperation> fileOperationSupplier)
Sets a new property value mapped to
FileContext.PropertyKey.FILE_OPERATION_SUPPLIER . |
Modifier and Type | Method and Description |
---|---|
default java.util.function.Supplier<FileBack.FileOperation> |
FileContext.fileOperationSupplier(java.util.function.Supplier<FileBack.FileOperation> fileOperationSupplier)
Sets a new property value mapped to
FileContext.PropertyKey.FILE_OPERATION_SUPPLIER . |
Copyright © 2011–2015. All rights reserved.