A B C D E F G H I J L M N O P Q R S T U V W X Z

A

AbstractFile - Class in com.armatiek.infofuze.stream.filesystem
 
AbstractFile() - Constructor for class com.armatiek.infofuze.stream.filesystem.AbstractFile
 
AbstractJDBCSource - Class in com.armatiek.infofuze.source.jdbc
 
AbstractJDBCSource(Element) - Constructor for class com.armatiek.infofuze.source.jdbc.AbstractJDBCSource
 
AbstractResolver - Class in com.armatiek.infofuze.resolver
Abstract base class for custom OutputURIResolver and URIResolver classes
AbstractResolver() - Constructor for class com.armatiek.infofuze.resolver.AbstractResolver
 
AbstractSAXResult - Class in com.armatiek.infofuze.result
An abstract base class for all Infofuze SAXResults
AbstractSAXResult(Element) - Constructor for class com.armatiek.infofuze.result.AbstractSAXResult
 
AbstractSAXResult(String) - Constructor for class com.armatiek.infofuze.result.AbstractSAXResult
 
AbstractSAXSource - Class in com.armatiek.infofuze.source
An abstract base class for all SAX based Source classes.
AbstractSAXSource(Element) - Constructor for class com.armatiek.infofuze.source.AbstractSAXSource
 
AbstractSAXSource(String) - Constructor for class com.armatiek.infofuze.source.AbstractSAXSource
 
AbstractServlet - Class in com.armatiek.infofuze.web.servlet
 
AbstractServlet() - Constructor for class com.armatiek.infofuze.web.servlet.AbstractServlet
 
AbstractStreamResult - Class in com.armatiek.infofuze.result
An abstract base class for all Infofuze SAXResults
AbstractStreamResult(Element) - Constructor for class com.armatiek.infofuze.result.AbstractStreamResult
 
AbstractStreamResult(String) - Constructor for class com.armatiek.infofuze.result.AbstractStreamResult
 
AbstractStreamSource - Class in com.armatiek.infofuze.source
An abstract base class for all stream based Source classes.
AbstractStreamSource(Element) - Constructor for class com.armatiek.infofuze.source.AbstractStreamSource
 
AbstractStreamSource(String) - Constructor for class com.armatiek.infofuze.source.AbstractStreamSource
 
accept(FileIf) - Method in class com.armatiek.infofuze.source.extractor.FileExtractor
 
accept(FileIf) - Method in class com.armatiek.infofuze.stream.filesystem.filefilter.AgeFileFilter
Checks to see if the last modification of the file matches cutoff favorably.
accept(FileIf) - Method in class com.armatiek.infofuze.stream.filesystem.filefilter.AndFileFilter
Checks to see if the FileIf should be accepted by this filter.
accept(FileIf) - Method in class com.armatiek.infofuze.stream.filesystem.filefilter.CanReadFileFilter
Checks to see if the file can be read.
accept(FileIf) - Method in class com.armatiek.infofuze.stream.filesystem.filefilter.DirectoryFileFilter
Checks to see if the file is a directory.
accept(FileIf) - Method in class com.armatiek.infofuze.stream.filesystem.filefilter.EmptyFileFilter
Checks to see if the file is empty.
accept(FileIf) - Method in class com.armatiek.infofuze.stream.filesystem.filefilter.FalseFileFilter
Returns false.
accept(FileIf, String) - Method in class com.armatiek.infofuze.stream.filesystem.filefilter.FalseFileFilter
Returns false.
accept(FileIf) - Method in class com.armatiek.infofuze.stream.filesystem.filefilter.FileFileFilter
Checks to see if the file is a file.
accept(FileIf) - Method in class com.armatiek.infofuze.stream.filesystem.filefilter.HiddenFileFilter
Checks to see if the file is hidden.
accept(FileIf) - Method in interface com.armatiek.infofuze.stream.filesystem.filefilter.IOFileFilter
Checks to see if the FileIf should be accepted by this filter.
accept(FileIf) - Method in class com.armatiek.infofuze.stream.filesystem.filefilter.MimeTypeFileFilter
Checks to see if the filename matches.
accept(FileIf) - Method in class com.armatiek.infofuze.stream.filesystem.filefilter.NameFileFilter
Checks to see if the filename matches.
accept(FileIf) - Method in class com.armatiek.infofuze.stream.filesystem.filefilter.NotFileFilter
Returns the logical NOT of the underlying filter's return value for the same File.
accept(FileIf) - Method in class com.armatiek.infofuze.stream.filesystem.filefilter.OrFileFilter
Checks to see if the FileIf should be accepted by this filter.
accept(FileIf) - Method in class com.armatiek.infofuze.stream.filesystem.filefilter.PrefixFileFilter
Checks to see if the filename starts with the prefix.
accept(FileIf) - Method in class com.armatiek.infofuze.stream.filesystem.filefilter.RegexFileFilter
Checks to see if the filename matches one of the regular expressions.
accept(FileIf) - Method in class com.armatiek.infofuze.stream.filesystem.filefilter.SizeFileFilter
Checks to see if the size of the file is favorable.
accept(FileIf) - Method in class com.armatiek.infofuze.stream.filesystem.filefilter.SuffixFileFilter
Checks to see if the filename ends with the suffix.
accept(FileIf) - Method in class com.armatiek.infofuze.stream.filesystem.filefilter.TrueFileFilter
Returns true.
accept(FileIf) - Method in class com.armatiek.infofuze.stream.filesystem.filefilter.WildcardFileFilter
Checks to see if the filename matches one of the wildcards.
add(SolrInputDocument) - Method in interface com.armatiek.infofuze.result.solrj.SolrInputDocumentWriter
 
