public class Storage extends Object
| Constructor and Description |
|---|
Storage(String path) |
Storage(String path,
StorageType type) |
Storage(String path,
StorageType type,
Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
boolean |
equals(Object obj) |
boolean |
exists() |
Resource |
findResource(String glob) |
List<Resource> |
findResources(String glob) |
Charset |
getCharset() |
Path |
getPath() |
Resource |
getResource(String path) |
StorageType |
getType() |
int |
hashCode() |
String |
toString() |
public Storage(String path)
public Storage(String path, StorageType type)
public Storage(String path, StorageType type, Charset charset)
public Path getPath()
public Charset getCharset()
public StorageType getType()
public boolean exists()
public void delete()
Copyright © 2019. All rights reserved.