Modifier and Type | Method and Description |
---|---|
static FileContext.PropertyKey |
FileContext.PropertyKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileContext.PropertyKey[] |
FileContext.PropertyKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Map<FileContext.PropertyKey,Object> |
AbstractFileContext.properties()
Returns a map of properties.
|
Modifier and Type | Method and Description |
---|---|
Optional<Object> |
FileContext.property(FileContext.PropertyKey propertyKey)
Returns an optional property value mapped to specified
propertyKey . |
Optional<Object> |
AbstractFileContext.property(FileContext.PropertyKey key) |
default <T> Optional<T> |
FileContext.property(FileContext.PropertyKey proprtyKey,
Class<T> valueType)
Returns an optional property value mapped to specified
propertyKey . |
Optional<Object> |
FileContext.property(FileContext.PropertyKey propertyKey,
Object propertyValue)
Sets a new property value mapped to specified
propertyKey . |
Optional<Object> |
AbstractFileContext.property(FileContext.PropertyKey key,
Object value) |
default <T> Optional<T> |
FileContext.property(FileContext.PropertyKey propertyKey,
T propertyValue,
Class<T> valueType)
Sets a new property value mapped to specified
propertyKey . |
Copyright © 2011–2015. All rights reserved.