add(SolrInputDocument) - Method in class com.armatiek.infofuze.result.solrj.SolrjDocumentWriter
 
addBatch() - Method in class com.armatiek.infofuze.source.jdbc.NamedParameterStatement
Adds the current set of parameters as a batch entry.
AddCookie - Class in com.armatiek.infofuze.xslt.functions.response
 
AddCookie() - Constructor for class com.armatiek.infofuze.xslt.functions.response.AddCookie
 
AddDateHeader - Class in com.armatiek.infofuze.xslt.functions.response
 
AddDateHeader() - Constructor for class com.armatiek.infofuze.xslt.functions.response.AddDateHeader
 
addFileFilter(IOFileFilter) - Method in class com.armatiek.infofuze.stream.filesystem.filefilter.AndFileFilter
Adds the specified file filter to the list of file filters at the end of the list.
addFileFilter(IOFileFilter) - Method in interface com.armatiek.infofuze.stream.filesystem.filefilter.ConditionalFileFilter
Adds the specified file filter to the list of file filters at the end of the list.
addFileFilter(IOFileFilter) - Method in class com.armatiek.infofuze.stream.filesystem.filefilter.OrFileFilter
Adds the specified file filter to the list of file filters at the end of the list.
AddHeader - Class in com.armatiek.infofuze.xslt.functions.response
 
AddHeader() - Constructor for class com.armatiek.infofuze.xslt.functions.response.AddHeader
 
AddIntHeader - Class in com.armatiek.infofuze.xslt.functions.response
 
AddIntHeader() - Constructor for class com.armatiek.infofuze.xslt.functions.response.AddIntHeader
 
AdminServlet - Class in com.armatiek.infofuze.web.servlet
 
AdminServlet() - Constructor for class com.armatiek.infofuze.web.servlet.AdminServlet
 
afterStreamClosed() - Method in class com.armatiek.infofuze.source.AbstractSAXSource
 
afterStreamClosed() - Method in class com.armatiek.infofuze.source.AbstractStreamSource
 
afterStreamClosed() - Method in interface com.armatiek.infofuze.source.DataSourceIf
Method that can be implemented to perform special operations after the source is closed.
AgeFileFilter - Class in com.armatiek.infofuze.stream.filesystem.filefilter
Filters files based on a cutoff time, can filter either newer files or files equal to or older.
AgeFileFilter(long) - Constructor for class com.armatiek.infofuze.stream.filesystem.filefilter.AgeFileFilter
Constructs a new age file filter for files equal to or older than a certain cutoff
AgeFileFilter(long, boolean) - Constructor for class com.armatiek.infofuze.stream.filesystem.filefilter.AgeFileFilter
Constructs a new age file filter for files on any one side of a certain cutoff.
AgeFileFilter(Date) - Constructor for class com.armatiek.infofuze.stream.filesystem.filefilter.AgeFileFilter
Constructs a new age file filter for files older than (at or before) a certain cutoff date.
AgeFileFilter(Date, boolean) - Constructor for class com.armatiek.infofuze.stream.filesystem.filefilter.AgeFileFilter
Constructs a new age file filter for files on any one side of a certain cutoff date.
AgeFileFilter(FileIf) - Constructor for class com.armatiek.infofuze.stream.filesystem.filefilter.AgeFileFilter
Constructs a new age file filter for files older than (at or before) a certain File (whose last modification time will be used as reference).
AgeFileFilter(FileIf, boolean) - Constructor for class com.armatiek.infofuze.stream.filesystem.filefilter.AgeFileFilter
Constructs a new age file filter for files on any one side of a certain File (whose last modification time will be used as reference).
ageFileFilter(long) - Static method in class com.armatiek.infofuze.stream.filesystem.filefilter.FileFilterUtils
Returns a filter that returns true if the file was last modified after the specified cutoff time.
ageFileFilter(long, boolean) - Static method in class com.armatiek.infofuze.stream.filesystem.filefilter.FileFilterUtils
Returns a filter that filters files based on a cutoff time.
ageFileFilter(Date) - Static method in class com.armatiek.infofuze.stream.filesystem.filefilter.FileFilterUtils
Returns a filter that returns true if the file was last modified after the specified cutoff date.
ageFileFilter(Date, boolean) - Static method in class com.armatiek.infofuze.stream.filesystem.filefilter.FileFilterUtils
Returns a filter that filters files based on a cutoff date.
ageFileFilter(FileIf) - Static method in class com.armatiek.infofuze.stream.filesystem.filefilter.FileFilterUtils
Returns a filter that returns true if the file was last modified after the specified reference file.
ageFileFilter(FileIf, boolean) - Static method in class com.armatiek.infofuze.stream.filesystem.filefilter.FileFilterUtils
Returns a filter that filters files based on a cutoff reference file.
and(IOFileFilter...) - Static method in class com.armatiek.infofuze.stream.filesystem.filefilter.FileFilterUtils
Returns a filter that ANDs the specified filters.
AndFileFilter - Class in com.armatiek.infofuze.stream.filesystem.filefilter
Filters files providing conditional AND logic across a list of file filters.
AndFileFilter() - Constructor for class com.armatiek.infofuze.stream.filesystem.filefilter.AndFileFilter
Constructs a new instance of AndFileFilter.
AndFileFilter(List<IOFileFilter>) - Constructor for class com.armatiek.infofuze.stream.filesystem.filefilter.AndFileFilter
Constructs a new instance of AndFileFilter with the specified list of filters.
AndFileFilter(IOFileFilter, IOFileFilter) - Constructor for class com.armatiek.infofuze.stream.filesystem.filefilter.AndFileFilter
Constructs a new file filter that ANDs the result of two other filters.
andFileFilter(IOFileFilter, IOFileFilter) - Static method in class com.armatiek.infofuze.stream.filesystem.filefilter.FileFilterUtils
Deprecated. use FileFilterUtils.and(IOFileFilter...)
AntJob - Class in com.armatiek.infofuze.job
A Quartz Job executing Ant tasks Based on code by Dimitar Marinov
AntJob() - Constructor for class com.armatiek.infofuze.job.AntJob
 
