xmlBlaster 2.2.0 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
 byte[] DirectoryManager.getContent(FileInfo info)
          Gets the content from the specified file as a byte[].
 java.io.FileInputStream DirectoryManager.getContentStream(FileInfo info)
           
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.lang.String Publisher.toString(FileInfo[] infos, int max)
          Create a comma separated list of file names.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.