|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FileManager
| Method Summary | |
|---|---|
java.io.Writer |
createOutput(java.lang.String path,
long lastModified)
Create new file in output folder. |
java.io.File |
getFile(java.lang.String path)
Get existing file or directory. |
java.lang.Iterable<java.io.File> |
getFiles()
Get collection of all source files for this manager. |
java.lang.Iterable<java.io.File> |
getFolders()
Return collection of all folders included in this manager instance. |
| Method Detail |
|---|
java.io.File getFile(java.lang.String path)
throws java.io.FileNotFoundException
Get existing file or directory.
path -
java.io.FileNotFoundExceptionjava.lang.Iterable<java.io.File> getFiles()
Get collection of all source files for this manager.
java.io.Writer createOutput(java.lang.String path,
long lastModified)
throws java.io.IOException
Create new file in output folder.
path - relative path to output file.lastModified - time of last modification of model.
lastModified parameter.
java.io.IOExceptionjava.lang.Iterable<java.io.File> getFolders()
Return collection of all folders included in this manager instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||