|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.richfaces.cdk.Generator.EmptyFileManager
public static final class Generator.EmptyFileManager
| Constructor Summary | |
|---|---|
Generator.EmptyFileManager()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Generator.EmptyFileManager()
| Method Detail |
|---|
public java.lang.Iterable<java.io.File> getFolders()
FileManagerReturn collection of all folders included in this manager instance.
getFolders in interface FileManagerpublic java.lang.Iterable<java.io.File> getFiles()
FileManagerGet collection of all source files for this manager.
getFiles in interface FileManager
public java.io.File getFile(java.lang.String path)
throws java.io.FileNotFoundException
FileManagerGet existing file or directory.
getFile in interface FileManagerjava.io.FileNotFoundException
public java.io.Writer createOutput(java.lang.String path,
long lastModified)
throws java.io.IOException
FileManagerCreate new file in output folder.
createOutput in interface FileManagerpath - relative path to output file.lastModified - time of last modification of model.
lastModified parameter.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||