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