|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileHandler
Manages the creation and deletion of a single file
Nested Class Summary | |
---|---|
static interface |
FileHandler.ContentWriter
Is responsible to write the content into a file |
Method Summary | |
---|---|
void |
clean()
Removes the file that can be retrieved via getFile() |
void |
create(FileHandler.ContentWriter contentWriter)
Creates the file that can be retrieved via getFile() |
java.io.File |
getFile()
|
Method Detail |
---|
void clean()
getFile()
void create(FileHandler.ContentWriter contentWriter) throws java.io.IOException
getFile()
contentWriter
-
java.io.IOException
java.io.File getFile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |