|
RichFaces CDK Generator 4.2.0.CR1 | |||||||||
| 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 | |
|---|---|
Writer |
createOutput(String path,
long lastModified)
Create new file in output folder. |
File |
getFile(String path)
Get existing file or directory. |
Iterable<File> |
getFiles()
Get collection of all source files for this manager. |
Iterable<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 Iterable<File> getFolders()
FileManagerReturn collection of all folders included in this manager instance.
getFolders in interface FileManagerpublic Iterable<File> getFiles()
FileManagerGet collection of all source files for this manager.
getFiles in interface FileManager
public File getFile(String path)
throws FileNotFoundException
FileManagerGet existing file or directory.
getFile in interface FileManagerFileNotFoundException
public Writer createOutput(String path,
long lastModified)
throws 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.
IOException
|
RichFaces CDK Generator 4.2.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||