public class GetterFile extends Object
| Constructor and Description |
|---|
GetterFile(File gettersDirectory,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addKey(String key) |
void |
addKeys(Collection<String> result) |
void |
delete() |
File |
getFile() |
Set<String> |
getKeys() |
String |
getName() |
boolean |
isNotEmpty() |
void |
load() |
static List<GetterFile> |
load(File gettersDirectory) |
void |
store() |
public static List<GetterFile> load(File gettersDirectory) throws IOException
IOExceptionpublic void addKey(String key)
public void addKeys(Collection<String> result)
public void load()
throws IOException
IOExceptionpublic void store()
throws IOException
IOExceptionpublic File getFile()
public String getName()
public void delete()
public boolean isNotEmpty()
Copyright © 2004–2018 Ultreia.io. All rights reserved.