| Package | Description |
|---|---|
| org.cuberact.storage |
| Modifier and Type | Method and Description |
|---|---|
StorageType |
Storage.getType() |
static StorageType |
StorageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageType[] |
StorageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Storage(String path,
StorageType type) |
Storage(String path,
StorageType type,
Charset charset) |
Copyright © 2019. All rights reserved.