|
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.OutputFileManagerImpl
public class OutputFileManagerImpl
| Constructor Summary | |
|---|---|
OutputFileManagerImpl(File folder)
|
|
| 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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutputFileManagerImpl(File folder)
| Method Detail |
|---|
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
public File getFile(String path)
throws FileNotFoundException
FileManagerGet existing file or directory.
getFile in interface FileManagerFileNotFoundExceptionpublic Iterable<File> getFiles()
FileManagerGet collection of all source files for this manager.
getFiles in interface FileManagerpublic Iterable<File> getFolders()
getFolders in interface FileManager
|
RichFaces CDK Generator 4.2.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||