ArchiveEntryIterator - Class in com.armatiek.infofuze.stream.filesystem.compression
An abstract iterator of all file entries within a archive file.
ArchiveEntryIterator() - Constructor for class com.armatiek.infofuze.stream.filesystem.compression.ArchiveEntryIterator
 
ArchiveFile - Class in com.armatiek.infofuze.stream.filesystem.compression
An abstract representation of a archive file.
ArchiveFile(FileIf) - Constructor for class com.armatiek.infofuze.stream.filesystem.compression.ArchiveFile
 
ArchiveFileEntry - Class in com.armatiek.infofuze.stream.filesystem.compression
An abstract representation of a file entry within an archive.
ArchiveFileEntry(ArchiveEntry, ArchiveFile, InputStream) - Constructor for class com.armatiek.infofuze.stream.filesystem.compression.ArchiveFileEntry
 
Attribute - Class in com.armatiek.infofuze.xslt.functions.request
 
Attribute() - Constructor for class com.armatiek.infofuze.xslt.functions.request.Attribute
 
Attribute - Class in com.armatiek.infofuze.xslt.functions.session
 
Attribute() - Constructor for class com.armatiek.infofuze.xslt.functions.session.Attribute
 
AttributeNames - Class in com.armatiek.infofuze.xslt.functions.request
 
AttributeNames() - Constructor for class com.armatiek.infofuze.xslt.functions.request.AttributeNames
 
AttributeNames - Class in com.armatiek.infofuze.xslt.functions.session
 
AttributeNames() - Constructor for class com.armatiek.infofuze.xslt.functions.session.AttributeNames
 
AuthType - Class in com.armatiek.infofuze.xslt.functions.request
 
AuthType() - Constructor for class com.armatiek.infofuze.xslt.functions.request.AuthType
 
AutoCloseFileInputStream - Class in com.armatiek.infofuze.stream
 
AutoCloseFileInputStream(InputStream, File) - Constructor for class com.armatiek.infofuze.stream.AutoCloseFileInputStream
 
AutoCloseReader - Class in com.armatiek.infofuze.stream
Proxy reader that closes and discards the underlying reader as soon as the end of input has been reached or when the reader is explicitly closed.
AutoCloseReader(Reader) - Constructor for class com.armatiek.infofuze.stream.AutoCloseReader
Creates an automatically closing proxy for the given reader.
AutoCloseReader(Reader, DataSourceIf) - Constructor for class com.armatiek.infofuze.stream.AutoCloseReader
Creates an automatically closing proxy for the given reader.
AutoCloseResponseInputStream - Class in com.armatiek.infofuze.stream.filesystem.webdav
 
AutoCloseResponseInputStream(InputStream, HttpMethod) - Constructor for class com.armatiek.infofuze.stream.filesystem.webdav.AutoCloseResponseInputStream
 

A B C D E F G H I J L M N O P Q R S T U V W X Z