xmlBlaster 1.6.4 API

Uses of Class
org.xmlBlaster.contrib.filewatcher.FileInfo

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

Copyright © 1999-2008 The xmlBlaster.org contributers.