|
xmlBlaster 1.6.4 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FileInfo | |
| org.xmlBlaster.contrib.filewatcher | |
| Uses of FileInfo in org.xmlBlaster.contrib.filewatcher |
| Methods in org.xmlBlaster.contrib.filewatcher that return FileInfo | |
private FileInfo[] |
Publisher.doPublish(DirectoryManager directoryManager)
Publish file or files to xmlBlaster. |
| Methods in org.xmlBlaster.contrib.filewatcher with parameters of type FileInfo | |
java.lang.String |
Publisher.toString(FileInfo[] infos,
int max)
Create a comma separated list of file names. |
private boolean |
DirectoryManager.isReady(FileInfo info,
long currentTime)
Returns false if the info object is null, if the size is zero or if it has not passed sufficient time since the last change. |
java.io.FileInputStream |
DirectoryManager.getContentStream(FileInfo info)
|
byte[] |
DirectoryManager.getContent(FileInfo info)
Gets the content from the specified file as a byte[]. |
|
xmlBlaster 1.6.4 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||