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

A

AbsoluteLocation - Class in org.entityfs.el
Objects of this class describe absolute entity locations in a file system, i.e.
AbsoluteLocation(String) - Constructor for class org.entityfs.el.AbsoluteLocation
Create a new AbsoluteLocation instance.
AbstractAccessController - Class in org.entityfs
Abstract base class for AccessController implementations.
AbstractAccessController() - Constructor for class org.entityfs.AbstractAccessController
 
AbstractAccessControllerSubject - Class in org.entityfs.security
This abstract class can be used as a starting point for Subject implementations that use an AccessController.
AbstractAccessControllerSubject(AccessController) - Constructor for class org.entityfs.security.AbstractAccessControllerSubject
 
AbstractAccessControllerUidGidSubject - Class in org.entityfs.entityattrs
This abstract class can be used as the starting point for an implementation of an UidGidSubject that uses an AccessController.
AbstractAccessControllerUidGidSubject(AccessController, int, int) - Constructor for class org.entityfs.entityattrs.AbstractAccessControllerUidGidSubject
 
AbstractAccessControllerUidGidSubject(AccessController, int, int, Collection<Integer>) - Constructor for class org.entityfs.entityattrs.AbstractAccessControllerUidGidSubject
 
AbstractActionTask<T extends ActionTaskSpec<T>> - Class in org.schmant.task.stub
This class may be used as a starting point for action task implementations.
AbstractActionTask() - Constructor for class org.schmant.task.stub.AbstractActionTask
 
AbstractActionTaskFactory<T extends AbstractActionTaskFactory<T,U>,U extends ActionTaskSpec<U>> - Class in org.schmant.task.stub
This is a starting point for ActionTaskFactory implementations.
AbstractActionTaskFactory() - Constructor for class org.schmant.task.stub.AbstractActionTaskFactory
 
AbstractAddTextTask<T extends AbstractAddTextTask<T>> - Class in org.schmant.task.text
Abstract base class for tasks that add text to files.
AbstractAddTextTask() - Constructor for class org.schmant.task.text.AbstractAddTextTask
 
AbstractAddTextTaskFactory<T extends AbstractAddTextTaskFactory<T,U>,U extends AbstractAddTextTask<U>> - Class in org.schmant.task.text
Abstract base class for factories for text-adding tasks.
AbstractAddTextTaskFactory() - Constructor for class org.schmant.task.text.AbstractAddTextTaskFactory
 
AbstractArchiveBuilder<U extends AbstractArchiveBuilder<U,V>,V extends ArchiveEntrySettings<V>> - Class in org.at4j.archive.builder
This is an abstract base implementation of an archive builder that implements most of the methods in the ArchiveBuilder interface.
AbstractArchiveBuilder(V, V) - Constructor for class org.at4j.archive.builder.AbstractArchiveBuilder
Create a new archive builder.
AbstractArchiveEntry<T extends ArchiveEntry<T,U>,U extends ArchiveDirectoryEntry<T,U>> - Class in org.at4j.archive
Abstract base class for archive entry implementations.
AbstractArchiveEntry(AbsoluteLocation, ArchiveEntryCollaborator<T, U>) - Constructor for class org.at4j.archive.AbstractArchiveEntry
Create a new archive entry.
AbstractArgumentChecker - Class in org.schmant.support
This class can be inherited by classes that want to check arguments to their methods.
AbstractArgumentChecker() - Constructor for class org.schmant.support.AbstractArgumentChecker
 
AbstractArgumentInterpretationStrategy<T> - Class in org.schmant.arg
 
AbstractArgumentInterpretationStrategy(int[]) - Constructor for class org.schmant.arg.AbstractArgumentInterpretationStrategy
Create a new argument interpreted.
AbstractArgumentInterpreter - Class in org.schmant.arg
This abstract base class contains common logic for all argument interpreter implementations.
AbstractArgumentInterpreter() - Constructor for class org.schmant.arg.AbstractArgumentInterpreter
 
AbstractBZip2WritableFileProxy - Class in org.schmant.task.at4j.bzip2
This is an abstract base class for bzip2 writable file proxies.
AbstractBZip2WritableFileProxy(Object) - Constructor for class org.schmant.task.at4j.bzip2.AbstractBZip2WritableFileProxy
 
AbstractBZip2WritableFileProxy(Object, int) - Constructor for class org.schmant.task.at4j.bzip2.AbstractBZip2WritableFileProxy
 
AbstractBZip2WritableFileProxy(Object, BZip2WritableFileSettings) - Constructor for class org.schmant.task.at4j.bzip2.AbstractBZip2WritableFileProxy
The proxied file.
AbstractBZip2WritableFileProxy(Object, CompressionLevel) - Constructor for class org.schmant.task.at4j.bzip2.AbstractBZip2WritableFileProxy
 
AbstractCallbackRecursiveActionTask<T extends RecursiveActionTaskSpec<T>> - Class in org.schmant.task.stub
This is an abstract base class for recursive action task implementations.
AbstractCallbackRecursiveActionTask() - Constructor for class org.schmant.task.stub.AbstractCallbackRecursiveActionTask
 
AbstractCallbackRecursiveProcessTask<T extends RecursiveProcessTaskSpec<T>> - Class in org.schmant.task.stub
This is an abstract base class for recursive process task implementations.
AbstractCallbackRecursiveProcessTask() - Constructor for class org.schmant.task.stub.AbstractCallbackRecursiveProcessTask
 
AbstractChildEntitiesEvent<T extends ChildEntitiesEvent<?>> - Class in org.entityfs.event
Abstract implementation of ChildEntitiesEvent.
AbstractChildEntitiesEvent(EntityView, Collection<? extends EntityView>) - Constructor for class org.entityfs.event.AbstractChildEntitiesEvent
 
AbstractChildEntitiesEvent(EntityView, EntityView) - Constructor for class org.entityfs.event.AbstractChildEntitiesEvent
 
AbstractCommands - Class in org.entityfs.support.io
This is an abstract class that command class implementations can inherit.
AbstractCommands(LogAdapterHolder) - Constructor for class org.entityfs.support.io.AbstractCommands
Constructor.
AbstractConvenientFilter<T> - Class in org.entityfs.support.filter
This abstract base class implements all methods defined in ConvenientFilter.
AbstractConvenientFilter() - Constructor for class org.entityfs.support.filter.AbstractConvenientFilter
 
AbstractCustomDocletDecorator<T extends AbstractCustomDocletDecorator<T>> - Class in org.schmant.task.template.jdk.javadoc
Abstract base class for custom doclet decorators.
AbstractCustomDocletDecorator() - Constructor for class org.schmant.task.template.jdk.javadoc.AbstractCustomDocletDecorator
 
AbstractEntityCapability<T extends Entity> - Class in org.entityfs.cap
This may be used as a base class for entity capability implementations.
AbstractEntityCapability(T) - Constructor for class org.entityfs.cap.AbstractEntityCapability
 
AbstractEntityEvent<T extends EntityEvent<?>> - Class in org.entityfs.event
Abstract base class for EntityEvent implementations.
AbstractEntityEvent(EntityView) - Constructor for class org.entityfs.event.AbstractEntityEvent
 
AbstractExtJavaTask<T extends AbstractExtJavaTask<T>> - Class in org.schmant.task.template.jdk.java
This is an abstract base class for tasks that run a Java program in an external process.
AbstractExtJavaTask() - Constructor for class org.schmant.task.template.jdk.java.AbstractExtJavaTask
 
AbstractExtJavaTaskDecorator<T extends AbstractExtJavaTaskDecorator<T>> - Class in org.schmant.task.template.jdk.java
This is an abstract implementation of ExtJavaTaskDecorator that can be used as a starting point for a custom implementation.
AbstractExtJavaTaskDecorator() - Constructor for class org.schmant.task.template.jdk.java.AbstractExtJavaTaskDecorator
 
AbstractExtJavaTaskFactory<T extends AbstractExtJavaTaskFactory<T,U>,U extends AbstractExtJavaTask<U>> - Class in org.schmant.task.template.jdk.java
Abstract base class for AbstractExtJavaTask factory implementations.
AbstractExtJavaTaskFactory() - Constructor for class org.schmant.task.template.jdk.java.AbstractExtJavaTaskFactory
 
AbstractExtJvmTask<T extends AbstractExtJvmTask<T>> - Class in org.schmant.task.template.jdk.java
 
AbstractExtJvmTask() - Constructor for class org.schmant.task.template.jdk.java.AbstractExtJvmTask
 
AbstractExtJvmTaskFactory<T extends AbstractExtJvmTaskFactory<T,U>,U extends AbstractExtJvmTask<U>> - Class in org.schmant.task.template.jdk.java
Abstract base class for AbstractExtJvmTask factory implementations.
AbstractExtJvmTaskFactory() - Constructor for class org.schmant.task.template.jdk.java.AbstractExtJvmTaskFactory
 
AbstractExtProcessTask<T extends AbstractExtProcessTask<T>> - Class in org.schmant.task.template.process
Abstract base class for tasks running an external program.
AbstractExtProcessTask() - Constructor for class org.schmant.task.template.process.AbstractExtProcessTask
 
AbstractExtProcessTaskFactory<T extends AbstractExtProcessTaskFactory<T,U>,U extends AbstractExtProcessTask<U>> - Class in org.schmant.task.template.process
Abstract base class for factories for external process tasks.
AbstractExtProcessTaskFactory() - Constructor for class org.schmant.task.template.process.AbstractExtProcessTaskFactory
 
AbstractFSFileSystemBuilder<T extends AbstractFSFileSystemBuilder<T>> - Class in org.entityfs.fs
Abstract base class for file-backed file system builders.
AbstractFSFileSystemBuilder() - Constructor for class org.entityfs.fs.AbstractFSFileSystemBuilder
 
AbstractGeneratorTask<T extends GeneratorTaskSpec<T>> - Class in org.schmant.task.stub
This class may be used as a starting point for generator task implementations.
AbstractGeneratorTask() - Constructor for class org.schmant.task.stub.AbstractGeneratorTask
 
AbstractGeneratorTaskFactory<T extends AbstractGeneratorTaskFactory<T,U>,U extends GeneratorTaskSpec<U>> - Class in org.schmant.task.stub
This is a starting point for GeneratorTaskFactory implementations.
AbstractGeneratorTaskFactory() - Constructor for class org.schmant.task.stub.AbstractGeneratorTaskFactory
 
AbstractGZipWritableFileProxy - Class in org.schmant.arg
This is an abstract base class for gzip writable file proxies.
AbstractGZipWritableFileProxy(Object) - Constructor for class org.schmant.arg.AbstractGZipWritableFileProxy
 
AbstractGZipWritableFileProxy(Object, int) - Constructor for class org.schmant.arg.AbstractGZipWritableFileProxy
 
AbstractIntelliJFileParser - Class in org.schmant.project.intellij
 
AbstractIntelliJFileParser() - Constructor for class org.schmant.project.intellij.AbstractIntelliJFileParser
 
AbstractIntelliJInfoCollector - Class in org.schmant.project.intellij
 
AbstractIntelliJInfoCollector(DirectoryView) - Constructor for class org.schmant.project.intellij.AbstractIntelliJInfoCollector
 
AbstractIterator<T extends org.entityfs.util.itr.IteratorContext<U>,U> - Class in org.entityfs.util.itr
This is an abstract class that can be inherited by EntityView iterator implementations.
AbstractIterator(Filter<? super EntityView>, T) - Constructor for class org.entityfs.util.itr.AbstractIterator
 
AbstractIteratorUtil - Class in org.entityfs.util
This is an abstract base class for the iterator utility classes.
AbstractIteratorUtil(ErrorHandlingStrategy) - Constructor for class org.entityfs.util.AbstractIteratorUtil
 
AbstractJarTask<T extends AbstractJarTask<T>> - Class in org.schmant.task.jdk.jar
This is an abstract base class for Jar tasks.
AbstractJarTask() - Constructor for class org.schmant.task.jdk.jar.AbstractJarTask
 
AbstractJarTaskFactory<T extends AbstractJarTaskFactory<T,U>,U extends AbstractJarTask<U>> - Class in org.schmant.task.jdk.jar
Abstract base class for Jar task factories.
AbstractJarTaskFactory() - Constructor for class org.schmant.task.jdk.jar.AbstractJarTaskFactory
 
AbstractJavacTask<T extends AbstractJavacTask<T>> - Class in org.schmant.task.template.jdk.javac
Abstract base class for javac task implementations.
AbstractJavacTask() - Constructor for class org.schmant.task.template.jdk.javac.AbstractJavacTask
 
AbstractJavacTaskFactory<T extends AbstractJavacTaskFactory<T,U>,U extends AbstractJavacTask<U>> - Class in org.schmant.task.template.jdk.javac
Abstract base class for javac task factory implementations.
AbstractJavacTaskFactory() - Constructor for class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
AbstractJavadocTask<T extends AbstractJavadocTask<T>> - Class in org.schmant.task.template.jdk.javadoc
Abstract base class for Javadoc task implementations.
AbstractJavadocTask() - Constructor for class org.schmant.task.template.jdk.javadoc.AbstractJavadocTask
 
AbstractJavadocTaskFactory<T extends AbstractJavadocTaskFactory<T,U>,U extends AbstractJavadocTask<U>> - Class in org.schmant.task.template.jdk.javadoc
Abstract base class for Javadoc task factories.
AbstractJavadocTaskFactory() - Constructor for class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
AbstractJavaProject<T extends ProjectRepository> - Class in org.schmant.project
 
AbstractJavaProject(String, T, DirectoryView, ProjectType[], Set<DirectoryView>, List<JavaProjectClasspathEntry>) - Constructor for class org.schmant.project.AbstractJavaProject
 
AbstractJavaZipTask<T extends AbstractJavaZipTask<T>> - Class in org.schmant.task.io.zip
This is an abstract base class for Zip tasks that use Java's built in Zip classes.
AbstractJavaZipTask() - Constructor for class org.schmant.task.io.zip.AbstractJavaZipTask
 
AbstractJavaZipTaskFactory<T extends AbstractJavaZipTaskFactory<T,U>,U extends AbstractJavaZipTask<U>> - Class in org.schmant.task.io.zip
Abstract base class for Zip task factories.
AbstractJavaZipTaskFactory() - Constructor for class org.schmant.task.io.zip.AbstractJavaZipTaskFactory
 
AbstractLinkInsertionTask<T extends AbstractLinkInsertionTask<T>> - Class in org.schmant.task.tp
Abstract base class for tasks that insert hypertext links in text.
AbstractLinkInsertionTask() - Constructor for class org.schmant.task.tp.AbstractLinkInsertionTask
 
AbstractLinkInsertionTaskFactory<T extends AbstractLinkInsertionTaskFactory<T,U>,U extends AbstractLinkInsertionTask<U>> - Class in org.schmant.task.tp
 
AbstractLinkInsertionTaskFactory() - Constructor for class org.schmant.task.tp.AbstractLinkInsertionTaskFactory
 
AbstractLocation<T extends EntityLocation<?>> - Class in org.entityfs.el
Abstract base class with implementations of EntityLocation methods.
AbstractLocation() - Constructor for class org.entityfs.el.AbstractLocation
 
AbstractLockable - Class in org.entityfs.lock
This is an abstract base class that may be inherited by classes that want to implement ReadLockable and WriteLockable.
AbstractLockable(EntityLockAdapterFactory, LockAcquiringStrategy, Object[]) - Constructor for class org.entityfs.lock.AbstractLockable
 
AbstractLockCommand - Class in org.entityfs.lock.cmd
 
AbstractLockCommand(ReadWriteLockable) - Constructor for class org.entityfs.lock.cmd.AbstractLockCommand
 
AbstractLockingIterator - Class in org.entityfs.util.itr
An abstract base class for LockingIterator:s.
AbstractLockingIterator(boolean) - Constructor for class org.entityfs.util.itr.AbstractLockingIterator
 
AbstractLzmaWritableFileProxy - Class in org.schmant.task.at4j.lzma
This is an abstract base class for LZMA writable file proxies.
AbstractLzmaWritableFileProxy(Object) - Constructor for class org.schmant.task.at4j.lzma.AbstractLzmaWritableFileProxy
 
AbstractLzmaWritableFileProxy(Object, LzmaOutputStreamSettings) - Constructor for class org.schmant.task.at4j.lzma.AbstractLzmaWritableFileProxy
 
AbstractMultiplexingWritableFileProxy - Class in org.schmant.arg
This is an abstract base class for multiplexing writable file implementations.
AbstractMultiplexingWritableFileProxy(Object...) - Constructor for class org.schmant.arg.AbstractMultiplexingWritableFileProxy
 
AbstractNoLockingIterator - Class in org.entityfs.util.itr
An abstract base class for non-locking LockingIterator:s.
AbstractNoLockingIterator(EntityListable, boolean, Filter<? super EntityView>) - Constructor for class org.entityfs.util.itr.AbstractNoLockingIterator
 
AbstractOneChildEntityEvent<T extends OneChildEntityEvent<T>> - Class in org.entityfs.event
Abstract base class for event classes implementing OneChildEntityEvent.
AbstractOneChildEntityEvent(EntityView, EntityView) - Constructor for class org.entityfs.event.AbstractOneChildEntityEvent
 
AbstractOneChildEntityEvent(EntityView, Collection<? extends EntityView>) - Constructor for class org.entityfs.event.AbstractOneChildEntityEvent
 
AbstractOneToOneArgumentInterpretationStrategy<T> - Class in org.schmant.arg
This class may be inherited by ArgumentInterpretationStrategy implementations that have a one-to-one relation between interpreted objects.
AbstractOneToOneArgumentInterpretationStrategy(int...) - Constructor for class org.schmant.arg.AbstractOneToOneArgumentInterpretationStrategy
 
AbstractOverwriteStrategy - Class in org.entityfs.ostrat
Abstract base class for OverwriteStrategy implementations.
AbstractOverwriteStrategy() - Constructor for class org.entityfs.ostrat.AbstractOverwriteStrategy
 
AbstractParseXmlTask<T extends AbstractParseXmlTask<T>> - Class in org.schmant.task.template.xml
 
AbstractParseXmlTask() - Constructor for class org.schmant.task.template.xml.AbstractParseXmlTask
 
AbstractParseXmlTaskFactory<T extends AbstractParseXmlTaskFactory<T,U>,U extends AbstractParseXmlTask<U>> - Class in org.schmant.task.template.xml
Abstract base class for factories for XML parsing tasks.
AbstractParseXmlTaskFactory() - Constructor for class org.schmant.task.template.xml.AbstractParseXmlTaskFactory
 
AbstractPdfDocletDecorator<T extends AbstractPdfDocletDecorator<T>> - Class in org.schmant.task.jdk.javadoc.pdfdoclet
Abstract base class for PdfDocletDecorator implementations.
AbstractPdfDocletDecorator() - Constructor for class org.schmant.task.jdk.javadoc.pdfdoclet.AbstractPdfDocletDecorator
 
AbstractPessimisticLockingIterator - Class in org.entityfs.util.itr
An abstract base class for pessimistic locking iterators.
AbstractPessimisticLockingIterator(DirectoryView, boolean, boolean, Filter<? super EntityView>) - Constructor for class org.entityfs.util.itr.AbstractPessimisticLockingIterator
 
AbstractPrintingReport - Class in org.schmant.report
This is an abstract base class for Report implementations that print their output somewhere.
AbstractPrintingReport(String, ReportLineFormatter) - Constructor for class org.schmant.report.AbstractPrintingReport
Constructor.
AbstractProcessOneFileTask<T extends AbstractProcessOneFileTask<T>> - Class in org.schmant.task.stub
This is an abstract implementation of a task that reads the contents of one file, processes it in some way and then writes it to a target file.
AbstractProcessOneFileTask() - Constructor for class org.schmant.task.stub.AbstractProcessOneFileTask
 
AbstractProcessOutputListener - Class in org.schmant.support.io
This is an abstract base class that may be inherited by ProcessOutputListener:s.
AbstractProcessOutputListener() - Constructor for class org.schmant.support.io.AbstractProcessOutputListener
Create a process output listener with the default polling interval.
AbstractProcessOutputListener(long) - Constructor for class org.schmant.support.io.AbstractProcessOutputListener
Create a process output listener with the supplied polling interval.
AbstractProcessTask<T extends ProcessTaskSpec<T>> - Class in org.schmant.task.stub
This class may be used as a starting point for process task implementations.
AbstractProcessTask() - Constructor for class org.schmant.task.stub.AbstractProcessTask
 
AbstractProcessTaskFactory<T extends AbstractProcessTaskFactory<T,U>,U extends ProcessTaskSpec<U>> - Class in org.schmant.task.stub
This is a starting point for ProcessTaskFactory implementations.
AbstractProcessTaskFactory() - Constructor for class org.schmant.task.stub.AbstractProcessTaskFactory
 
AbstractProgram - Class in org.at4j.support.prog
This is an abstract base class for command-line programs such as zip, unzip and tar.
AbstractProgram() - Constructor for class org.at4j.support.prog.AbstractProgram
 
AbstractProject<T extends ProjectRepository> - Class in org.schmant.project
This is an abstract base class for Project implementations.
AbstractProject(String, T, DirectoryView, ProjectType[]) - Constructor for class org.schmant.project.AbstractProject
 
AbstractProjectRepository<T extends ProjectRepository,U extends ProjectRepositoryConfiguration> - Class in org.schmant.project
Abstract base class for ProjectRepository implementations.
AbstractProjectRepository(ProjectRepositoryInfoCollector<T, U>) - Constructor for class org.schmant.project.AbstractProjectRepository
Constructor.
AbstractProxyTask<T extends AbstractProxyTask<T>> - Class in org.schmant.task.template.proxy
Abstract base class for task proxy implementations.
AbstractProxyTask() - Constructor for class org.schmant.task.template.proxy.AbstractProxyTask
 
AbstractProxyTaskFactory<T extends AbstractProxyTaskFactory<T,U>,U extends AbstractProxyTask<U>> - Class in org.schmant.task.template.proxy
Abstract base class for proxy task factories.
AbstractProxyTaskFactory() - Constructor for class org.schmant.task.template.proxy.AbstractProxyTaskFactory
 
AbstractRamEntityAdapter - Class in org.entityfs.ram
This is an abstract base class for entity adapters in a RAM file system.
AbstractRamEntityAdapter(RamFileSystemAdapter, RamDirectoryAdapter, String) - Constructor for class org.entityfs.ram.AbstractRamEntityAdapter
 
AbstractReadableFile - Class in org.entityfs.util.base
This abstract class can be used as a starting point for ReadableFile implementations.
AbstractReadableFile() - Constructor for class org.entityfs.util.base.AbstractReadableFile
 
AbstractReadableFileArgumentInterpretationStrategy<T> - Class in org.schmant.arg
 
AbstractReadableFileArgumentInterpretationStrategy(int...) - Constructor for class org.schmant.arg.AbstractReadableFileArgumentInterpretationStrategy
 
AbstractReadWritableFile - Class in org.entityfs.util.base
This class can be used as a starting point for ReadWritableFile implementations.
AbstractReadWritableFile() - Constructor for class org.entityfs.util.base.AbstractReadWritableFile
Create a ReadWritableFile object.
AbstractReadWritableFile(int) - Constructor for class org.entityfs.util.base.AbstractReadWritableFile
Create a ReadWritableFile object.
AbstractReadWriteLockableProxy<T extends ReadWriteLockable> - Class in org.entityfs.lock
This abstract class can be used as a starting point for implementing a proxy for a ReadWriteLockable class.
AbstractReadWriteLockableProxy(T) - Constructor for class org.entityfs.lock.AbstractReadWriteLockableProxy
 
AbstractRecursiveActionTaskFactory<T extends AbstractRecursiveActionTaskFactory<T,U>,U extends RecursiveActionTaskSpec<U>> - Class in org.schmant.task.stub
This is a starting point for RecursiveActionTaskFactory implementations.
AbstractRecursiveActionTaskFactory() - Constructor for class org.schmant.task.stub.AbstractRecursiveActionTaskFactory
 
AbstractRecursiveProcessTaskFactory<T extends AbstractRecursiveProcessTaskFactory<T,U>,U extends RecursiveProcessTaskSpec<U>> - Class in org.schmant.task.stub
This is a starting point for RecursiveProcessTaskFactory implementations.
AbstractRecursiveProcessTaskFactory() - Constructor for class org.schmant.task.stub.AbstractRecursiveProcessTaskFactory
 
AbstractReport - Class in org.schmant.report
Abstract base class for Report implementations.
AbstractReport() - Constructor for class org.schmant.report.AbstractReport
 
AbstractStandardDocletDecorator<T extends AbstractStandardDocletDecorator<T>> - Class in org.schmant.task.template.jdk.javadoc
Abstract base class for StandardDocletDecorator implementations.
AbstractStandardDocletDecorator() - Constructor for class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
AbstractStreamAddCapableArchiveBuilder<U extends AbstractStreamAddCapableArchiveBuilder<U,V>,V extends ArchiveEntrySettings<V>> - Class in org.at4j.archive.builder
This abstract class extends the AbstractArchiveBuilder with the capability to
AbstractStreamAddCapableArchiveBuilder(V, V) - Constructor for class org.at4j.archive.builder.AbstractStreamAddCapableArchiveBuilder
Create a new archive builder.
AbstractStreamCompressionProgram<T extends StreamCompressionProgramArguments> - Class in org.at4j.comp.prog
An abstract base class for compression programs that use streams to compress and decompress data.
AbstractStreamCompressionProgram() - Constructor for class org.at4j.comp.prog.AbstractStreamCompressionProgram
 
AbstractSvnCommitTask<T extends AbstractSvnCommitTask<T>> - Class in org.schmant.task.svnkit
Abstract base class for Subversion commit tasks.
AbstractSvnCommitTask() - Constructor for class org.schmant.task.svnkit.AbstractSvnCommitTask
 
AbstractSvnCommitTaskFactory<T extends AbstractSvnCommitTaskFactory<T,U>,U extends AbstractSvnCommitTask<U>> - Class in org.schmant.task.svnkit
Abstract base class for task factories for committing Subversion tasks.
AbstractSvnCommitTaskFactory() - Constructor for class org.schmant.task.svnkit.AbstractSvnCommitTaskFactory
 
AbstractSvnTask<T extends AbstractSvnTask<T>> - Class in org.schmant.task.svnkit
 
AbstractSvnTask() - Constructor for class org.schmant.task.svnkit.AbstractSvnTask
 
AbstractSvnTaskFactory<T extends AbstractSvnTaskFactory<T,U>,U extends AbstractSvnTask<U>> - Class in org.schmant.task.svnkit
 
AbstractSvnTaskFactory() - Constructor for class org.schmant.task.svnkit.AbstractSvnTaskFactory
 
AbstractTask<T extends TaskSpecification<T>> - Class in org.schmant.task.stub
This is an abstract base class that task implementations are encouraged to inherit (either directly or through any of this class' subclasses).
AbstractTask() - Constructor for class org.schmant.task.stub.AbstractTask
Create the task.
AbstractTaskFactory<T extends AbstractTaskFactory<T,U>,U extends TaskSpecification<U>> - Class in org.schmant.task.stub
This is a starting point for TaskFactory implementations.
AbstractTaskFactory() - Constructor for class org.schmant.task.stub.AbstractTaskFactory
 
AbstractTextInsertionTask<T extends AbstractTextInsertionTask<T>> - Class in org.schmant.task.template.text
Abstract base class for a task that use regular expressions to find places in a text file where it edits the text using a ReplacementTextStrategy.
AbstractTextInsertionTask() - Constructor for class org.schmant.task.template.text.AbstractTextInsertionTask
 
AbstractTextInsertionTaskFactory<U extends AbstractTextInsertionTaskFactory<U,T>,T extends AbstractTextInsertionTask<T>> - Class in org.schmant.task.template.text
 
AbstractTextInsertionTaskFactory() - Constructor for class org.schmant.task.template.text.AbstractTextInsertionTaskFactory
 
AbstractUnsupportedCompressionMethod - Class in org.at4j.zip.comp
This class may be inherited by unsupported compression method.
AbstractUnsupportedCompressionMethod() - Constructor for class org.at4j.zip.comp.AbstractUnsupportedCompressionMethod
 
AbstractWritableFile - Class in org.entityfs.util.base
This class can be used as a starting point for WritableFile implementations.
AbstractWritableFile() - Constructor for class org.entityfs.util.base.AbstractWritableFile
 
AbstractXmlCatalogActionTask<T extends AbstractXmlCatalogActionTask<T>> - Class in org.schmant.task.xml.catalog
Abstract base class for XML catalog action tasks.
AbstractXmlCatalogActionTask() - Constructor for class org.schmant.task.xml.catalog.AbstractXmlCatalogActionTask
 
AbstractXmlCatalogActionTaskFactory<T extends AbstractXmlCatalogActionTaskFactory<T,U>,U extends AbstractXmlCatalogActionTask<U>> - Class in org.schmant.task.xml.catalog
Abstract base class for XML catalog action task factories.
AbstractXmlCatalogActionTaskFactory() - Constructor for class org.schmant.task.xml.catalog.AbstractXmlCatalogActionTaskFactory
 
AbstractZipCreator<T extends AbstractZipCreator<?>> - Class in org.entityfs.util.zip
Abstract base class for creating Zip files.
AbstractZipCreator(Iterator<? extends ZipEntryInfo>, DirectoryView, String, ErrorHandlingStrategy) - Constructor for class org.entityfs.util.zip.AbstractZipCreator
Create an AbstractZipCreator that uses the supplied ErrorHandlingStrategy.
AbstractZipTask<T extends AbstractZipTask<T>> - Class in org.schmant.task.template.io.zip
 
AbstractZipTask() - Constructor for class org.schmant.task.template.io.zip.AbstractZipTask
 
AbstractZipTaskFactory<T extends AbstractZipTaskFactory<T,U>,U extends AbstractZipTask<U>> - Class in org.schmant.task.template.io.zip
 
AbstractZipTaskFactory() - Constructor for class org.schmant.task.template.io.zip.AbstractZipTaskFactory
 
acceptServerAuthentication(SVNURL, String, Object, boolean) - Method in class org.schmant.task.svnkit.PromptingAuthenticationProvider
 
acceptServerAuthentication(SVNURL, String, Object, boolean) - Method in class org.schmant.task.svnkit.UsernamePasswordAuthenticationProvider
 
AccessController - Interface in org.entityfs.security
An AccessController is used by a file system if access controlling is enabled to verify that a Subject is authorized to get a Permission that it wants.
AccessDeniedException - Exception in org.entityfs.security
This exception is thrown when a calling thread's Subject is not authorized for the operation.
AccessDeniedException(Subject, Permission) - Constructor for exception org.entityfs.security.AccessDeniedException
Constructor.
AccessGranter - Interface in org.entityfs.util.security
This is the interface of an authorization class that can make decisions on whether a Subject is authorized for a particular Permission.
AccessGranterAccessController - Class in org.entityfs.util.security
A AccessController that uses an AccessGranter to check access.
AccessGranterAccessController(AccessGranter) - Constructor for class org.entityfs.util.security.AccessGranterAccessController
 
ActionTaskConfigurable<T extends ActionTaskConfigurable<T>> - Interface in org.schmant.task
This interface defines the properties that should be configurable for all action tasks.
ActionTaskFactory<T extends ActionTaskFactory<T,U>,U extends ActionTaskSpec<U>> - Interface in org.schmant.task
This interface defines a factory for creating action tasks.
ActionTaskSpec<T extends ActionTaskSpec<T>> - Interface in org.schmant.task
This interface defines a basic specification for an action task.
add(NamedReadableFile) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
add(NamedReadableFile, AbsoluteLocation) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
add(NamedReadableFile, AbsoluteLocation, V) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
add(DirectoryView) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
add(DirectoryView, AbsoluteLocation) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
add(DirectoryView, AbsoluteLocation, V) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
add(File) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
add(File, AbsoluteLocation) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
add(File, AbsoluteLocation, V) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
add(InputStream, AbsoluteLocation, V) - Method in class org.at4j.archive.builder.AbstractStreamAddCapableArchiveBuilder
 
add(InputStream, AbsoluteLocation) - Method in class org.at4j.archive.builder.AbstractStreamAddCapableArchiveBuilder
 
add(NamedReadableFile) - Method in interface org.at4j.archive.builder.ArchiveBuilder
Add a file entry to the archive's root directory.
add(NamedReadableFile, AbsoluteLocation) - Method in interface org.at4j.archive.builder.ArchiveBuilder
Add a file entry to the specified parent directory in the archive.
add(NamedReadableFile, AbsoluteLocation, V) - Method in interface org.at4j.archive.builder.ArchiveBuilder
Add a file entry to the specified parent directory in the archive.
add(DirectoryView) - Method in interface org.at4j.archive.builder.ArchiveBuilder
Add a directory entry to the archive's root directory.
add(DirectoryView, AbsoluteLocation) - Method in interface org.at4j.archive.builder.ArchiveBuilder
Add the directory entry to the specified parent directory in the archive.
add(DirectoryView, AbsoluteLocation, V) - Method in interface org.at4j.archive.builder.ArchiveBuilder
Add a directory entry to the specified parent directory in the archive.
add(File) - Method in interface org.at4j.archive.builder.ArchiveBuilder
Add a file or directory entry to the archive's root directory.
add(File, AbsoluteLocation) - Method in interface org.at4j.archive.builder.ArchiveBuilder
Add a file or directory entry to the specified parent directory in the archive.
add(File, AbsoluteLocation, V) - Method in interface org.at4j.archive.builder.ArchiveBuilder
Add a file or directory entry to the specified parent directory in the archive.
add(InputStream, AbsoluteLocation) - Method in interface org.at4j.archive.builder.StreamAddCapableArchiveBuilder
Add a file entry containing all data that can be read from the supplied stream.
add(InputStream, AbsoluteLocation, V) - Method in interface org.at4j.archive.builder.StreamAddCapableArchiveBuilder
Add a file entry containing all data that can be read from the supplied stream.
add(EntityView) - Method in class org.entityfs.util.ManualEntityListable
Add the entity to the listable.
add(TaskDependency) - Method in class org.schmant.run.CompoundTaskDependency
Add one task dependency.
add(Object) - Method in class org.schmant.run.TaskExecutor
Add a Task, a TaskFactory or a closure to the task executor.
add(Object, Object) - Method in class org.schmant.run.TaskExecutor
Add a Task, TaskFactory or a closure with one or several dependencies to the executor.
add(String) - Method in class org.schmant.support.io.ArgumentList
Add one argument to the list.
add(T) - Method in class org.schmant.support.util.FlatteningList
 
add(int, T) - Method in class org.schmant.support.util.FlatteningList
 
add(Object, ObjectTransformer<T>) - Method in class org.schmant.support.util.FlatteningList
Add one or several objects.
add(int, Object, ObjectTransformer<T>) - Method in class org.schmant.support.util.FlatteningList
 
addAll(Collection<? extends EntityView>) - Method in class org.entityfs.util.ManualEntityListable
Add a collection of entities to the listable.
addAll(TaskDependency...) - Method in class org.schmant.run.CompoundTaskDependency
Add several task dependencies.
addAll(Collection<? extends TaskDependency>) - Method in class org.schmant.run.CompoundTaskDependency
Add several task dependencies.
addAll(Collection<String>) - Method in class org.schmant.support.io.ArgumentList
Add a collection of arguments to the list.
addAll(ArgumentList) - Method in class org.schmant.support.io.ArgumentList
Add all arguments in the supplied argument list.
addAll(Collection<? extends T>) - Method in class org.schmant.support.util.FlatteningList
 
addAll(int, Collection<? extends T>) - Method in class org.schmant.support.util.FlatteningList
 
addAltSignerPath(Object) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
addAltSignerPaths(Object) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
addAnnotationProcessor(String) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
addAnnotationProcessor(String) - Method in interface org.schmant.task.template.jdk.javac.JavacTaskConfigurable
 
addAnnotationProcessorOption(String, String) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
addAnnotationProcessorOption(String, String) - Method in interface org.schmant.task.template.jdk.javac.JavacTaskConfigurable
 
addAnnotationProcessorOptions(Map<String, String>) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
addAnnotationProcessorOptions(Map<String, String>) - Method in interface org.schmant.task.template.jdk.javac.JavacTaskConfigurable
 
addAnnotationProcessors(Object) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
addAnnotationProcessors(Object) - Method in interface org.schmant.task.template.jdk.javac.JavacTaskConfigurable
 
addApiLink(ApiLink) - Method in class org.schmant.task.text.apilinks.ApiLinksTF
 
addApiLinks(Object) - Method in class org.schmant.task.text.apilinks.ApiLinksTF
 
addArgument(String) - Method in interface org.schmant.task.confable.ArgumentsConfigurable
Add one argument.
addArgument(String) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
addArgument(String) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
addArgument(String) - Method in class org.schmant.task.template.process.AbstractExtProcessTaskFactory
 
addArguments(Object) - Method in interface org.schmant.task.confable.ArgumentsConfigurable
Add one or several arguments.
addArguments(Object) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
addArguments(Object) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
addArguments(Object) - Method in class org.schmant.task.template.process.AbstractExtProcessTaskFactory
 
addArgumentsToCommandList(ArgumentList) - Method in class org.schmant.task.template.jdk.java.AbstractExtJavaTask
Override to add decorator arguments.
addArgumentsToCommandList(ArgumentList) - Method in class org.schmant.task.template.process.AbstractExtProcessTask
Add the program arguments to the list (which will be modified by this operation).
addAttribute(String, Object) - Method in class org.schmant.task.xml.dom.DomParseXmlTF
 
addAttributes(Object) - Method in class org.schmant.task.xml.dom.DomParseXmlTF
 
addAuxClasspathEntries(Object) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
addAuxClasspathEntries(Object) - Method in interface org.schmant.task.findbugs.FindbugsConfigurable
 
addAuxClasspathEntry(Object) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
addAuxClasspathEntry(Object) - Method in interface org.schmant.task.findbugs.FindbugsConfigurable
 
addBootClasspathEntries(Object) - Method in interface org.schmant.task.confable.BootClasspathConfigurable
This method does the same as BootClasspathConfigurable.addBootClasspathEntry(Object).
addBootClasspathEntries(Object) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
addBootClasspathEntry(Object) - Method in interface org.schmant.task.confable.BootClasspathConfigurable
Add one or several entries to the boot classpath.
addBootClasspathEntry(Object) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
addCapabilityProvider(CapabilityProvider) - Method in interface org.entityfs.FileSystemBuilder
Add a capability provider to the file system.
addCapabilityProviders(Collection<? extends CapabilityProvider>) - Method in interface org.entityfs.FileSystemBuilder
Add all capability providers in the collection.
addChecksumToHeader(byte[]) - Method in class org.at4j.tar.builder.V7TarEntryStrategy
Add the checksum field to the Tar entry header.
addChildNode(TreeNode<T>) - Method in class org.entityfs.support.util.TreeNode
Add one child node.
addChildNodes(Collection<? extends TreeNode<T>>) - Method in class org.entityfs.support.util.TreeNode
Add a collection of child nodes.
addClassDirectories(Object) - Method in class org.schmant.task.jdk.jar.WarTF
 
addClassDirectory(Object) - Method in class org.schmant.task.jdk.jar.WarTF
 
addClasspath(String, List<? extends EntityView>) - Method in class org.schmant.tpm.IsolatedTaskPackageClassLoader
 
addClasspath(String, List<? extends EntityView>) - Method in class org.schmant.tpm.SharedTaskPackageClassLoader
 
addClasspath(String, List<? extends EntityView>) - Method in class org.schmant.tpm.TaskPackageClassLoader
Add a list of packages to the class loader for a task package.
addClasspathDecorator(PathDecorator<?, ?>) - Method in interface org.schmant.task.confable.ClasspathConfigurable
Add one path decorator.
addClasspathDecorator(PathDecorator<?, ?>) - Method in class org.schmant.task.template.jdk.java.AbstractExtJvmTaskFactory
 
addClasspathDecorator(PathDecorator<?, ?>) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
addClasspathDecorator(PathDecorator<?, ?>) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
addClasspathDecorators(Object) - Method in interface org.schmant.task.confable.ClasspathConfigurable
Add one or several path decorators.
addClasspathDecorators(Object) - Method in class org.schmant.task.template.jdk.java.AbstractExtJvmTaskFactory
 
addClasspathDecorators(Object) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
addClasspathDecorators(Object) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
addClasspathEntries(Object) - Method in interface org.schmant.task.confable.ClasspathConfigurable
This method does the same as ClasspathConfigurable.addClasspathEntry(Object).
addClasspathEntries(Object) - Method in class org.schmant.task.template.jdk.java.AbstractExtJvmTaskFactory
 
addClasspathEntries(Object) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
addClasspathEntries(Object) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
addClasspathEntry(Object) - Method in interface org.schmant.task.confable.ClasspathConfigurable
Add one or several classpath entries to the classpath.
addClasspathEntry(Object) - Method in class org.schmant.task.template.jdk.java.AbstractExtJvmTaskFactory
 
addClasspathEntry(Object) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
addClasspathEntry(Object) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
addClasspathVariable(String, Object) - Method in class org.schmant.project.eclipse.EclipseWorkspaceSettings
Add one classpath workspace variable.
addClasspathVariables(Map<String, ?>) - Method in class org.schmant.project.eclipse.EclipseWorkspaceSettings
Add all classpath variables in the supplied Map.
addCloseObserver(RandomAccessCloseObserver) - Method in interface org.entityfs.RandomAccess
Add an observer that is notified when this RandomAccess is closed.
addCloseObserver(RandomAccessCloseObserver) - Method in class org.entityfs.util.base.EmptyRandomAccess
 
addCloseObserver(RandomAccessCloseObserver) - Method in class org.entityfs.util.io.ByteArrayRandomAccess
 
addCloseObserver(RandomAccessCloseObserver) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
addCloseObserver(RandomAccessCloseObserver) - Method in class org.entityfs.util.io.InputStreamBackedRandomAccess
 
addCloseObserver(RandomAccessCloseObserver) - Method in class org.entityfs.util.io.LockAwareRandomAccess
 
addCloseObserver(RandomAccessCloseObserver) - Method in class org.entityfs.util.io.RandomAccessAdapter
 
addCloseObserver(RandomAccessCloseObserver) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
addCloseObserver(RandomAccessCloseObserver) - Method in class org.entityfs.util.io.RangeRandomAccess
 
addCloseObserver(RandomAccessCloseObserver) - Method in class org.entityfs.util.io.TempFileBackedRandomAccess
 
addDebugOption(JavacDebugKeyword) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
addDebugOption(JavacDebugKeyword) - Method in interface org.schmant.task.template.jdk.javac.JavacTaskConfigurable
 
addDebugOptions(Object) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
addDebugOptions(Object) - Method in interface org.schmant.task.template.jdk.javac.JavacTaskConfigurable
 
addDecorator(U) - Method in interface org.schmant.task.confable.TaskDecoratorConfigurable
Add one task decorator.
addDecorator(ExtJavaTaskDecorator<?>) - Method in class org.schmant.task.template.jdk.java.AbstractExtJavaTaskFactory
 
addDecorator(JavadocTaskDecorator) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
addDecorators(Object) - Method in interface org.schmant.task.confable.TaskDecoratorConfigurable
Add one or several task decorators.
addDecorators(Object) - Method in class org.schmant.task.template.jdk.java.AbstractExtJavaTaskFactory
 
addDecorators(Object) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
addDirectoryCallback(AbsoluteLocation, Object, V, Date) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
This callback method is implemented by subclasses to add a directory entry to the archive.
addDirectoryCallback(AbsoluteLocation, Object, TarEntrySettings, Date) - Method in class org.at4j.tar.builder.TarBuilder
 
addDirectoryCallback(AbsoluteLocation, Object, TarEntrySettings, Date) - Method in class org.at4j.tar.builder.TarStreamBuilder
 
addDirectoryCallback(AbsoluteLocation, Object, ZipEntrySettings, Date) - Method in class org.at4j.zip.builder.ZipBuilder
 
addDocletPath(Object) - Method in class org.schmant.task.template.jdk.javadoc.AbstractCustomDocletDecorator
 
addDocletPath(Object) - Method in interface org.schmant.task.template.jdk.javadoc.CustomDocletDecorator
 
addDocletPaths(Object) - Method in class org.schmant.task.template.jdk.javadoc.AbstractCustomDocletDecorator
 
addDocletPaths(Object) - Method in interface org.schmant.task.template.jdk.javadoc.CustomDocletDecorator
 
addEntries(Collection<?>) - Method in class org.schmant.project.java.Library
Add a collection of library files and/or class directories.
addEntry(Object) - Method in class org.schmant.project.java.Library
Add one library file or class directory.
addEnvironmentVariable(String, String) - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTF
 
addEnvironmentVariable(String, String) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
addEnvironmentVariable(String, String) - Method in class org.schmant.task.template.process.AbstractExtProcessTaskFactory
 
addEnvironmentVariable(String, String) - Method in interface org.schmant.task.template.process.ExtProcessConfigurable
 
addEnvironmentVariables(Object) - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTF
 
addEnvironmentVariables(Object) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
addEnvironmentVariables(Object) - Method in class org.schmant.task.template.process.AbstractExtProcessTaskFactory
Add a collection of environment variables.
addEnvironmentVariables(Object) - Method in interface org.schmant.task.template.process.ExtProcessConfigurable
Add one or several environment variables.
addExcludeDocFilesSubdir(String) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
addExcludeDocFilesSubdir(String) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to one segment of the Standard doclet's -excludedocfilessubdir parameter.
addExcludeDocFilesSubdirs(Object) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
addExcludeDocFilesSubdirs(Object) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to setting a segment of the Standard doclet's -excludedocfilessubdir parameter for each object in the collection.
addExcludePackage(String) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
addExcludePackage(String) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
 
addExcludePackages(Object) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
addExcludePackages(Object) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
Add one or several exclude packages.
addExtDirectories(Object) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
addExtDirectories(Object) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
Add one or several ext directories.
addExtDirectory(Object) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
addExtDirectory(Object) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
Add one or several ext directories.
addExtraField(ZipEntry, byte[]) - Static method in class org.entityfs.util.zip.ZipEntryExtraFieldUtil
Add an extra field to a Zip entry.
addExtraFieldFactory(ZipEntryExtraFieldFactory) - Method in class org.at4j.zip.builder.ZipEntrySettings
Add a ZipEntryExtraFieldFactory that creates a Zip entry extra field for each Zip entry configured by this settings object.
addExtraInfo(ZipEntry, byte[]) - Static method in class org.entityfs.util.zip.ZipEntryInfoProviders
Add the provided extra information to the already existing extra information for the Zip entry.
addFileCallback(AbsoluteLocation, ReadableFile, V, Date) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
This callback method is implemented by subclasses to add a file entry to the archive.
addFileCallback(AbsoluteLocation, ReadableFile, TarEntrySettings, Date) - Method in class org.at4j.tar.builder.TarBuilder
 
addFileCallback(AbsoluteLocation, ReadableFile, TarEntrySettings, Date) - Method in class org.at4j.tar.builder.TarStreamBuilder
 
addFileCallback(AbsoluteLocation, ReadableFile, ZipEntrySettings, Date) - Method in class org.at4j.zip.builder.ZipBuilder
 
addGlobalLibraries(Map<String, ? extends Library>) - Method in class org.schmant.project.intellij.IntelliJWorkspaceSettings
Add all global libraries in the supplied Map.
addGlobalLibrary(String, Library) - Method in class org.schmant.project.intellij.IntelliJWorkspaceSettings
Add one global library definition.
addGroup(String, String) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
addGroup(JavadocPackageGroup) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
addGroup(String, String) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Add one package group.
addGroup(JavadocPackageGroup) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Add one package group.
addGroupMode(UnixEntityAccessModeFlag) - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Add a UnixEntityAccessModeFlag in effect for users that do not own the entity but are members of its owning group.
addGroupModes(Set<UnixEntityAccessModeFlag>) - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Add a set of UnixEntityAccessModeFlag:s in effect for users that do not own the entity but are members of its owning group.
addGroups(Object) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
addGroups(Object) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Add a collection of package groups.
addIgnoredUserLibrary(String) - Static method in class org.schmant.plugin.eclipse.java.ClasspathFileParserImpl
Add the name of one user library that should be ignored if it occurs in a project's .classpath file.
addIgnorePattern(String) - Method in class org.schmant.task.html.HtmlLinkValidationTF
 
addIgnorePattern(Pattern) - Method in class org.schmant.task.html.HtmlLinkValidationTF
 
addIgnorePatterns(Object) - Method in class org.schmant.task.html.HtmlLinkValidationTF
 
addJavadocPackage(String) - Method in class org.schmant.task.html.HtmlLinkValidationTF
 
addJavadocPackages(Object) - Method in class org.schmant.task.html.HtmlLinkValidationTF
 
addJvmOption(String) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
addJvmOption(String) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
addJvmOption(String) - Method in class org.schmant.task.template.jdk.java.AbstractExtJvmTaskFactory
 
addJvmOption(String) - Method in interface org.schmant.task.template.jdk.java.JvmOptionsConfigurable
 
addJvmOptions(Object) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
addJvmOptions(Object) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
addJvmOptions(Object) - Method in class org.schmant.task.template.jdk.java.AbstractExtJvmTaskFactory
 
addJvmOptions(Object) - Method in interface org.schmant.task.template.jdk.java.JvmOptionsConfigurable
Add one or several JVM options.
addLibPathDecorator(PathDecorator<?, ?>) - Method in class org.schmant.task.apache.ant.AntTF
 
addLibPathDecorator(PathDecorator<?, ?>) - Method in interface org.schmant.task.confable.LibPathConfigurable
Add one path decorator.
addLibPathDecorators(Object) - Method in class org.schmant.task.apache.ant.AntTF
 
addLibPathDecorators(Object) - Method in interface org.schmant.task.confable.LibPathConfigurable
Add one or several library path decorators.
addLibPathEntries(Object) - Method in class org.schmant.task.apache.ant.AntTF
 
addLibPathEntries(Object) - Method in interface org.schmant.task.confable.LibPathConfigurable
This method does the same as LibPathConfigurable.addLibPathEntry(Object).
addLibPathEntry(Object) - Method in class org.schmant.task.apache.ant.AntTF
 
addLibPathEntry(Object) - Method in interface org.schmant.task.confable.LibPathConfigurable
Add one entry to the library path.
addLibraries(Map<String, ? extends Library>) - Method in class org.schmant.project.eclipse.EclipseWorkspaceSettings
Add all supplied user libraries.
addLibrary(String, Library) - Method in class org.schmant.project.eclipse.EclipseWorkspaceSettings
Add one user-defined library.
addLibraryFile(Object) - Method in class org.schmant.task.jdk.jar.WarTF
 
addLibraryFiles(Object) - Method in class org.schmant.task.jdk.jar.WarTF
 
addLink(String) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
addLink(String) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -link parameter.
addLinks(Object) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
addLinks(Object) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Add a collection of links to the Standard doclet.
addLock(LockCommand, EntityLock) - Method in class org.entityfs.lock.cmd.LockCollection
Add one (locked) lock for the supplied command.
addLock(TwoObjects<? extends LockCommand, ? extends EntityLock>) - Method in class org.entityfs.lock.cmd.LockCollection
Add one locked lock and the command that generated it.
addLocks(Collection<? extends TwoObjects<? extends LockCommand, ? extends EntityLock>>) - Method in class org.entityfs.lock.cmd.LockCollection
Add all the locks and commands in the supplied collection.
addModeFlag(UnixEntityModeFlag) - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Add a UnixEntityModeFlag.
addModeFlags(Set<UnixEntityModeFlag>) - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Add a set of UnixEntityModeFlag:s.
addNoQualifierPackage(String) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
addNoQualifierPackage(String) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to one segment of the Standard doclet's -noqualifier parameter.
addNoQualifierPackages(Object) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
addNoQualifierPackages(Object) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to setting a segment of the Standard doclet's -noqualifier parameter for each object in the collection.
addObserver(EntityObserver) - Method in interface org.entityfs.event.Observable
Add an observer.
addObserver(EntityObserver) - Method in class org.entityfs.util.obs.polling.PollingDirectoryMonitorer
Add an observer.
addOfflineLink(String) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
addOfflineLink(String) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -linkoffline parameter.
addOfflineLinks(Object) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
addOfflineLinks(Object) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Add a collection of links.
addOptions(ArgumentList) - Method in interface org.schmant.task.jdk.javadoc.ext.ExtJavadocTaskDecorator
Print additional options to the argument file.
addOptions(ArgumentList) - Method in class org.schmant.task.jdk.javadoc.ext.ExtStandardDocletDecorator
 
addOptions(ArgumentList) - Method in class org.schmant.task.jdk.javadoc.pdfdoclet.ext.ExtPdfDocletDecorator
 
addOtherMode(UnixEntityAccessModeFlag) - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Add a UnixEntityAccessModeFlag in effect for users that do not own the entity and that are not members of its owning group.
addOtherModes(Set<UnixEntityAccessModeFlag>) - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Add a set of UnixEntityAccessModeFlag:s in effect for users that do not own the entity and that are not members of its owning group.
addOutputProperties(Properties) - Method in class org.schmant.task.xml.xslt.XsltTF
 
addOutputProperty(String, String) - Method in class org.schmant.task.xml.xslt.XsltTF
 
addPackageName(String) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
addPackageName(String) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
 
addPackageNames(Object) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
addPackageNames(Object) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
Add one or several package names.
addPaxVariableProvider(PaxVariableProvider) - Method in class org.at4j.tar.builder.PaxTarEntryStrategy
Add one Pax variable provider.
addPermittedExtension(String) - Method in class org.schmant.task.process.ExtProcessTF
 
addPermittedExtensions(Object) - Method in class org.schmant.task.process.ExtProcessTF
 
addPlace(JavadocTagPlace) - Method in class org.schmant.task.template.jdk.javadoc.JavadocTagDefinition
Add one place where the Javadoc tag may occur.
addPlaces(Collection<? extends JavadocTagPlace>) - Method in class org.schmant.task.template.jdk.javadoc.JavadocTagDefinition
Add a collection of places where the Javadoc tag may occur.
addProgramArgument(String) - Method in class org.schmant.LauncherSettings
 
addProjectDirectories(Object) - Method in class org.schmant.project.eclipse.EclipseWorkspaceSettings
Add one or several project directories.
addProjectDirectory(Object) - Method in class org.schmant.project.eclipse.EclipseWorkspaceSettings
Add one project directory.
addProjectFilesRoot(Object) - Method in class org.schmant.task.text.IncludeFilesTF
 
addProjectFilesRoots(Object) - Method in class org.schmant.task.text.IncludeFilesTF
 
addProjectSourceDirectories(Map<String, ?>) - Method in class org.schmant.task.project.JavaWorkspaceBuilderTF
 
addProjectSourceDirectory(String, Object) - Method in class org.schmant.task.project.JavaWorkspaceBuilderTF
 
addProperties(ZipEntry, Object) - Method in class org.entityfs.util.zip.CompoundZipEntryInfoProvider
 
addProperties(ZipEntry, Object) - Method in class org.entityfs.util.zip.FilteringZipEntryInfoProvider
 
addProperties(ZipEntry) - Method in class org.entityfs.util.zip.ManualZipEntryInfo
Subclasses can override this method to add more properties to the ZipEntry object.
addProperties(ZipEntry, Object) - Method in interface org.entityfs.util.zip.ZipEntryInfoProvider
Add properties to the ZipEntry object based on the properties of the entity.
addProperties(Map<String, String>) - Method in class org.schmant.LauncherSettings
Add all properties in the map.
addProperties(Map<String, String>) - Method in interface org.schmant.task.apache.ant.AntConfigurable
 
addProperties(Map<String, String>) - Method in class org.schmant.task.apache.ant.AntTF
 
addProperties(Object) - Method in class org.schmant.task.xml.validation.SchemaFactoryTF
 
addProperty(String, String) - Method in class org.at4j.tar.builder.TarEntrySettings
Add a custom, named property.
addProperty(String, String) - Method in class org.schmant.LauncherSettings
 
addProperty(String, String) - Method in interface org.schmant.task.apache.ant.AntConfigurable
 
addProperty(String, String) - Method in class org.schmant.task.apache.ant.AntTF
 
addProperty(String, Object) - Method in class org.schmant.task.xml.validation.SchemaFactoryTF
 
addProvider(ZipEntryInfoProvider) - Method in class org.entityfs.util.zip.CompoundZipEntryInfoProvider
Add one provider to the provider list.
addProviders(Collection<? extends ZipEntryInfoProvider>) - Method in class org.entityfs.util.zip.CompoundZipEntryInfoProvider
Add a collection of providers to the provider list.
addPublicId(String, Object) - Method in interface org.schmant.support.xml.XmlCatalog
Add one entity with the supplied public ID to the catalog.
addPublicId(String, Object) - Method in class org.schmant.support.xml.XmlCatalogResolver
 
addPublicIds(Map<String, ?>) - Method in interface org.schmant.support.xml.XmlCatalog
Add a map with public ID:s and their corresponding entities.
addPublicIds(Map<String, ?>) - Method in class org.schmant.support.xml.XmlCatalogResolver
 
addRecursively(DirectoryView, AbsoluteLocation) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
addRecursively(DirectoryView, AbsoluteLocation, Filter<? super EntityView>) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
addRecursively(File, AbsoluteLocation) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
addRecursively(DirectoryView, AbsoluteLocation, Filter<? super EntityView>, ArchiveEntrySettingsRule<? extends V>...) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
addRecursively(File, AbsoluteLocation, ArchiveEntrySettingsRule<? extends V>...) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
addRecursively(DirectoryView, AbsoluteLocation) - Method in interface org.at4j.archive.builder.ArchiveBuilder
Add the supplied directory recursively to the specified position in the archive.
addRecursively(DirectoryView, AbsoluteLocation, Filter<? super EntityView>) - Method in interface org.at4j.archive.builder.ArchiveBuilder
Add the supplied directory recursively to the specified position in the archive.
addRecursively(DirectoryView, AbsoluteLocation, Filter<? super EntityView>, ArchiveEntrySettingsRule<? extends V>...) - Method in interface org.at4j.archive.builder.ArchiveBuilder
Add the supplied directory recursively to the specified position in the archive.
addRecursively(File, AbsoluteLocation) - Method in interface org.at4j.archive.builder.ArchiveBuilder
Add the supplied file or directory recursively to the specified position in the archive.
addRecursively(File, AbsoluteLocation, ArchiveEntrySettingsRule<? extends V>...) - Method in interface org.at4j.archive.builder.ArchiveBuilder
Add the supplied file or directory recursively to the specified position in the archive.
addReplace(String, String) - Method in class org.schmant.task.text.IncludeFilesTF
 
addReplace(String, Object) - Method in class org.schmant.task.text.TextReplaceTF
 
addReplace(Pattern, Object) - Method in class org.schmant.task.text.TextReplaceTF
 
addReplace(TwoObjects<?, ?>) - Method in class org.schmant.task.text.TextReplaceTF
 
addReplaces(Object) - Method in class org.schmant.task.text.IncludeFilesTF
 
addReplaces(Object) - Method in class org.schmant.task.text.TextReplaceTF
 
addReporter(JUnit4Reporter<?>) - Method in interface org.schmant.task.junit4.JUnit4Configurable
 
addReporter(JUnit4Reporter<?>) - Method in class org.schmant.task.junit4.JUnit4TF
 
addReporters(Object) - Method in interface org.schmant.task.junit4.JUnit4Configurable
 
addReporters(Object) - Method in class org.schmant.task.junit4.JUnit4TF
 
addRule(ArchiveEntrySettingsRule<? extends V>) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
addRule(ArchiveEntrySettingsRule<? extends V>) - Method in interface org.at4j.archive.builder.ArchiveBuilder
Append an entry settings rule to the end of the rule list.
addRule(ArchiveEntrySettingsRule<? extends TarEntrySettings>) - Method in class org.schmant.task.at4j.tar.TarTF
 
addRule(ArchiveEntrySettingsRule<? extends ZipEntrySettings>) - Method in class org.schmant.task.at4j.zip.At4JZipTF
 
addRules(Collection<? extends ArchiveEntrySettingsRule<? extends V>>) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
addRules(Collection<? extends ArchiveEntrySettingsRule<? extends V>>) - Method in interface org.at4j.archive.builder.ArchiveBuilder
Append a list of entry settings rules to the end of the rule list.
addRules(Object) - Method in class org.schmant.task.at4j.tar.TarTF
 
addRules(Object) - Method in class org.schmant.task.at4j.zip.At4JZipTF
 
addSource(Object) - Method in class org.schmant.task.apache.ant.AntTask
 
addSource(Object) - Method in class org.schmant.task.apache.ant.AntTF
 
addSource(Object) - Method in interface org.schmant.task.confable.SourceConfigurable
Add one or several sources.
addSource(Object) - Method in class org.schmant.task.findbugs.ExtFindbugsTask
 
addSource(Object) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
addSource(Object) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTask
 
addSource(Object) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
addSource(Object) - Method in class org.schmant.task.stub.AbstractActionTask
 
addSource(Object) - Method in class org.schmant.task.stub.AbstractActionTaskFactory
 
addSourceCodeContainer(Object) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
addSourceCodeContainer(Object) - Method in interface org.schmant.task.findbugs.FindbugsConfigurable
 
addSourceCodeContainers(Object) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
addSourceCodeContainers(Object) - Method in interface org.schmant.task.findbugs.FindbugsConfigurable
 
addSourceFile(Object) - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTF
 
addSourceFileName(String) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
addSourceFileName(String) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
 
addSourceFileNames(Object) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
addSourceFileNames(Object) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
Add one or several source file names.
addSourceFiles(Object) - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTF
 
addSources(Object) - Method in class org.schmant.task.apache.ant.AntTask
 
addSources(Object) - Method in class org.schmant.task.apache.ant.AntTF
 
addSources(Object) - Method in interface org.schmant.task.confable.SourceConfigurable
This method does the same as SourceConfigurable.addSource(Object)
addSources(Object) - Method in class org.schmant.task.findbugs.ExtFindbugsTask
 
addSources(Object) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
addSources(Object) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTask
 
addSources(Object) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
addSources(Object) - Method in class org.schmant.task.stub.AbstractActionTask
 
addSources(Object) - Method in class org.schmant.task.stub.AbstractActionTaskFactory
 
addStreamCallback(AbsoluteLocation, InputStream, V, Date) - Method in class org.at4j.archive.builder.AbstractStreamAddCapableArchiveBuilder
This callback method is implemented by subclasses to add a file entry containing data read from a stream to the archive.
addStreamCallback(AbsoluteLocation, InputStream, TarEntrySettings, Date) - Method in class org.at4j.tar.builder.TarBuilder
 
addStreamCallback(AbsoluteLocation, InputStream, ZipEntrySettings, Date) - Method in class org.at4j.zip.builder.ZipBuilder
 
addSystemId(String, Object) - Method in interface org.schmant.support.xml.XmlCatalog
Add one entity with the supplied system ID to the catalog.
addSystemId(String, Object) - Method in class org.schmant.support.xml.XmlCatalogResolver
 
addSystemIds(Map<String, ?>) - Method in interface org.schmant.support.xml.XmlCatalog
Add a map with system ID:s and their corresponding entities.
addSystemIds(Map<String, ?>) - Method in class org.schmant.support.xml.XmlCatalogResolver
 
AddSystemIdToCatalogTask - Class in org.schmant.task.xml.catalog
See AddSystemIdToCatalogTF.
AddSystemIdToCatalogTF - Class in org.schmant.task.xml.catalog
Add SYSTEMID to XML catalog task factory.
AddSystemIdToCatalogTF() - Constructor for class org.schmant.task.xml.catalog.AddSystemIdToCatalogTF
 
addSystemProperties(Object) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
addSystemProperty(String, String) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
addTag(String) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
addTag(JavadocTagDefinition) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
addTag(String) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
Corresponds to the -tag parameter.
addTag(JavadocTagDefinition) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
Corresponds to the -tag parameter.
addTaglet(String) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
addTaglet(String) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
Corresponds to the -taglet parameter.
addTagletPath(Object) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
addTagletPath(Object) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
Add one or several taglet paths.
addTagletPaths(Object) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
addTagletPaths(Object) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
This method does the same as JavadocTaskConfigurable.addTagletPath(Object).
addTaglets(Object) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
addTaglets(Object) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
Add a collection of taglets.
addTags(Object) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
addTags(Object) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
Add one or several custom tags.
addTarget(String) - Method in interface org.schmant.task.apache.ant.AntConfigurable
 
addTarget(String) - Method in class org.schmant.task.apache.ant.AntTF
 
addTargets(Object) - Method in interface org.schmant.task.apache.ant.AntConfigurable
 
addTargets(Object) - Method in class org.schmant.task.apache.ant.AntTF
 
addTask(Task) - Method in class org.schmant.task.proxy.CompoundTF
 
addTask(TaskFactory<?, ?>) - Method in class org.schmant.task.proxy.CompoundTF
 
addTaskCategories(Object) - Method in class org.schmant.task.tp.taskref.SchmantTaskrefTF
 
addTaskCategory(TaskCategory) - Method in class org.schmant.task.tp.taskref.SchmantTaskrefTF
 
addTaskFactories(Object) - Method in class org.schmant.task.proxy.ReplaceSourceFileTF
 
addTaskFactory(Object) - Method in class org.schmant.task.proxy.ReplaceSourceFileTF
 
addTasks(Object) - Method in class org.schmant.task.proxy.CompoundTF
 
addTaskSpecificJvmArguments(ArgumentList) - Method in class org.schmant.task.junit4.ExtJUnit4Task
Override this to add information on reporters.
addTaskSpecificJvmArguments(ArgumentList) - Method in class org.schmant.task.template.jdk.java.AbstractExtJavaTask
This is a callback method that can be overridden by subclasses to add their own JVM options.
addTestClass(String) - Method in interface org.schmant.task.junit4.JUnit4Configurable
 
addTestClass(String) - Method in class org.schmant.task.junit4.JUnit4TF
 
addTestClasses(Object) - Method in interface org.schmant.task.junit4.JUnit4Configurable
 
addTestClasses(Object) - Method in class org.schmant.task.junit4.JUnit4TF
 
addToClasspath(EntityView) - Method in class org.entityfs.util.lang.EntityClassLoader
Add a directory or a Zip (or Jar) file to the classpath.
addToTarBuilder(TarStreamBuilder, Object) - Method in class org.schmant.task.at4j.tar.TarTask
This method interprets the argument and adds it to the Tar builder.
addToZipBuilder(ZipBuilder, Object) - Method in class org.schmant.task.at4j.zip.At4JZipTask
This method interprets the argument and adds it to the Zip builder.
addUri(String, Object) - Method in interface org.schmant.support.xml.XmlCatalog
Add one entity with the supplied URI to the catalog.
addUri(String, Object) - Method in class org.schmant.support.xml.XmlCatalogResolver
 
addUris(Map<String, ?>) - Method in interface org.schmant.support.xml.XmlCatalog
Add a map with URI:s and their corresponding entities.
addUris(Map<String, ?>) - Method in class org.schmant.support.xml.XmlCatalogResolver
 
AddUriToCatalogTask - Class in org.schmant.task.xml.catalog
See AddUriToCatalogTF.
AddUriToCatalogTF - Class in org.schmant.task.xml.catalog
Add URI to XML catalog task factory.
AddUriToCatalogTF() - Constructor for class org.schmant.task.xml.catalog.AddUriToCatalogTF
 
addUserMode(UnixEntityAccessModeFlag) - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Add one UnixEntityAccessModeFlag in effect for the entity's owner.
addUserModes(Set<UnixEntityAccessModeFlag>) - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Add a set of UnixEntityAccessModeFlag:s in effect for the entity's owner, and return a new object.
addVariable(String, String) - Method in class org.schmant.task.text.IncludeFilesTF
 
addVariables(Map<String, String>, Object, AbsoluteLocation, TarEntrySettings, Date) - Method in interface org.at4j.tar.builder.PaxVariableProvider
Add Pax variables for the entity that is being added to the Tar archive to the supplied map.
addVariables(Map<String, String>) - Method in class org.schmant.task.text.IncludeFilesTF
 
addWaiting() - Method in class org.schmant.run.TaskExecutorStatus
Tell the status object that a new task is waiting.
addXmlSource(Object) - Method in class org.schmant.task.xml.validation.SchemaFactoryTF
 
addXmlSources(Object) - Method in class org.schmant.task.xml.validation.SchemaFactoryTF
 
AggregatingEntityRepository - Class in org.entityfs.util
This is an EntityRepository that aggregates the contents of several entity repositories.
AggregatingEntityRepository(Collection<? extends EntityRepository>) - Constructor for class org.entityfs.util.AggregatingEntityRepository
Create a new object.
AggregatingIterator<T> - Class in org.entityfs.support.util
This is an iterator that returns elements from a collection of iterators.
AggregatingIterator(Collection<? extends Iterator<? extends T>>) - Constructor for class org.entityfs.support.util.AggregatingIterator
Create an iterator that aggregates the elements from the supplied iterators.
AggregatingIterator(Iterator<? extends T>...) - Constructor for class org.entityfs.support.util.AggregatingIterator
Create an iterator that aggregates the elements from the supplied iterators.
AggregatingIterator<T> - Class in org.entityfs.util.itr
Deprecated. Use the version in org.entityfs.support.util instead.
AggregatingIterator(Collection<? extends Iterator<? extends T>>) - Constructor for class org.entityfs.util.itr.AggregatingIterator
Deprecated.  
AggregatingIterator(Iterator<? extends T>...) - Constructor for class org.entityfs.util.itr.AggregatingIterator
Deprecated.  
ALL - Static variable in enum org.at4j.zip.extattrs.MsDosFileAttributes
This constant contains all MS DOS file attributes.
ALL - Static variable in enum org.at4j.zip.extattrs.NtfsFileAttributes
This constant contains all NTFS file attributes.
ALL - Static variable in enum org.schmant.task.template.jdk.javac.JavacDebugKeyword
This constant contains all debug keywords.
ALLOW_NOT_INTERPRETED - Static variable in interface org.schmant.arg.ArgumentInterpretationStrategy
If an object cannot be interpreted, don't treat that as an error.
ALLOW_ONE_AND_ONLY_ONE_RESULT_OBJECT - Static variable in interface org.schmant.arg.ArgumentInterpretationStrategy
If the argument interpretation results in zero or two or more result objects, treat that as an error.
AlreadySatisfiedTaskDependency - Class in org.schmant.run
This task dependency is already satisfied! It can be used when scheduling a task that might have had but did not have dependencies.
AlreadySatisfiedTaskDependency() - Constructor for class org.schmant.run.AlreadySatisfiedTaskDependency
 
ALT_FILE_TYPE_FLAG - Static variable in class org.at4j.tar.TarConstants
The alternative type flag for a file.
and(Filter<? super EntryToArchive>) - Method in class org.at4j.archive.builder.DirectoryETAF
 
and(Filter<? super EntryToArchive>) - Method in class org.at4j.archive.builder.FileETAF
 
and(Filter<? super T>) - Method in class org.entityfs.support.filter.AbstractConvenientFilter
 
and(Filter<? super T>) - Method in interface org.entityfs.support.filter.ConvenientFilter
Combines the two filters using the logical AND operation and returns the combined filter.
and(Filter<? super T>) - Method in class org.entityfs.support.filter.FalseFilter
 
and(Filter<? super T>) - Method in class org.entityfs.support.filter.TrueFilter
 
AndAccessGranter - Class in org.entityfs.util.security
This is an AccessGranter that permits access to an entity if all in a set of access granters do, implementing the logical operation AND.
AndAccessGranter(AccessGranter...) - Constructor for class org.entityfs.util.security.AndAccessGranter
Create an AND access granter with the given set of access granters.
AndFilter<T> - Class in org.entityfs.support.filter
This generic filter combines the results from a list of filters using logical AND.
AndFilter(Filter<? super T>...) - Constructor for class org.entityfs.support.filter.AndFilter
Create a new AND filter.
AndFilter(Collection<? extends Filter<? super T>>) - Constructor for class org.entityfs.support.filter.AndFilter
Create a new AND filter.
AntConfigurable<T extends AntConfigurable<T>> - Interface in org.schmant.task.apache.ant
This interface is implemented by classes that can be configured to run Ant scripts.
AntLogLevel - Enum in org.schmant.task.apache.ant
Enumeration over the Ant log levels.
AntTask - Class in org.schmant.task.apache.ant
A task for running an external Ant program.
AntTaskPackage - Class in org.schmant.task.apache.ant
 
AntTF - Class in org.schmant.task.apache.ant
Factory for the AntTask.
AntTF() - Constructor for class org.schmant.task.apache.ant.AntTF
 
AntXmlRunListener - Class in org.schmant.task.junit4.launcher
This RunListener produces an XML report formatted like Ant's JUnit XML report.
AntXmlRunListener() - Constructor for class org.schmant.task.junit4.launcher.AntXmlRunListener
 
ApiLink - Class in org.schmant.task.text.apilinks
This object contains a package prefix, such as java.net. and an URL to the index page of the Javadoc site where the API documentation for Java packages can be found, such as http://java.sun.com/javase/6/docs/api/index.html.
ApiLink(String, String) - Constructor for class org.schmant.task.text.apilinks.ApiLink
Create a new API link.
ApiLinksTask - Class in org.schmant.task.text.apilinks
See ApiLinksTF
ApiLinksTF - Class in org.schmant.task.text.apilinks
See [tf:ApiLinksTF|
ApiLinksTF() - Constructor for class org.schmant.task.text.apilinks.ApiLinksTF
 
appendFromChannel(T, ReadableByteChannel) - Static method in class org.entityfs.util.Files
Append binary data read from the provided ReadableByteChannel to the file.
appendFromFile(T, ReadableFile) - Static method in class org.entityfs.util.Files
Append data from the source file to a file.
appendFromInputStream(T, InputStream) - Static method in class org.entityfs.util.Files
Append binary data read from the provided InputStream to the file.
appendFromReader(T, Reader, Charset) - Static method in class org.entityfs.util.Files
Append character data read from the provided Reader to the file.
appendFromReader(T, Reader) - Static method in class org.entityfs.util.Files
Append character data read from the provided Reader to the file.
appendText(T, CharSequence) - Static method in class org.entityfs.util.Files
Append text to a file.
appendText(T, CharSequence, Charset) - Static method in class org.entityfs.util.Files
Append text to a file using a specified character encoding.
AppendToFileProcessOutputStrategy - Class in org.schmant.support.io
This is an process output strategy that appends the output of a process to a file.
AppendToFileProcessOutputStrategy(WritableFile) - Constructor for class org.schmant.support.io.AppendToFileProcessOutputStrategy
Create a process output strategy that will append the output of the monitored process to the supplied file.
AppendToFileProcessOutputStrategy(FutureFile) - Constructor for class org.schmant.support.io.AppendToFileProcessOutputStrategy
Create a process output strategy that will append the monitored process' output to the file referenced by the future entity.
AppendToFileProcessOutputStrategy(FutureEntityFactory) - Constructor for class org.schmant.support.io.AppendToFileProcessOutputStrategy
Create a process output strategy that will append the monitored process' output to the file referenced by a future entity created by the supplied factory.
Archive<T extends ArchiveEntry<T,U>,U extends ArchiveDirectoryEntry<T,U>> - Interface in org.at4j.archive
This interface defines an archive file.
ArchiveBuilder<U extends ArchiveBuilder<U,V>,V extends ArchiveEntrySettings<V>> - Interface in org.at4j.archive.builder
This is a generic interface for an archive builder, i.e.
ArchiveDirectoryEntry<T extends ArchiveEntry<T,U>,U extends ArchiveDirectoryEntry<T,U>> - Interface in org.at4j.archive
This interface defines a generic directory entry in an archive.
ArchiveEntry<T extends ArchiveEntry<T,U>,U extends ArchiveDirectoryEntry<T,U>> - Interface in org.at4j.archive
This interface defines a generic entry in an Archive, i.e.
ArchiveEntryAddException - Exception in org.at4j.archive.builder
 
ArchiveEntryAddException(String) - Constructor for exception org.at4j.archive.builder.ArchiveEntryAddException
 
ArchiveEntryAddException(Throwable) - Constructor for exception org.at4j.archive.builder.ArchiveEntryAddException
 
ArchiveEntryAddException(String, Throwable) - Constructor for exception org.at4j.archive.builder.ArchiveEntryAddException
 
ArchiveEntryCollaborator<T extends ArchiveEntry<T,U>,U extends ArchiveDirectoryEntry<T,U>> - Class in org.at4j.archive
This is a collaborator object that gives archive entries access to the archive.
ArchiveEntryCollaborator(RandomlyAccessibleFile, Map<AbsoluteLocation, T>) - Constructor for class org.at4j.archive.ArchiveEntryCollaborator
Create a new collaborator.
ArchiveEntryFilter - Interface in org.at4j.archive
This is a marker interface for all Filter :s for ArchiveEntry objects so that they should be easier to find in the Javadocs.
ArchiveEntrySettings<T extends ArchiveEntrySettings<T>> - Interface in org.at4j.archive.builder
This interface defines the settings for an entry that is being added to an archive.
ArchiveEntrySettingsRule<T extends ArchiveEntrySettings<T>> - Class in org.at4j.archive.builder
This is a rule for setting archive entry settings for one or several entries.
ArchiveEntrySettingsRule(T, Filter<EntryToArchive>) - Constructor for class org.at4j.archive.builder.ArchiveEntrySettingsRule
Create a new rule.
ArchiveExtractor - Class in org.at4j.util.archive
This object can be used to extract some or all of the entries from an archive to a directory.
ArchiveExtractor(Archive<?, ?>) - Constructor for class org.at4j.util.archive.ArchiveExtractor
Create a new archive extractor that extracts contents from the supplied archive.
ArchiveFileEntry<T extends ArchiveEntry<T,U>,U extends ArchiveDirectoryEntry<T,U>> - Interface in org.at4j.archive
This interface defines a generic file entry in an archive.
ArchiveSymbolicLinkEntry<T extends ArchiveEntry<T,U>,U extends ArchiveDirectoryEntry<T,U>> - Interface in org.at4j.archive
This interface defines a symbolic link entry in an Archive.
ArgumentInterpretationException - Exception in org.schmant.arg
This exception is thrown when an untyped argument cannot be interpreted to the desired type.
ArgumentInterpretationException(String) - Constructor for exception org.schmant.arg.ArgumentInterpretationException
 
ArgumentInterpretationException(Object, Class<?>, List<String>) - Constructor for exception org.schmant.arg.ArgumentInterpretationException
 
ArgumentInterpretationException(Object, String, List<String>) - Constructor for exception org.schmant.arg.ArgumentInterpretationException
 
ArgumentInterpretationException(List<NotInterpretedObject>, Class<?>) - Constructor for exception org.schmant.arg.ArgumentInterpretationException
 
ArgumentInterpretationResult<T> - Class in org.schmant.arg
This immutable object contains the result from ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy).
ArgumentInterpretationResult(List<T>, List<NotInterpretedObject>) - Constructor for class org.schmant.arg.ArgumentInterpretationResult
Create a new result object.
ArgumentInterpretationStrategy<T> - Interface in org.schmant.arg
This interface defines a strategy object used for interpreting and converting objects into a target type, such as EFile.
ArgumentInterpreter - Class in org.schmant.arg
This class is used for interpreting untyped arguments into something that a task might find useful.
ArgumentInterpreter() - Constructor for class org.schmant.arg.ArgumentInterpreter
Constructor.
ArgumentInterpreterLinksTask - Class in org.schmant.task.tp.ailinks
 
ArgumentInterpreterLinksTF - Class in org.schmant.task.tp.ailinks
 
ArgumentInterpreterLinksTF() - Constructor for class org.schmant.task.tp.ailinks.ArgumentInterpreterLinksTF
 
ArgumentList - Class in org.schmant.support.io
Objects of this class is used for building an command and argument list that is used for running an external command.
ArgumentList(boolean) - Constructor for class org.schmant.support.io.ArgumentList
Create the argument list.
ArgumentsConfigurable<T extends ArgumentsConfigurable<T>> - Interface in org.schmant.task.confable
This interface defines setter and getter methods for objects that can be configured with a list of arguments.
ArrayFilter<T> - Interface in org.entityfs.support.lang
This filter is used for filtering and possibly modifying array values.
ArrayUtil - Class in org.entityfs.support.lang
This class contains static utility methods for working with arrays.
AS_SEVERAL - Static variable in class org.schmant.arg.InterpretAsDirectoryStrategy
This constant can be used to evaluate objects into a list of read/write DirectoryRepresentation objects.
AS_SEVERAL - Static variable in class org.schmant.arg.InterpretAsEFileStrategy
This object can be used for interpreting objects into one or several read/write EFile objects.
AS_SEVERAL - Static variable in class org.schmant.arg.InterpretAsEntityHolderStrategy
This object can be used for interpreting objects into one or several EntityHolder objects.
AS_SEVERAL - Static variable in class org.schmant.arg.InterpretAsEntityStrategy
This constant can be used for interpreting objects into a list of read/write EntityView objects.
AS_SEVERAL - Static variable in class org.schmant.arg.InterpretAsFileDirectoryStrategy
This object can be used for interpreting objects into one or several directory File objects.
AS_SEVERAL - Static variable in class org.schmant.arg.InterpretAsFileStrategy
This object can be used to interpret objects into one or several File objects.
AS_SEVERAL - Static variable in class org.schmant.arg.InterpretAsNamedReadableFileStrategy
This object can be used for interpreting objects into one or several NamedReadableFile objects.
AS_SEVERAL - Static variable in class org.schmant.arg.InterpretAsRandomlyAccessibleFileStrategy
This object can be used for interpreting objects into one or several RandomlyAccessibleFile objects.
AS_SEVERAL - Static variable in class org.schmant.arg.InterpretAsReadableFileStrategy
This object can be used for interpreting objects into one or several ReadableFile objects.
AS_SEVERAL - Static variable in class org.schmant.arg.InterpretAsReadOnlyDirectoryStrategy
This object can be used for interpreting objects into one or several read only DirectoryRepresentation objects.
AS_SEVERAL - Static variable in class org.schmant.arg.InterpretAsReadOnlyEntityStrategy
This constant can be used for interpreting objects into one or several read only EntityView objects.
AS_SEVERAL - Static variable in class org.schmant.arg.InterpretAsUrlStrategy
This object can be used for interpreting objects into one or several URL objects.
AS_SEVERAL - Static variable in class org.schmant.arg.InterpretAsWritableFileStrategy
This object can be used for interpreting objects into one or several WritableFile objects.
AS_SEVERAL - Static variable in class org.schmant.arg.InterpretAsXmlSourceStrategy
This object can be used to interpret objects into one or several XML Source objects.
AS_SINGLE - Static variable in class org.schmant.arg.InterpretAsDirectoryStrategy
This constant can be used to evaluate objects into a single read/write DirectoryRepresentation object.
AS_SINGLE - Static variable in class org.schmant.arg.InterpretAsEFileStrategy
This constant can be used for interpreting objects into a single read/write EFile object.
AS_SINGLE - Static variable in class org.schmant.arg.InterpretAsEntityHolderStrategy
This object can be used for interpreting objects into one EntityHolder object.
AS_SINGLE - Static variable in class org.schmant.arg.InterpretAsEntityStrategy
This constant can be used for interpreting objects into a single read/write EntityView object.
AS_SINGLE - Static variable in class org.schmant.arg.InterpretAsFileDirectoryStrategy
This object can be used for interpreting objects into a single directory File object.
AS_SINGLE - Static variable in class org.schmant.arg.InterpretAsFileStrategy
This object can be used to interpret objects into a single File object.
AS_SINGLE - Static variable in class org.schmant.arg.InterpretAsNamedReadableFileStrategy
This object can be used for interpreting objects into one NamedReadableFile object.
AS_SINGLE - Static variable in class org.schmant.arg.InterpretAsRandomlyAccessibleFileStrategy
This strategy interprets objects as a single RandomlyAccessibleFile object.
AS_SINGLE - Static variable in class org.schmant.arg.InterpretAsReadableFileStrategy
This object can be used for interpreting objects into one ReadableFile object.
AS_SINGLE - Static variable in class org.schmant.arg.InterpretAsReadOnlyDirectoryStrategy
This object can be used for interpreting objects into a single read only DirectoryRepresentation object.
AS_SINGLE - Static variable in class org.schmant.arg.InterpretAsReadOnlyEntityStrategy
This constant can be used for interpreting objects into one read only EntityView object.
AS_SINGLE - Static variable in class org.schmant.arg.InterpretAsUrlStrategy
This object can be used for interpreting objects into a single URL object.
AS_SINGLE - Static variable in class org.schmant.arg.InterpretAsWritableFileStrategy
This object can be used for interpreting objects into a single WritableFile object.
AS_SINGLE - Static variable in class org.schmant.arg.InterpretAsXmlSourceStrategy
This object can be used to interpret objects into one XML Source object.
AS_SINGLE_NO_SOURCE - Static variable in class org.schmant.arg.InterpretAsFutureEntityStrategy
This object can be used for interpreting objects into a single FutureEntity object.
ASCII - Static variable in class org.at4j.support.nio.charset.Charsets
The US-ASCII charset.
assertCanBeDeleted(Collection<String>) - Method in class org.entityfs.ram.RamDirectoryAdapter
Override the inherited implementation and add the check to see if the directory is empty.
assertCanBeDeleted(Collection<String>) - Method in class org.entityfs.zip.ZipDirectoryAdapter
 
assertEndElementEvent(XMLEvent, String) - Static method in class org.schmant.support.xml.stax.StAXSupport
Assert that the event is an end element event for the specified XML tag name.
assertEventOfType(XMLEvent, Class<? extends XMLEvent>) - Static method in class org.schmant.support.xml.stax.StAXSupport
Assert that the event is of the specified type.
assertIsCentralFileHeader(UnsignedInteger, RandomAccess) - Method in class org.at4j.zip.ZipFileParser
This method throws a ZipFileParseException if the supplied integer's value is not the central directory header magic number.
assertIsReadLocked() - Method in class org.entityfs.lock.AbstractLockable
Throw an exception if this lockable object is not read locked by the current thread.
assertIsValid() - Method in class org.entityfs.cap.AbstractEntityCapability
 
assertIsValid(Entity) - Method in interface org.entityfs.EntityValidityControlStrategy
Verify that the entity still exists in the underlying file system.
assertIsWriteLocked() - Method in class org.entityfs.lock.AbstractLockable
Throw an exception if this lockable object is not write locked by the current thread.
assertNotClosed() - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
Subclasses implement this method to throw an IllegalStateException if it is called after the archive builder has been closed.
assertNotClosed() - Method in class org.at4j.tar.builder.TarBuilder
 
assertNotClosed() - Method in class org.at4j.tar.builder.TarStreamBuilder
 
assertNotClosed() - Method in class org.at4j.tar.TarFile
This method throws an IllegalStateException if this object has been closed.
assertNotClosed() - Method in class org.at4j.zip.builder.ZipBuilder
This method throws an IllegalStateException if the Zip builder is closed.
assertNotClosed() - Method in class org.at4j.zip.ZipFile
This method throws an IllegalStateException if the Zip object has been closed.
assertNotClosed() - Method in class org.entityfs.util.io.RangeRandomAccess
This method throws an IllegalStateException if this random access object has been closed.
assertNotReadOnly() - Method in class org.entityfs.util.io.RangeRandomAccess
This method throws a ReadOnlyException if this random access is opened read only.
assertNotUnlocked() - Method in class org.entityfs.util.itr.AbstractLockingIterator
Verify that the client has not called AbstractLockingIterator.unlockAll().
assertReadLocked(ReadLockable) - Method in class org.at4j.zip.builder.ZipBuilder
This method throws a ReadLockRequiredException if the supplied object is not locked for reading.
assertStartElementEvent(XMLEvent, String) - Static method in class org.schmant.support.xml.stax.StAXSupport
Assert that the event is a start element event for the specified XML tag name.
AsynchronousReport - Class in org.schmant.report
 
AsynchronousReport(Report, String) - Constructor for class org.schmant.report.AsynchronousReport
 
AsynchronousStdoutReportFactory - Class in org.schmant.report
This report factory creates an asynchronous report that logs to stdout and stderr.
AsynchronousStdoutReportFactory() - Constructor for class org.schmant.report.AsynchronousStdoutReportFactory
 
At4JException - Exception in org.at4j.support.lang
This is a base class for exceptions in this project.
At4JException(String) - Constructor for exception org.at4j.support.lang.At4JException
Create an exception with a message.
At4JException(Throwable) - Constructor for exception org.at4j.support.lang.At4JException
Create an exception that wraps another exception.
At4JException(String, Throwable) - Constructor for exception org.at4j.support.lang.At4JException
Create an exception that wraps another exception and has a message.
At4JUnzipTF - Class in org.schmant.task.at4j.zip
See At4JUnzipTF
At4JUnzipTF() - Constructor for class org.schmant.task.at4j.zip.At4JUnzipTF
 
At4JZipTask - Class in org.schmant.task.at4j.zip
See At4JZipTF
At4JZipTF - Class in org.schmant.task.at4j.zip
See At4JZipTF
At4JZipTF() - Constructor for class org.schmant.task.at4j.zip.At4JZipTF
 
available() - Method in interface org.at4j.support.io.BitInput
Get the number of bytes available in the input.
available() - Method in class org.at4j.support.io.LittleEndianBitInputStream
 
available() - Method in interface org.entityfs.DataSource
Returns an estimate of the number of bytes that can be read from this data source without blocking by the next invocation of a method for this data source.
available() - Method in class org.entityfs.support.io.Base64InputStream
This method returns the number of bytes available in the underlying stream divided by two.
available() - Method in class org.entityfs.support.io.InputStreamProxy
This returns the number of bytes available in the proxied stream.
available() - Method in class org.entityfs.util.base.EmptyRandomAccess
 
available() - Method in class org.entityfs.util.io.ByteArrayRandomAccess
 
available() - Method in class org.entityfs.util.io.CountingDataSource
 
available() - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
available() - Method in class org.entityfs.util.io.DataSourceToInputStreamAdapter
 
available() - Method in class org.entityfs.util.io.InputStreamBackedRandomAccess
 
available() - Method in class org.entityfs.util.io.InputStreamToDataSourceAdapter
 
available() - Method in class org.entityfs.util.io.LockAwareFileInputStream
 
available() - Method in class org.entityfs.util.io.LockAwareInputStream
 
available() - Method in class org.entityfs.util.io.LockAwareRandomAccess
 
available() - Method in class org.entityfs.util.io.RandomAccessAdapter
 
available() - Method in class org.entityfs.util.io.RandomAccessInputStreamAdapter
Deprecated.  
available() - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
available() - Method in class org.entityfs.util.io.RandomAccessToInputStreamAdapter
 
available() - Method in class org.entityfs.util.io.RangeInputStream
 
available() - Method in class org.entityfs.util.io.RangeRandomAccess
 
available() - Method in class org.entityfs.util.io.TempFileBackedRandomAccess
 
awaitTermination(long, TimeUnit) - Method in class org.schmant.run.TaskExecutor
Wait the specified time, maximum for the task executor to terminate.

B

BackendErrorException - Exception in org.entityfs.exception
This exception is thrown to signal errors in the underlying file system.
BackendErrorException(String) - Constructor for exception org.entityfs.exception.BackendErrorException
 
BackendErrorException(String, Throwable) - Constructor for exception org.entityfs.exception.BackendErrorException
 
Base64InputStream - Class in org.entityfs.support.io
This is an InputStream that base64-decodes data that it reads.
Base64InputStream(InputStream) - Constructor for class org.entityfs.support.io.Base64InputStream
 
Base64OutputStream - Class in org.entityfs.support.io
This is an OutputStream that base64 encodes data that is written to it.
Base64OutputStream(OutputStream) - Constructor for class org.entityfs.support.io.Base64OutputStream
 
bigIntValue() - Method in class org.at4j.support.lang.UnsignedLong
Get the unsigned long value as a BigInteger.
BitInput - Interface in org.at4j.support.io
This interface identifies a source for bits.
BitOutput - Interface in org.at4j.support.io
This interface identifies a sink for bits.
bitwiseNegate() - Method in class org.entityfs.support.filter.AbstractConvenientFilter
This method delegates to AbstractConvenientFilter.not().
bitwiseNegate() - Method in class org.entityfs.support.filter.FalseFilter
This method delegates to FalseFilter.not()
bitwiseNegate() - Method in class org.entityfs.support.filter.TrueFilter
This method delegates to TrueFilter.not()
BLOCK_SIZE - Static variable in class org.at4j.tar.TarConstants
The size of a tar file block is 512 bytes.
BootClasspathConfigurable<T extends BootClasspathConfigurable<T>> - Interface in org.schmant.task.confable
This interface defines an object that can be configured with a boot classpath.
BUnzip2 - Class in org.at4j.comp.bzip2.prog
This runnable class emulates the bunzip2 command.
BUnzip2() - Constructor for class org.at4j.comp.bzip2.prog.BUnzip2
 
ByteArrayInputStreamFactory - Class in org.entityfs.util.io
This is an ObjectFactory that creates ByteArrayInputStream:s that read from a byte array.
ByteArrayInputStreamFactory(byte[]) - Constructor for class org.entityfs.util.io.ByteArrayInputStreamFactory
 
ByteArrayRandomAccess - Class in org.entityfs.util.io
This is a read only RandomAccess that reads data from a byte array.
ByteArrayRandomAccess(byte[]) - Constructor for class org.entityfs.util.io.ByteArrayRandomAccess
 
ByteArrayReadableFile - Class in org.entityfs.util
This is a read only ReadableFile implementation that is backed by a byte array.
ByteArrayReadableFile(byte[]) - Constructor for class org.entityfs.util.ByteArrayReadableFile
Create a read only, byte array-backed ReadableFile.
ByteArrayWritableFile - Class in org.entityfs.util
This is a write only WritableFile implementation that store everything that is written to a byte array.
ByteArrayWritableFile() - Constructor for class org.entityfs.util.ByteArrayWritableFile
Create a byte array backed writable file with the default initial capacity (FileSystemBuilder.DEFAULT_BUFFER_SIZE bytes).
ByteArrayWritableFile(int) - Constructor for class org.entityfs.util.ByteArrayWritableFile
Create a byte array backed writable file with the provided initial capacity.
ByteMoveToFront - Class in org.at4j.support.comp
A move-to-front (MTF) encoder and decoder for bytes.
ByteMoveToFront(int, int) - Constructor for class org.at4j.support.comp.ByteMoveToFront
Create a byte MTF encoder/decoder that transforms bytes in the range between minValue and maxValue.
ByteMoveToFront(byte[]) - Constructor for class org.at4j.support.comp.ByteMoveToFront
Create a byte MTF encoder/decoder that transforms bytes using the supplied initial alphabet.
byteValue() - Method in class org.at4j.support.lang.UnsignedByte
Get the unsigned byte value as a signed byte value between -128 and 127 (inclusive).
BZip2 - Class in org.at4j.comp.bzip2.prog
This runnable class emulates the bzip2 command.
BZip2() - Constructor for class org.at4j.comp.bzip2.prog.BZip2
 
BZip2CompressionMethod - Class in org.at4j.zip.comp
This is the "bzip2" compression method.
BZip2CompressionMethod() - Constructor for class org.at4j.zip.comp.BZip2CompressionMethod
This creates a bzip2 compression method that will use the default block size (900k) for compression.
BZip2CompressionMethod(int) - Constructor for class org.at4j.zip.comp.BZip2CompressionMethod
Create a bzip2 compression method that will use the supplied block size.
BZip2CompressionMethod(CompressionLevel) - Constructor for class org.at4j.zip.comp.BZip2CompressionMethod
Create a bzip2 compression method that will have the supplied compression level.
BZip2EncoderExecutorService - Interface in org.at4j.comp.bzip2
This interface identifies an executor service that is used to spread the encoding of bzip2 blocks over several threads.
BZip2ExistingWritableFileProxy - Class in org.schmant.task.at4j.bzip2
This proxy bzip2 encodes data written to another, already existing WritableFile.
BZip2ExistingWritableFileProxy(Object) - Constructor for class org.schmant.task.at4j.bzip2.BZip2ExistingWritableFileProxy
Create a new bzip2 writable file proxy.
BZip2ExistingWritableFileProxy(Object, BZip2WritableFileSettings) - Constructor for class org.schmant.task.at4j.bzip2.BZip2ExistingWritableFileProxy
Create a new bzip2 writable file proxy.
BZip2ExistingWritableFileProxy(Object, int, boolean) - Constructor for class org.schmant.task.at4j.bzip2.BZip2ExistingWritableFileProxy
Deprecated. 
BZip2ExistingWritableFileProxy(Object, CompressionLevel, boolean) - Constructor for class org.schmant.task.at4j.bzip2.BZip2ExistingWritableFileProxy
Deprecated. 
BZip2InputStream - Class in org.at4j.comp.bzip2
This is an InputStream for reading bzip2 encoded data.
BZip2InputStream(InputStream) - Constructor for class org.at4j.comp.bzip2.BZip2InputStream
Create a new bzip2 input stream that will read compressed data from in.
BZip2InputStream(InputStream, BZip2InputStreamSettings) - Constructor for class org.at4j.comp.bzip2.BZip2InputStream
Create a new bzip2 input stream that will read compressed data from in.
BZip2InputStreamSettings - Class in org.at4j.comp.bzip2
This object contains settings for the BZip2InputStream.
BZip2InputStreamSettings() - Constructor for class org.at4j.comp.bzip2.BZip2InputStreamSettings
 
BZip2NewWritableFileProxy - Class in org.schmant.task.at4j.bzip2
This proxy bzip2 encodes data written to another WritableFile.
BZip2NewWritableFileProxy(Object) - Constructor for class org.schmant.task.at4j.bzip2.BZip2NewWritableFileProxy
Create a new bzip2 writable file proxy.
BZip2NewWritableFileProxy(Object, OverwriteStrategy) - Constructor for class org.schmant.task.at4j.bzip2.BZip2NewWritableFileProxy
Create a new bzip2 writable file proxy.
BZip2NewWritableFileProxy(Object, BZip2WritableFileSettings) - Constructor for class org.schmant.task.at4j.bzip2.BZip2NewWritableFileProxy
Create a new bzip2 writable file proxy.
BZip2NewWritableFileProxy(Object, BZip2WritableFileSettings, OverwriteStrategy) - Constructor for class org.schmant.task.at4j.bzip2.BZip2NewWritableFileProxy
Create a new bzip2 writable file proxy.
BZip2NewWritableFileProxy(Object, OverwriteStrategy, int, boolean) - Constructor for class org.schmant.task.at4j.bzip2.BZip2NewWritableFileProxy
Deprecated. 
BZip2NewWritableFileProxy(Object, OverwriteStrategy, CompressionLevel, boolean) - Constructor for class org.schmant.task.at4j.bzip2.BZip2NewWritableFileProxy
Deprecated. 
BZip2OutputStream - Class in org.at4j.comp.bzip2
This is an OutputStream for bzip2 compressing data.
BZip2OutputStream(OutputStream) - Constructor for class org.at4j.comp.bzip2.BZip2OutputStream
Create a new bzip2 compressing output stream with default settings.
BZip2OutputStream(OutputStream, BZip2OutputStreamSettings) - Constructor for class org.at4j.comp.bzip2.BZip2OutputStream
Create a new bzip2 compressing output stream.
BZip2OutputStreamSettings - Class in org.at4j.comp.bzip2
This object contains settings for the BZip2OutputStream.
BZip2OutputStreamSettings() - Constructor for class org.at4j.comp.bzip2.BZip2OutputStreamSettings
 
BZip2ReadableFile - Class in org.at4j.comp.bzip2
This is a ReadableFile that transparently decompresses the contents of a wrapped file using bzip2.
BZip2ReadableFile(ReadableFile) - Constructor for class org.at4j.comp.bzip2.BZip2ReadableFile
Create a new adapter.
BZip2ReadableFile(ReadableFile, boolean) - Constructor for class org.at4j.comp.bzip2.BZip2ReadableFile
Deprecated. The assumeMagicBytes property is always true from At4J 1.1.
BZip2ReadableFile(ReadableFile, boolean, int) - Constructor for class org.at4j.comp.bzip2.BZip2ReadableFile
Deprecated. The assumeMagicBytes property is always true from At4J 1.1.
BZip2ReadableFile(ReadableFile, BZip2ReadableFileSettings) - Constructor for class org.at4j.comp.bzip2.BZip2ReadableFile
Create a new adapter.
BZip2ReadableFileProxy - Class in org.schmant.task.at4j.bzip2
This proxy bzip2 decodes data read from another WritableFile.
BZip2ReadableFileProxy(Object) - Constructor for class org.schmant.task.at4j.bzip2.BZip2ReadableFileProxy
Create a new bzip2 readable file proxy.
BZip2ReadableFileProxy(Object, boolean) - Constructor for class org.schmant.task.at4j.bzip2.BZip2ReadableFileProxy
Deprecated. 
BZip2ReadableFileSettings - Class in org.at4j.comp.bzip2
Settings used when creating a BZip2ReadableFile object.
BZip2ReadableFileSettings() - Constructor for class org.at4j.comp.bzip2.BZip2ReadableFileSettings
 
BZip2Task - Class in org.schmant.task.at4j.bzip2
See BZip2TF
BZip2TF - Class in org.schmant.task.at4j.bzip2
This task factory creates BZip2Task:s.
BZip2TF() - Constructor for class org.schmant.task.at4j.bzip2.BZip2TF
 
BZip2WritableFile - Class in org.at4j.comp.bzip2
This is a WritableFile that transparently compresses the data written to a file using bzip2 compression.
BZip2WritableFile(WritableFile) - Constructor for class org.at4j.comp.bzip2.BZip2WritableFile
Create a new adapter using the default bzip2 block size (900kb).
BZip2WritableFile(WritableFile, CompressionLevel) - Constructor for class org.at4j.comp.bzip2.BZip2WritableFile
Create a new adapter using the supplied compression level.
BZip2WritableFile(WritableFile, CompressionLevel, boolean) - Constructor for class org.at4j.comp.bzip2.BZip2WritableFile
Deprecated. The magic bytes are always written starting from At4J 1.1.
BZip2WritableFile(WritableFile, int, boolean, int) - Constructor for class org.at4j.comp.bzip2.BZip2WritableFile
Deprecated. The magic bytes are always written starting from At4J 1.1.
BZip2WritableFile(WritableFile, BZip2WritableFileSettings) - Constructor for class org.at4j.comp.bzip2.BZip2WritableFile
Create a new adapter using the supplied bzip2 buffer size.
BZip2WritableFileSettings - Class in org.at4j.comp.bzip2
This object contains settings used when creating a BZip2WritableFile.
BZip2WritableFileSettings() - Constructor for class org.at4j.comp.bzip2.BZip2WritableFileSettings
 

C

callback(Report, EntityView, RelativeLocation) - Method in class org.schmant.task.meta.RecursiveActionTask
 
callback(Report, EntityView, DirectoryView, RelativeLocation) - Method in class org.schmant.task.meta.RecursiveProcessTask
 
callback(Report, EntityView, RelativeLocation) - Method in class org.schmant.task.stub.AbstractCallbackRecursiveActionTask
This method is called for each entity returned when iterating over the sources.
callback(Report, EntityView, DirectoryView, RelativeLocation) - Method in class org.schmant.task.stub.AbstractCallbackRecursiveProcessTask
This callback method is called for every entity returned when iterating recursively over the sources.
canBeDereferenced() - Method in interface org.entityfs.EntityAcceptingEntityView
Can the entity-accepting entity be dereferenced.
cancel(boolean) - Method in class org.schmant.task.stub.AbstractTask
 
cancel(boolean) - Method in interface org.schmant.task.Task
Cancel a task that has not been run or is running.
canHandleScriptFileNameExtension(String) - Method in class org.schmant.app.groovy.GroovyExecutorFactory
 
canHandleScriptFileNameExtension(String) - Method in class org.schmant.app.jruby.JRubyExecutorFactory
 
canHandleScriptFileNameExtension(String) - Method in class org.schmant.app.js.JsScriptExecutorFactory
 
canHandleScriptFileNameExtension(String) - Method in class org.schmant.app.jython.JythonExecutorFactory
 
canHandleScriptFileNameExtension(String) - Method in class org.schmant.ScriptExecutorFactory
Does this script executor factory create a ScriptExecutor that can handle build scripts with the supplied file name extension?
canRead() - Method in interface org.entityfs.EntityView
Can the application read from the viewed entity, given appropriate access rights and locks?
canRead() - Method in class org.entityfs.ram.AbstractRamEntityAdapter
 
canRead(EntityView) - Static method in class org.entityfs.util.Entities
Can the application read from the supplied entity, given the right access rights and locks?
canWrite() - Method in interface org.entityfs.EntityView
Can the application write to the viewed entity, given appropriate access rights and locks?
canWrite() - Method in class org.entityfs.ram.AbstractRamEntityAdapter
 
canWrite(EntityView) - Static method in class org.entityfs.util.Entities
Can the application write to the supplied entity, given the right access rights and locks?
CapabilityProvider - Interface in org.entityfs.cap
A capability provider adds file system and entity capabilities to a file system.
CapturingGroupAwareStringTextStrategy - Class in org.schmant.support.text
Replacer that use a constant string for replacement.
CapturingGroupAwareStringTextStrategy(String) - Constructor for class org.schmant.support.text.CapturingGroupAwareStringTextStrategy
 
CastingToStringTransformer - Class in org.schmant.lang
This CastingTransformer casts objects to strings.
CastingToStringTransformer() - Constructor for class org.schmant.lang.CastingToStringTransformer
 
CastingTransformer<T> - Class in org.schmant.lang
This transformer transforms objects by just casting them to the target type.
CastingTransformer() - Constructor for class org.schmant.lang.CastingTransformer
 
CENTRAL_FILE_HEADER - Static variable in class org.at4j.zip.ZipFileParser
 
CENTRAL_HEADER_VERSION - Static variable in class org.at4j.zip.ef.NewInfoZipUnixExtraField
This is the central header version of this extra field.
ChangeExtensionTargetStrategy - Class in org.schmant.task.meta
This target entity strategy can change a processed entity's name's extension.
ChangeExtensionTargetStrategy() - Constructor for class org.schmant.task.meta.ChangeExtensionTargetStrategy
Create a case sensitive strategy object.
ChangeExtensionTargetStrategy(boolean) - Constructor for class org.schmant.task.meta.ChangeExtensionTargetStrategy
Create a strategy object.
ChannelProxy<T extends Channel> - Class in org.entityfs.support.io
This is a proxy for java.nio.Channel objects.
ChannelProxy(T) - Constructor for class org.entityfs.support.io.ChannelProxy
 
CharacterFileConfigurable<T extends CharacterFileConfigurable<T>> - Interface in org.schmant.task.template.text
Configuration settings for tasks working with character files.
charAt(int) - Method in class org.entityfs.util.properties.PropertyValue
 
CharSequenceReadableFile - Class in org.entityfs.util
This is a read only ReadableFile that reads data from a CharSequence.
CharSequenceReadableFile(CharSequence) - Constructor for class org.entityfs.util.CharSequenceReadableFile
Create a readable file on the supplied CharSequence.
CharSequenceReadableFile(CharSequence, Charset) - Constructor for class org.entityfs.util.CharSequenceReadableFile
Create a readable file on the supplied CharSequence.
Charsets - Class in org.at4j.support.nio.charset
This class contains Charset constants for commonly used charsets and utility methods for converting between byte and character data.
Charsets - Class in org.entityfs.support.nio
This class contains static utility methods for working with Charset:s.
check(Object) - Method in class org.schmant.support.AbstractArgumentChecker
Check that the argument is not null.
check(Collection<?>) - Method in class org.schmant.support.AbstractArgumentChecker
Check that the argument is not null and that it does not contain any null elements.
check(Map<?, ?>) - Method in class org.schmant.support.AbstractArgumentChecker
Check that the argument is not null and that the map does not contain any null keys.
check(Object...) - Method in class org.schmant.support.AbstractArgumentChecker
 
checkConfiguration(int[], int[]) - Static method in class org.schmant.arg.AbstractArgumentInterpretationStrategy
This method may be used by subclass constructors to validate that the configuration passed to it are valid.
checkPermission(Permission) - Method in class org.entityfs.AbstractAccessController
 
checkPermission(Permission) - Method in class org.entityfs.DisabledAccessController
 
checkPermission(Permission) - Method in interface org.entityfs.security.AccessController
Verify that the current Subject is authorized for the permission.
ChecksumInputStream<T extends Checksum> - Class in org.entityfs.support.io
This InputStream calculates the checksum of the data it reads from a wrapped stream.
ChecksumInputStream(InputStream, T) - Constructor for class org.entityfs.support.io.ChecksumInputStream
Create a new checksum input stream.
ChildEntitiesAddedEvent - Class in org.entityfs.util.obs.polling
This event is fired by the PollingDirectoryMonitorer when child entities have been added to a directory.
ChildEntitiesAddedEvent(EntityView, Collection<? extends EntityView>) - Constructor for class org.entityfs.util.obs.polling.ChildEntitiesAddedEvent
 
ChildEntitiesEvent<T extends ChildEntitiesEvent<?>> - Interface in org.entityfs.event
This interface is implemented by events that contain a collection of child entity views in addition to the sender entity view.
ChildEntitiesModifiedEvent - Class in org.entityfs.util.obs.polling
This event is fired by the PollingDirectoryMonitorer when child entities in a directory have been modified in a way that have updated their last modification times.
ChildEntitiesModifiedEvent(EntityView, Collection<? extends EntityView>) - Constructor for class org.entityfs.util.obs.polling.ChildEntitiesModifiedEvent
 
ChildEntitiesRemovedEvent - Class in org.entityfs.util.obs.polling
This event is fired by the PollingDirectoryMonitorer when child entities have been removed from a directory.
ChildEntitiesRemovedEvent(EntityView, Collection<? extends EntityView>) - Constructor for class org.entityfs.util.obs.polling.ChildEntitiesRemovedEvent
 
ChildEntitiesStabilizedEvent - Class in org.entityfs.util.obs.polling
This event is fired by the PollingDirectoryMonitorer when new or modified child entities have been stabilized.
ChildEntitiesStabilizedEvent(EntityView, Collection<? extends EntityView>) - Constructor for class org.entityfs.util.obs.polling.ChildEntitiesStabilizedEvent
 
ChildEntityAddedEvent - Class in org.entityfs.event
A child entity was added to the sender (probably a Directory).
ChildEntityAddedEvent(EntityView, EntityView) - Constructor for class org.entityfs.event.ChildEntityAddedEvent
 
ChildEntityDisappearedEvent - Class in org.entityfs.event
This event is sent when it is detected that one of a directories' child entities have been removed from the backend by a client that didn't use the file system's methods.
ChildEntityDisappearedEvent(EntityView, EntityView) - Constructor for class org.entityfs.event.ChildEntityDisappearedEvent
 
ChildEntityModifiedEvent - Class in org.entityfs.event
This event is sent from a directory view when one of its child entities have been modified.
ChildEntityModifiedEvent(EntityView, EntityView) - Constructor for class org.entityfs.event.ChildEntityModifiedEvent
 
ChildEntityRemovedEvent - Class in org.entityfs.event
This event is sent when a child entity is removed from a directory view, either by deleting it or moving it to another directory.
ChildEntityRemovedEvent(EntityView, EntityView) - Constructor for class org.entityfs.event.ChildEntityRemovedEvent
 
ChildEntityRenamedEvent - Class in org.entityfs.event
This event is sent by a directory view when one of its child entities have been renamed without moving it to another directory.
ChildEntityRenamedEvent(EntityView, EntityView, String) - Constructor for class org.entityfs.event.ChildEntityRenamedEvent
 
ChmodTask - Class in org.schmant.task.io
See ChmodTF
ChmodTF - Class in org.schmant.task.io
Task factory for the chmod task.
ChmodTF() - Constructor for class org.schmant.task.io.ChmodTF
 
CircularReferenceException - Exception in org.entityfs.exception
This exception is thrown if a circular reference is encountered when dereferencing symbolic links.
CircularReferenceException(String) - Constructor for exception org.entityfs.exception.CircularReferenceException
 
ClassDirectoryClasspathEntry - Class in org.schmant.project.java
This is a classpath entry that represents the root directory of a class file directory tree.
ClassDirectoryClasspathEntry(Object) - Constructor for class org.schmant.project.java.ClassDirectoryClasspathEntry
 
ClasspathConfigurable<T extends ClasspathConfigurable<T>> - Interface in org.schmant.task.confable
This interface defines an object that can be configured with a classpath.
ClasspathFileParser - Interface in org.schmant.plugin.eclipse.java
This interface defines a parser for Eclipse Java project .classpath files.
ClasspathFileParserImpl - Class in org.schmant.plugin.eclipse.java
Default implementation of ClasspathFileParser.
ClasspathFileParserImpl() - Constructor for class org.schmant.plugin.eclipse.java.ClasspathFileParserImpl
 
ClasspathNamedReadableFile - Class in org.entityfs.util
This object can be used to treat a resource on the current classpath as a NamedReadableFile.
ClasspathNamedReadableFile(AbsoluteLocation, ClassLoader) - Constructor for class org.entityfs.util.ClasspathNamedReadableFile
Create a named readable file using the resource at the specified location loaded by the supplied class loader.
ClasspathNamedReadableFile(EntityLocation<?>, Class<?>) - Constructor for class org.entityfs.util.ClasspathNamedReadableFile
Create a named readable file using the resource with the specified location.
clear() - Method in class org.at4j.tar.TarFile
 
clear() - Method in class org.at4j.zip.ZipFile
 
clear() - Method in class org.entityfs.util.properties.FileBackedProperties
 
clearAltSignerPaths() - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
clearAnnotationProcessorOptions() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
clearAnnotationProcessorOptions() - Method in interface org.schmant.task.template.jdk.javac.JavacTaskConfigurable
 
clearAnnotationProcessors() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
clearAnnotationProcessors() - Method in interface org.schmant.task.template.jdk.javac.JavacTaskConfigurable
 
clearApiLinks() - Method in class org.schmant.task.text.apilinks.ApiLinksTF
 
clearArguments() - Method in interface org.schmant.task.confable.ArgumentsConfigurable
Clear the list of arguments.
clearArguments() - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
clearArguments() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
clearArguments() - Method in class org.schmant.task.template.process.AbstractExtProcessTaskFactory
 
clearAttributes() - Method in class org.schmant.task.xml.dom.DomParseXmlTF
 
clearAttributes() - Method in interface org.schmant.task.xml.xslt.StylesheetCompilerConfigurable
 
clearAttributes() - Method in class org.schmant.task.xml.xslt.TemplateCompilerTF
 
clearAttributes() - Method in class org.schmant.task.xml.xslt.XsltTF
 
clearAuxClasspathEntries() - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
clearAuxClasspathEntries() - Method in interface org.schmant.task.findbugs.FindbugsConfigurable
 
clearBootClasspathEntries() - Method in interface org.schmant.task.confable.BootClasspathConfigurable
 
clearBootClasspathEntries() - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
clearClassDirectories() - Method in class org.schmant.task.jdk.jar.WarTF
 
clearClasspathDecorators() - Method in interface org.schmant.task.confable.ClasspathConfigurable
Clear the list of classpath decorators.
clearClasspathDecorators() - Method in class org.schmant.task.template.jdk.java.AbstractExtJvmTaskFactory
 
clearClasspathDecorators() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
clearClasspathDecorators() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
clearClasspathEntries() - Method in interface org.schmant.task.confable.ClasspathConfigurable
Clear the list of classpath entries.
clearClasspathEntries() - Method in class org.schmant.task.template.jdk.java.AbstractExtJvmTaskFactory
 
clearClasspathEntries() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
clearClasspathEntries() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
clearDebugOptions() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
clearDebugOptions() - Method in interface org.schmant.task.template.jdk.javac.JavacTaskConfigurable
 
clearDecorators() - Method in interface org.schmant.task.confable.TaskDecoratorConfigurable
Clear the list of decorators.
clearDecorators() - Method in class org.schmant.task.template.jdk.java.AbstractExtJavaTaskFactory
 
clearDecorators() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
clearEnvironmentVariables() - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTF
 
clearEnvironmentVariables() - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
clearEnvironmentVariables() - Method in class org.schmant.task.template.process.AbstractExtProcessTaskFactory
 
clearEnvironmentVariables() - Method in interface org.schmant.task.template.process.ExtProcessConfigurable
 
clearExcludePackages() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
clearExcludePackages() - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
 
clearExtDirectories() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
clearExtDirectories() - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
 
clearFeatures() - Method in class org.schmant.task.template.xml.AbstractParseXmlTaskFactory
 
clearFeatures() - Method in interface org.schmant.task.template.xml.ParseXmlConfigurable
 
clearFeatures() - Method in interface org.schmant.task.xml.xslt.StylesheetCompilerConfigurable
 
clearFeatures() - Method in class org.schmant.task.xml.xslt.TemplateCompilerTF
 
clearFeatures() - Method in class org.schmant.task.xml.xslt.XsltTF
 
clearIgnorePatterns() - Method in class org.schmant.task.html.HtmlLinkValidationTF
 
clearJavadocPackages() - Method in class org.schmant.task.html.HtmlLinkValidationTF
 
clearJvmOptions() - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
clearJvmOptions() - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
clearJvmOptions() - Method in class org.schmant.task.template.jdk.java.AbstractExtJvmTaskFactory
 
clearJvmOptions() - Method in interface org.schmant.task.template.jdk.java.JvmOptionsConfigurable
 
clearLibPathDecorators() - Method in class org.schmant.task.apache.ant.AntTF
 
clearLibPathDecorators() - Method in interface org.schmant.task.confable.LibPathConfigurable
 
clearLibPathEntries() - Method in class org.schmant.task.apache.ant.AntTF
 
clearLibPathEntries() - Method in interface org.schmant.task.confable.LibPathConfigurable
 
clearLibraryFiles() - Method in class org.schmant.task.jdk.jar.WarTF
 
clearOutputProperties() - Method in class org.schmant.task.xml.xslt.XsltTF
 
clearPackageNames() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
clearPackageNames() - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
 
clearPermittedExtensions() - Method in class org.schmant.task.process.ExtProcessTF
 
clearProjectFilesRoots() - Method in class org.schmant.task.text.IncludeFilesTF
 
clearProjectSourceDirectories() - Method in class org.schmant.task.project.JavaWorkspaceBuilderTF
 
clearProperties() - Method in interface org.schmant.task.apache.ant.AntConfigurable
 
clearProperties() - Method in class org.schmant.task.apache.ant.AntTF
 
clearProperties() - Method in class org.schmant.task.xml.validation.SchemaFactoryTF
 
clearReplaces() - Method in class org.schmant.task.text.IncludeFilesTF
 
clearReplaces() - Method in class org.schmant.task.text.TextReplaceTF
 
clearReporters() - Method in interface org.schmant.task.junit4.JUnit4Configurable
 
clearReporters() - Method in class org.schmant.task.junit4.JUnit4TF
 
clearRules() - Method in class org.schmant.task.at4j.tar.TarTF
 
clearRules() - Method in class org.schmant.task.at4j.zip.At4JZipTF
 
clearSourceCodeContainers() - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
clearSourceCodeContainers() - Method in interface org.schmant.task.findbugs.FindbugsConfigurable
 
clearSourceFileNames() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
clearSourceFileNames() - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
 
clearSources() - Method in class org.schmant.task.apache.ant.AntTask
 
clearSources() - Method in class org.schmant.task.apache.ant.AntTF
 
clearSources() - Method in interface org.schmant.task.confable.SourceConfigurable
Clear the collection of sources.
clearSources() - Method in class org.schmant.task.findbugs.ExtFindbugsTask
 
clearSources() - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
clearSources() - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTask
 
clearSources() - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
clearSources() - Method in class org.schmant.task.stub.AbstractActionTask
 
clearSources() - Method in class org.schmant.task.stub.AbstractActionTaskFactory
 
clearSystemProperties() - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
clearTagletPaths() - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
clearTagletPaths() - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
 
clearTaglets() - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
clearTaglets() - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
 
clearTags() - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
clearTags() - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
 
clearTargets() - Method in interface org.schmant.task.apache.ant.AntConfigurable
 
clearTargets() - Method in class org.schmant.task.apache.ant.AntTF
 
clearTaskCategories() - Method in class org.schmant.task.tp.taskref.SchmantTaskrefTF
 
clearTaskFactories() - Method in class org.schmant.task.proxy.ReplaceSourceFileTF
 
clearTasks() - Method in class org.schmant.task.proxy.CompoundTF
 
clearTestClasses() - Method in interface org.schmant.task.junit4.JUnit4Configurable
 
clearTestClasses() - Method in class org.schmant.task.junit4.JUnit4TF
 
clearXmlSources() - Method in class org.schmant.task.xml.validation.SchemaFactoryTF
 
clone() - Method in interface org.at4j.archive.builder.ArchiveEntrySettings
Clone this settings object.
clone() - Method in class org.at4j.comp.bzip2.BZip2InputStreamSettings
Make a copy of this object.
clone() - Method in class org.at4j.comp.bzip2.BZip2OutputStreamSettings
Make a copy of this object.
clone() - Method in class org.at4j.comp.bzip2.BZip2ReadableFileSettings
Make a copy of this object.
clone() - Method in class org.at4j.comp.bzip2.BZip2WritableFileSettings
Make a copy of this object.
clone() - Method in class org.at4j.tar.builder.TarEntrySettings
 
clone() - Method in class org.at4j.zip.builder.ZipEntrySettings
 
close() - Method in interface org.at4j.archive.Archive
Close this archive and release all of its resources.
close() - Method in class org.at4j.archive.ArchiveEntryCollaborator
Close the collaborator.
close() - Method in interface org.at4j.archive.builder.ArchiveBuilder
Close this archive builder, finish the archive and release all of the resources associated with the archive builder.
close() - Method in class org.at4j.comp.bzip2.BZip2InputStream
 
close() - Method in class org.at4j.comp.bzip2.BZip2OutputStream
 
close() - Method in class org.at4j.comp.lzma.LzmaInputStream
 
close() - Method in class org.at4j.comp.lzma.LzmaOutputStream
 
close() - Method in class org.at4j.support.io.LittleEndianBitInputStream
 
close() - Method in class org.at4j.support.io.LittleEndianBitOutputStream
Close the output stream.
close() - Method in class org.at4j.tar.builder.TarBuilder
This method finishes writing the Tar file and closes it.
close() - Method in class org.at4j.tar.builder.TarStreamBuilder
This method finishes writing the Tar file and closes it.
close() - Method in class org.at4j.tar.TarFile
Close this Tar file.
close() - Method in class org.at4j.zip.builder.ZipBuilder
Finish the Zip file and close the Zip builder.
close() - Method in class org.at4j.zip.ZipFile
This closes the Zip archive, all open input streams on Zip file entries in the archive, and releases the read lock on the Zip file.
close() - Method in interface org.entityfs.DataSink
Close the sink and free all resources associated with it.
close() - Method in interface org.entityfs.DataSource
Close the source and free all resources associated with it.
close() - Method in interface org.entityfs.FileSystem
Close and discard this file system instance.
close() - Method in class org.entityfs.support.io.Base64OutputStream
 
close() - Method in class org.entityfs.support.io.ChannelProxy
 
close() - Method in class org.entityfs.support.io.InputStreamProxy
 
close() - Method in class org.entityfs.support.io.MultiplexingOutputStream
 
close() - Method in class org.entityfs.support.io.OutputStreamProxy
 
close() - Method in class org.entityfs.support.io.ReadableByteBufferChannel
 
close() - Method in class org.entityfs.support.io.WritableByteBufferChannel
 
close() - Method in class org.entityfs.util.base.EmptyRandomAccess
 
close() - Method in class org.entityfs.util.io.ByteArrayRandomAccess
 
close() - Method in class org.entityfs.util.io.CountingDataSource
 
close() - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
close() - Method in class org.entityfs.util.io.DataSinkToOutputStreamAdapter
 
close() - Method in class org.entityfs.util.io.DataSourceToInputStreamAdapter
 
close() - Method in class org.entityfs.util.io.InputStreamBackedRandomAccess
 
close() - Method in class org.entityfs.util.io.InputStreamToDataSourceAdapter
 
close() - Method in class org.entityfs.util.io.LockAwareFileInputStream
This will unlock the write lock if it is still locked by the current thread.
close() - Method in class org.entityfs.util.io.LockAwareFileOutputStream
This will unlock the write lock if it is still locked by the current thread.
close() - Method in class org.entityfs.util.io.LockAwareInputStream
This will unlock the write lock if it is still locked by the current thread.
close() - Method in class org.entityfs.util.io.LockAwareOutputStream
This will unlock the write lock if it is still locked by the current thread.
close() - Method in class org.entityfs.util.io.LockAwareRandomAccess
This will unlock the write lock if it is still locked by the current thread.
close() - Method in class org.entityfs.util.io.LockAwareRandomAccessFile
This will unlock the write lock if it is still locked by the current thread.
close() - Method in class org.entityfs.util.io.OutputStreamToDataSinkAdapter
 
close() - Method in class org.entityfs.util.io.RandomAccessAdapter
 
close() - Method in class org.entityfs.util.io.RandomAccessInputStreamAdapter
Deprecated.  
close() - Method in class org.entityfs.util.io.RandomAccessOutputStreamAdapter
Deprecated.  
close() - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
close() - Method in class org.entityfs.util.io.RandomAccessToInputStreamAdapter
 
close() - Method in class org.entityfs.util.io.RandomAccessToOutputStreamAdapter
 
close() - Method in class org.entityfs.util.io.RangeInputStream
 
close() - Method in class org.entityfs.util.io.RangeRandomAccess
 
close() - Method in class org.entityfs.util.io.TempFileBackedRandomAccess
Close the RandomAccess and flush changes to the master file, if there has been any.
close() - Method in class org.entityfs.util.lang.EntityClassLoader
Close this class loader and release all its resources.
close() - Method in class org.entityfs.util.nio.LockAwareReadableByteChannel
This will unlock the write lock if it is still locked by the current thread.
close() - Method in class org.entityfs.util.nio.LockAwareWritableByteChannel
This will unlock the write lock if it is still locked by the current thread.
close() - Method in class org.entityfs.zip.ZipFileSystemAdapter
 
close() - Method in class org.schmant.report.AbstractReport
 
close() - Method in class org.schmant.report.AsynchronousReport
 
close() - Method in class org.schmant.report.FileReport
 
close() - Method in interface org.schmant.report.Report
Close the current report.
close() - Method in class org.schmant.support.io.AbstractProcessOutputListener
This closes the input stream.
close() - Method in class org.schmant.tpm.IsolatedTaskPackageClassLoader
Close this class loader and release all of its resources.
close() - Method in class org.schmant.tpm.TaskPackageManager
Shut down the task package manager.
CloseableIterator<T> - Interface in org.entityfs.support.io
This interface combines the Closeable and Iterator interfaces.
ClosureParameters - Class in org.schmant.task.lang
This configuration object is passed to a closure run by the closure task that has one or several source properties and/or the target property set.
ClosureReplacementTextStrategy - Class in org.schmant.support.text
This ReplacementTextStrategy uses a closure to get the replacement text.
ClosureReplacementTextStrategy(Object) - Constructor for class org.schmant.support.text.ClosureReplacementTextStrategy
 
ClosureRunner - Interface in org.schmant.lang
This interface identifies something that is able to run closures.
ClosureSupport - Class in org.schmant.lang
Static utility class for running closures.
ClosureTask - Class in org.schmant.task.lang
This task is used by other tasks that run closures.
ClosureTask(Object) - Constructor for class org.schmant.task.lang.ClosureTask
This constructor is used by TaskExecutor for creating a closure task when adding a closure directly to the task executor.
CODE - Static variable in class org.at4j.zip.comp.BZip2CompressionMethod
The unique code for this compression method.
CODE - Static variable in class org.at4j.zip.comp.Deflate64CompressionMethod
The unique code for this compression method.
CODE - Static variable in class org.at4j.zip.comp.DeflatedCompressionMethod
The unique code for this compression method.
CODE - Static variable in class org.at4j.zip.comp.IbmLz77CompressionMethod
The unique code for this compression method.
CODE - Static variable in class org.at4j.zip.comp.IbmTerseCompressionMethod
The unique code for this compression method.
CODE - Static variable in class org.at4j.zip.comp.ImplodedCompressionMethod
The unique code for this compression method.
CODE - Static variable in class org.at4j.zip.comp.LzmaCompressionMethod
The unique code for this compression method.
CODE - Static variable in class org.at4j.zip.comp.PKWareImplodingCompressionMethod
The unique code for this compression method.
CODE - Static variable in class org.at4j.zip.comp.PpmdCompressionMethod
The unique code for this compression method.
CODE - Static variable in class org.at4j.zip.comp.Reduced1CompressionMethod
The unique code for this compression method.
CODE - Static variable in class org.at4j.zip.comp.Reduced2CompressionMethod
The unique code for this compression method.
CODE - Static variable in class org.at4j.zip.comp.Reduced3CompressionMethod
The unique code for this compression method.
CODE - Static variable in class org.at4j.zip.comp.Reduced4CompressionMethod
The unique code for this compression method.
CODE - Static variable in class org.at4j.zip.comp.ShrunkCompressionMethod
The unique code for this compression method.
CODE - Static variable in class org.at4j.zip.comp.StoredCompressionMethod
The unique code for this compression method.
CODE - Static variable in class org.at4j.zip.comp.WavPackCompressionMethod
The unique code for this compression method.
CODE - Static variable in class org.at4j.zip.ef.ExtendedTimestampExtraField
The code that is used to identify this extra field in a Zip file.
CODE - Static variable in class org.at4j.zip.ef.InfoZipUnixExtraField
 
CODE - Static variable in class org.at4j.zip.ef.NewInfoZipUnixExtraField
 
CODE - Static variable in class org.at4j.zip.ef.NtfsExtraField
 
CODE - Static variable in class org.at4j.zip.ef.UnicodeCommentExtraField
The code that is used to identify this extra field in a Zip file.
CODE - Static variable in class org.at4j.zip.ef.UnicodePathExtraField
The code that is used to identify this extra field in a Zip file.
collect(EclipseWorkspace) - Method in class org.schmant.project.eclipse.EclipseWorkspaceInfoCollector
 
collect(IntelliJWorkspace) - Method in class org.schmant.project.intellij.IntelliJModuleInfoCollector
 
collect(IntelliJWorkspace) - Method in class org.schmant.project.intellij.IntelliJProjectInfoCollector
 
collect(T) - Method in interface org.schmant.project.ProjectRepositoryInfoCollector
Collect information for the workspace and return an object containing the parsed information.
combineWith(T) - Method in interface org.at4j.archive.builder.ArchiveEntrySettings
Create a new settings object that contains this object's settings combined with the settings from the supplied object.
combineWith(TarEntrySettings) - Method in class org.at4j.tar.builder.TarEntrySettings
 
combineWith(ZipEntrySettings) - Method in class org.at4j.zip.builder.ZipEntrySettings
Combine this settings object with the supplied object.
CommandErrorException - Exception in org.at4j.support.prog
This checked exception can be thrown by a command if there is an error while it is executing.
CommandErrorException(String) - Constructor for exception org.at4j.support.prog.CommandErrorException
 
commit() - Method in class org.entityfs.util.properties.FileBackedProperties
Commit all modified properties to the backing file.
COMPARATOR - Static variable in class org.entityfs.util.cmp.EntityNameComparator
Singleton instance.
compare(EntityView, EntityView) - Method in class org.entityfs.util.cmp.EntityNameComparator
 
compareTo(SignedInteger) - Method in class org.at4j.support.lang.SignedInteger
 
compareTo(SignedLong) - Method in class org.at4j.support.lang.SignedLong
 
compareTo(UnsignedByte) - Method in class org.at4j.support.lang.UnsignedByte
 
compareTo(UnsignedInteger) - Method in class org.at4j.support.lang.UnsignedInteger
 
compareTo(UnsignedLong) - Method in class org.at4j.support.lang.UnsignedLong
 
compareTo(UnsignedShort) - Method in class org.at4j.support.lang.UnsignedShort
 
compareTo(WinNtTime) - Method in class org.at4j.support.util.WinNtTime
 
compareTo(AbsoluteLocation) - Method in class org.entityfs.el.AbsoluteLocation
 
compareTo(RelativeLocation) - Method in class org.entityfs.el.RelativeLocation
 
compareTo(TaskCategory) - Method in class org.schmant.task.tp.taskref.TaskCategory
This compares the category's name, making it easy to sort categories in alphabetical order.
compile(String) - Static method in class org.entityfs.support.util.regexp.Glob
This is an alternative way of creating Glob objects that uses the same approach as the Pattern object.
compile(String, int) - Static method in class org.entityfs.support.util.regexp.Glob
This is an alternative way of creating Glob objects using custom pattern compilation flags.
CompoundEntityHolder - Class in org.entityfs.util
This EntityHolder combines several other EntityHolder:s.
CompoundEntityHolder(List<? extends EntityHolder>) - Constructor for class org.entityfs.util.CompoundEntityHolder
Create a new CompoundEntityHolder from a list of EntityHolder:s.
CompoundEntityHolder(EntityHolder...) - Constructor for class org.entityfs.util.CompoundEntityHolder
Create a new CompoundEntityHolder from some EntityHolder :s
CompoundEntityLock - Class in org.entityfs.lock
This is an EntityLock that contains a collection of EntityLock:s.
CompoundEntityLock(Collection<? extends EntityLock>, boolean) - Constructor for class org.entityfs.lock.CompoundEntityLock
Create a new compound lock instance.
CompoundTask - Class in org.schmant.task.proxy
See CompoundTF
CompoundTaskDependency - Class in org.schmant.run
This object is used to bundle several TaskDependency objects into one.
CompoundTaskDependency() - Constructor for class org.schmant.run.CompoundTaskDependency
 
CompoundTF - Class in org.schmant.task.proxy
Factory for the CompoundTask.
CompoundTF() - Constructor for class org.schmant.task.proxy.CompoundTF
 
CompoundZipEntryInfoProvider - Class in org.entityfs.util.zip
This is a ZipEntryInfoProvider that adds all information from a list of other providers.
CompoundZipEntryInfoProvider() - Constructor for class org.entityfs.util.zip.CompoundZipEntryInfoProvider
Create a CompoundZipEntryInfoProvider with a list of providers that is initially empty.
CompoundZipEntryInfoProvider(Collection<? extends ZipEntryInfoProvider>) - Constructor for class org.entityfs.util.zip.CompoundZipEntryInfoProvider
Create a CompoundZipEntryInfoProvider that initially contains the provided collection of providers, listed in the order that they are returned when iterating over the collection.
CompressionLevel - Enum in org.at4j.comp
This is an enumeration over different generic compression levels supported by some of At4J's compression algorithm.
containsEntity(String) - Method in interface org.entityfs.EntityHolder
Can an entity with the given name be retrieved from this object? If this is called on a symbolic link, it is checked if the link target is a directory and that directory contains an entity with the given name.
containsEntity(EntityView) - Method in interface org.entityfs.EntityHolder
Does this entity holder contain the supplied entity? If this is called on a symbolic link, it is checked if the link target is a directory and that directory contains the entity.
containsEntity(String) - Method in class org.entityfs.ram.RamDirectoryAdapter
 
containsEntity(String) - Method in class org.entityfs.util.AggregatingEntityRepository
 
containsEntity(EntityView) - Method in class org.entityfs.util.AggregatingEntityRepository
 
containsEntity(String) - Method in class org.entityfs.util.CompoundEntityHolder
 
containsEntity(EntityView) - Method in class org.entityfs.util.CompoundEntityHolder
 
containsEntity(EntityHolder, String) - Static method in class org.entityfs.util.Directories
Does the directory contain an entity with the supplied name? If this is called with a EntityAcceptingEntityView argument, only entities that are visible in that view are accounted for.
containsEntity(EntityHolder, RelativeLocation) - Static method in class org.entityfs.util.Directories
Is there an entity at the given location relative to the entity holder? If this is called with a EntityAcceptingEntityView argument, only entities that are visible in that view are accounted for.
containsEntity(String) - Method in class org.entityfs.zip.ZipDirectoryAdapter
 
containsEntityMatching(EntityListable, String) - Static method in class org.entityfs.util.Directories
Is there one and only one entity in the EntityListable with a name that matches the given glob pattern?
containsEntityMatching(EntityListable, Pattern) - Static method in class org.entityfs.util.Directories
Is there one and only one entity in the EntityListable with a name that matches the given regular expression pattern?
containsKey(Object) - Method in class org.at4j.tar.TarFile
Does the Tar archive contain the specified key (which should be an AbsoluteLocation object)?
containsKey(Object) - Method in class org.at4j.zip.ZipFile
Does the Zip file contain an entry at the specified absolute location?
containsKey(Object) - Method in class org.entityfs.util.properties.FileBackedProperties
 
containsNode(AbsoluteLocation) - Method in class org.entityfs.zip.ZipFileSystemAdapter
 
containsValue(Object) - Method in class org.at4j.tar.TarFile
Does the Tar archive contain the specified value (which should be some kind of TarEntry object)?
containsValue(Object) - Method in class org.at4j.zip.ZipFile
Does the Zip file contain the specified Zip entry?
containsValue(Object) - Method in class org.entityfs.util.properties.FileBackedProperties
 
ConvenientFilter<T> - Interface in org.entityfs.support.filter
This interface adds a few convenience methods for combining different filters.
convertBackslashesToSlashes(String) - Method in class org.schmant.arg.AbstractArgumentInterpretationStrategy
Convert all backslashes in the string to forward slashes.
convertWindowsSlashes(String) - Static method in class org.entityfs.el.EntityLocations
Convert all Windows (back-)slashes to forward slashes.
copy(DirectoryView, String, EntityLock...) - Method in interface org.entityfs.EntityView
Deprecated. This method will be removed in the next release of EntityFS!
copy(DirectoryView, String, boolean, EntityLock...) - Method in interface org.entityfs.EntityView
Copy the viewed entity to a new directory and possibly give the target another name.
copy(EntityView) - Method in class org.entityfs.event.AbstractChildEntitiesEvent
 
copy(EntityView, Collection<? extends EntityView>) - Method in interface org.entityfs.event.ChildEntitiesEvent
This is a variant of EntityEvent.copy(EntityView) that sets the given entity view as sender and the collection of entity views as child entities.
copy(EntityView, Collection<? extends EntityView>) - Method in class org.entityfs.event.ChildEntityAddedEvent
 
copy(EntityView, Collection<? extends EntityView>) - Method in class org.entityfs.event.ChildEntityDisappearedEvent
 
copy(EntityView, Collection<? extends EntityView>) - Method in class org.entityfs.event.ChildEntityModifiedEvent
 
copy(EntityView, Collection<? extends EntityView>) - Method in class org.entityfs.event.ChildEntityRemovedEvent
 
copy(EntityView, Collection<? extends EntityView>) - Method in class org.entityfs.event.ChildEntityRenamedEvent
 
copy(EntityView) - Method in class org.entityfs.event.EntityDeletedEvent
 
copy(EntityView) - Method in class org.entityfs.event.EntityDisappearedEvent
 
copy(EntityView) - Method in interface org.entityfs.event.EntityEvent
Copy this event, but set the given entity view as sender.
copy(EntityView) - Method in class org.entityfs.event.EntityModifiedEvent
 
copy(EntityView) - Method in class org.entityfs.event.EntityRenamedEvent
 
copy(EntityView) - Method in class org.entityfs.event.NewEntityEvent
 
copy(OutputStream) - Method in interface org.entityfs.ReadWritableFile
Dump the file contents to the stream.
copy(WritableByteChannel) - Method in interface org.entityfs.ReadWritableFile
Copy the file's contents to the WritableByteChannel.
copy(OutputStream) - Method in class org.entityfs.util.base.AbstractReadWritableFile
 
copy(WritableByteChannel) - Method in class org.entityfs.util.base.AbstractReadWritableFile
 
copy(EntityView, EntityLocation<? extends EntityLocation<?>>) - Static method in class org.entityfs.util.Entities
Copies the contents of the entity to a new entity in a directory.
copy(EntityView, EntityAcceptingEntityView<?>) - Static method in class org.entityfs.util.Entities
Copies the contents of the entity to a new entity in the target directory.
copy(EntityView, EntityAcceptingEntityView<?>, boolean) - Static method in class org.entityfs.util.Entities
Copies the contents of the entity to a new entity in the target directory.
copy(EntityView, EntityAcceptingEntityView<?>, String) - Static method in class org.entityfs.util.Entities
Copies the contents of the entity to an entity with another name in the target directory.
copy(EntityView, EntityAcceptingEntityView<?>, String, boolean) - Static method in class org.entityfs.util.Entities
Copies the contents of the entity to an entity with another name in the target directory.
copy(EntityView, EntityAcceptingEntityView<?>, EntityCopySpecification) - Static method in class org.entityfs.util.Entities
Copies the contents of the entity to an entity in the target directory.
copy(Collection<? extends EntityView>, EntityAcceptingEntityView<?>, EntityCopySpecification) - Static method in class org.entityfs.util.Entities
Copy a collection of entities to a target directory.
copy(Collection<? extends EntityView>, EntityAcceptingEntityView<?>) - Static method in class org.entityfs.util.Entities
Copy a collection of entities to a target directory.
copy(OverwriteStrategy, boolean) - Method in class org.entityfs.util.IteratorCopier
Copy all entities returned from the iterator.
copy(boolean, boolean) - Method in class org.entityfs.util.IteratorCopier
Copy all entities returned from the iterator.
copy() - Method in class org.entityfs.util.IteratorCopier
Copy all entities returned from the iterator.
copy(EntityView, Collection<? extends EntityView>) - Method in class org.entityfs.util.obs.polling.ChildEntitiesAddedEvent
 
copy(EntityView, Collection<? extends EntityView>) - Method in class org.entityfs.util.obs.polling.ChildEntitiesModifiedEvent
 
copy(EntityView, Collection<? extends EntityView>) - Method in class org.entityfs.util.obs.polling.ChildEntitiesRemovedEvent
 
copy(EntityView, Collection<? extends EntityView>) - Method in class org.entityfs.util.obs.polling.ChildEntitiesStabilizedEvent
 
copy() - Method in class org.schmant.task.stub.AbstractTaskFactory
 
copy() - Method in interface org.schmant.task.TaskFactory
Create a copy of this task factory.
copyAttributes(EntityView) - Method in interface org.entityfs.EntityView
Copy entity attributes from this entity to the target entity.
copyAttributes(EntityView, EntityView) - Static method in class org.entityfs.util.Entities
Copy attributes from e1 to e2.
copyChannels(ReadableByteChannel, WritableByteChannel, int, long) - Static method in class org.entityfs.support.io.StreamUtil
Copy binary data read from the readable byte channel to the writable byte channel.
copyChannels(ReadableByteChannel, WritableByteChannel, int) - Static method in class org.entityfs.support.io.StreamUtil
Copy binary data read from the readable byte channel to the writable byte channel.
copyContents(ReadableFile, T) - Static method in class org.entityfs.util.Files
Copy the contents of f1 to f2, replacing f2's previous contents.
copyFile(File, File) - Static method in class org.schmant.support.io.FileSupport
Copy the contents of the from file to the to file.
copyFileContents(ReadableFile, EntityAcceptingEntityView<?>, String) - Static method in class org.entityfs.util.Entities
Copy the contents of the ReadableFile to a new file in the supplied EntityAcceptingEntityView (commonly a Directory ).
copyFileContents(NamedReadableFile, EntityAcceptingEntityView<?>) - Static method in class org.entityfs.util.Entities
Copy the contents of the NamedReadableFile to a new file with the same name in the supplied EntityAcceptingEntityView (commonly a Directory).
copyFrom(ReadableByteChannel) - Method in class org.entityfs.zip.ZipFileAdapter
 
copyProperties(AntTask) - Method in class org.schmant.task.apache.ant.AntTask
 
copyProperties(BZip2Task) - Method in class org.schmant.task.at4j.bzip2.BZip2Task
 
copyProperties(LzmaTask) - Method in class org.schmant.task.at4j.lzma.LzmaTask
 
copyProperties(TarTask) - Method in class org.schmant.task.at4j.tar.TarTask
 
copyProperties(At4JZipTask) - Method in class org.schmant.task.at4j.zip.At4JZipTask
 
copyProperties(ExtFindbugsTask) - Method in class org.schmant.task.findbugs.ExtFindbugsTask
 
copyProperties(HtmlLinkValidationTask) - Method in class org.schmant.task.html.HtmlLinkValidationTask
 
copyProperties(ChmodTask) - Method in class org.schmant.task.io.ChmodTask
 
copyProperties(CopyTask) - Method in class org.schmant.task.io.CopyTask
 
copyProperties(GZipTask) - Method in class org.schmant.task.io.gzip.GZipTask
 
copyProperties(TreeCopyTask) - Method in class org.schmant.task.io.TreeCopyTask
 
copyProperties(TreeDeleteTask) - Method in class org.schmant.task.io.TreeDeleteTask
 
copyProperties(T) - Method in class org.schmant.task.io.zip.AbstractJavaZipTask
 
copyProperties(T) - Method in class org.schmant.task.jdk.jar.AbstractJarTask
 
copyProperties(EarTask) - Method in class org.schmant.task.jdk.jar.EarTask
 
copyProperties(WarTask) - Method in class org.schmant.task.jdk.jar.WarTask
 
copyProperties(ExtJarSignerTask) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTask
 
copyProperties(ExtJavaTask) - Method in class org.schmant.task.jdk.java.ExtJavaTask
 
copyProperties(ExtJavacTask) - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTask
 
copyProperties(ExtJavadocTask) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTask
 
copyProperties(ExtJUnit4Task) - Method in class org.schmant.task.junit4.ExtJUnit4Task
 
copyProperties(ClosureTask) - Method in class org.schmant.task.lang.ClosureTask
 
copyProperties(ForEachSourceTask) - Method in class org.schmant.task.meta.ForEachSourceTask
 
copyProperties(RecursiveActionTask) - Method in class org.schmant.task.meta.RecursiveActionTask
 
copyProperties(RecursiveProcessTask) - Method in class org.schmant.task.meta.RecursiveProcessTask
 
copyProperties(ExtProcessTask) - Method in class org.schmant.task.process.ExtProcessTask
 
copyProperties(CompoundTask) - Method in class org.schmant.task.proxy.CompoundTask
 
copyProperties(ErrorIgnoringTask) - Method in class org.schmant.task.proxy.ErrorIgnoringTask
 
copyProperties(RedirectReportTask) - Method in class org.schmant.task.proxy.RedirectReportTask
 
copyProperties(ReplaceSourceFileTask) - Method in class org.schmant.task.proxy.ReplaceSourceFileTask
 
copyProperties(TimedExecutionTask) - Method in class org.schmant.task.proxy.TimedExecutionTask
 
copyProperties(T) - Method in class org.schmant.task.stub.AbstractActionTask
Override the implementation from AbstractTask to copy the source properties.
copyProperties(T) - Method in class org.schmant.task.stub.AbstractCallbackRecursiveActionTask
 
copyProperties(T) - Method in class org.schmant.task.stub.AbstractCallbackRecursiveProcessTask
 
copyProperties(T) - Method in class org.schmant.task.stub.AbstractGeneratorTask
Override the method inherited from AbstractTask to copy the target and overwrite strategy properties.
copyProperties(T) - Method in class org.schmant.task.stub.AbstractProcessOneFileTask
 
copyProperties(T) - Method in class org.schmant.task.stub.AbstractProcessTask
 
copyProperties(T) - Method in class org.schmant.task.stub.AbstractTask
Copy the properties to the target object.
copyProperties(T) - Method in class org.schmant.task.svnkit.AbstractSvnCommitTask
 
copyProperties(T) - Method in class org.schmant.task.svnkit.AbstractSvnTask
 
copyProperties(SvnExportTask) - Method in class org.schmant.task.svnkit.SvnExportTask
 
copyProperties(SvnUrlToUrlCopyTask) - Method in class org.schmant.task.svnkit.SvnUrlToUrlCopyTask
 
copyProperties(T) - Method in interface org.schmant.task.TaskSpecification
Copy this specification's properties to the supplied specification object.
copyProperties(T) - Method in class org.schmant.task.template.jdk.java.AbstractExtJavaTask
 
copyProperties(T) - Method in class org.schmant.task.template.jdk.java.AbstractExtJvmTask
 
copyProperties(T) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
 
copyProperties(T) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTask
 
copyProperties(T) - Method in class org.schmant.task.template.process.AbstractExtProcessTask
 
copyProperties(T) - Method in class org.schmant.task.template.proxy.AbstractProxyTask
 
copyProperties(T) - Method in class org.schmant.task.template.text.AbstractTextInsertionTask
 
copyProperties(T) - Method in class org.schmant.task.template.xml.AbstractParseXmlTask
 
copyProperties(T) - Method in class org.schmant.task.text.AbstractAddTextTask
 
copyProperties(ApiLinksTask) - Method in class org.schmant.task.text.apilinks.ApiLinksTask
 
copyProperties(FormatCharacterFileTask) - Method in class org.schmant.task.text.FormatCharacterFileTask
 
copyProperties(IncludeFilesTask) - Method in class org.schmant.task.text.IncludeFilesTask
 
copyProperties(TextReplaceTask) - Method in class org.schmant.task.text.TextReplaceTask
 
copyProperties(T) - Method in class org.schmant.task.tp.AbstractLinkInsertionTask
 
copyProperties(SchmantTaskrefTask) - Method in class org.schmant.task.tp.taskref.SchmantTaskrefTask
 
copyProperties(T) - Method in class org.schmant.task.xml.catalog.AbstractXmlCatalogActionTask
 
copyProperties(AddSystemIdToCatalogTask) - Method in class org.schmant.task.xml.catalog.AddSystemIdToCatalogTask
 
copyProperties(AddUriToCatalogTask) - Method in class org.schmant.task.xml.catalog.AddUriToCatalogTask
 
copyProperties(DomParseXmlTask) - Method in class org.schmant.task.xml.dom.DomParseXmlTask
 
copyProperties(SchemaFactoryTask) - Method in class org.schmant.task.xml.validation.SchemaFactoryTask
 
copyProperties(TemplateCompilerTask) - Method in class org.schmant.task.xml.xslt.TemplateCompilerTask
 
copyProperties(XsltTask) - Method in class org.schmant.task.xml.xslt.XsltTask
 
copyStreams(InputStream, OutputStream, int, long) - Static method in class org.entityfs.support.io.StreamUtil
Copy data read from the input stream to the output stream.
copyStreams(InputStream, OutputStream, int) - Static method in class org.entityfs.support.io.StreamUtil
Copy data read from the input stream to the output stream.
copyStreams(Reader, Writer, int, long) - Static method in class org.entityfs.support.io.StreamUtil
Copy data read from the character reader to the character writer.
copyStreams(Reader, Writer, int) - Static method in class org.entityfs.support.io.StreamUtil
Copy character data from the reader to the writer.
CopyTask - Class in org.schmant.task.io
See CopyTF
CopyTF - Class in org.schmant.task.io
Factory for the copy task.
CopyTF() - Constructor for class org.schmant.task.io.CopyTF
 
copyTo(OutputStream) - Method in class org.entityfs.ram.RamFileAdapter
 
copyTo(WritableByteChannel) - Method in class org.entityfs.ram.RamFileAdapter
 
copyTo(OutputStream) - Method in class org.entityfs.zip.ZipFileAdapter
 
copyTo(WritableByteChannel) - Method in class org.entityfs.zip.ZipFileAdapter
 
CopyUnmatchedMasterEntityStrategy - Class in org.entityfs.util.dirdiff
This UnmatchedMasterEntityStrategy copies an unmatched master entity to the target directory.
CopyUnmatchedMasterEntityStrategy() - Constructor for class org.entityfs.util.dirdiff.CopyUnmatchedMasterEntityStrategy
 
CountingDataSource - Class in org.entityfs.util.io
This DataSource counts how many bytes that are read or skipped past from a proxied data source.
CountingDataSource(DataSource) - Constructor for class org.entityfs.util.io.CountingDataSource
 
CountingInputStream - Class in org.entityfs.support.io
This InputStream counts how many bytes that the client has read from it.
CountingInputStream(InputStream) - Constructor for class org.entityfs.support.io.CountingInputStream
Create a counting input stream that counts how many bytes that are read from the wrapped stream.
CountingOutputStream - Class in org.entityfs.support.io
This OutputStream wraps another OutputStream and counts the number of bytes that are written to it.
CountingOutputStream(OutputStream) - Constructor for class org.entityfs.support.io.CountingOutputStream
 
countObservers() - Method in interface org.entityfs.event.Observable
Count the number of currently listening observers.
countObservers() - Method in class org.entityfs.util.obs.polling.PollingDirectoryMonitorer
Get the number of observers.
create(ZipGeneralPurposeBitFlags) - Method in class org.at4j.zip.comp.BZip2CompressionMethod
 
create(ZipGeneralPurposeBitFlags) - Method in class org.at4j.zip.comp.Deflate64CompressionMethod
 
create(ZipGeneralPurposeBitFlags) - Method in class org.at4j.zip.comp.DeflatedCompressionMethodFactory
 
create(ZipGeneralPurposeBitFlags) - Method in class org.at4j.zip.comp.IbmLz77CompressionMethod
 
create(ZipGeneralPurposeBitFlags) - Method in class org.at4j.zip.comp.IbmTerseCompressionMethod
 
create(ZipGeneralPurposeBitFlags) - Method in class org.at4j.zip.comp.ImplodedCompressionMethod
 
create(ZipGeneralPurposeBitFlags) - Method in class org.at4j.zip.comp.LzmaCompressionMethod
 
create(ZipGeneralPurposeBitFlags) - Method in class org.at4j.zip.comp.PKWareImplodingCompressionMethod
 
create(ZipGeneralPurposeBitFlags) - Method in class org.at4j.zip.comp.PpmdCompressionMethod
 
create(ZipGeneralPurposeBitFlags) - Method in class org.at4j.zip.comp.Reduced1CompressionMethod
 
create(ZipGeneralPurposeBitFlags) - Method in class org.at4j.zip.comp.Reduced2CompressionMethod
 
create(ZipGeneralPurposeBitFlags) - Method in class org.at4j.zip.comp.Reduced3CompressionMethod
 
create(ZipGeneralPurposeBitFlags) - Method in class org.at4j.zip.comp.Reduced4CompressionMethod
 
create(ZipGeneralPurposeBitFlags) - Method in class org.at4j.zip.comp.ShrunkCompressionMethod
 
create(ZipGeneralPurposeBitFlags) - Method in class org.at4j.zip.comp.StoredCompressionMethod
 
create(ZipGeneralPurposeBitFlags) - Method in class org.at4j.zip.comp.WavPackCompressionMethod
 
create(ZipGeneralPurposeBitFlags) - Method in interface org.at4j.zip.comp.ZipEntryCompressionMethodFactory
Create a compression method instance.
create(boolean, AbsoluteLocation, UnixEntityType, Object, ZipEntrySettings) - Method in class org.at4j.zip.ef.ExtendedTimestampExtraFieldFactory
 
create(boolean, AbsoluteLocation, UnixEntityType, Object, ZipEntrySettings) - Method in class org.at4j.zip.ef.InfoZipUnixExtraFieldFactory
 
create(boolean, AbsoluteLocation, UnixEntityType, Object, ZipEntrySettings) - Method in class org.at4j.zip.ef.NewInfoZipUnixExtraFieldFactory
 
create(boolean, AbsoluteLocation, UnixEntityType, Object, ZipEntrySettings) - Method in class org.at4j.zip.ef.NtfsExtraFieldFactory
 
create(boolean, AbsoluteLocation, UnixEntityType, Object, ZipEntrySettings) - Method in class org.at4j.zip.ef.UnicodeCommentExtraFieldFactory
 
create(boolean, AbsoluteLocation, UnixEntityType, Object, ZipEntrySettings) - Method in class org.at4j.zip.ef.UnicodePathExtraFieldFactory
 
create(boolean, AbsoluteLocation, UnixEntityType, Object, ZipEntrySettings) - Method in class org.at4j.zip.ef.UnparsedZipEntryExtraFieldFactory
 
create(boolean, AbsoluteLocation, UnixEntityType, Object, ZipEntrySettings) - Method in interface org.at4j.zip.ef.ZipEntryExtraFieldFactory
Create a new ZipEntryExtraField object based on the supplied information about the entity to Zip.
create(UnixEntityType, AbsoluteLocation, Object) - Method in class org.at4j.zip.extattrs.MsDosExternalFileAttributesFactory
 
create(UnixEntityType, AbsoluteLocation, Object) - Method in class org.at4j.zip.extattrs.NtfsExternalFileAttributesFactory
 
create(UnixEntityType, AbsoluteLocation, Object) - Method in class org.at4j.zip.extattrs.UnixExternalFileAttributesFactory
 
create(UnixEntityType, AbsoluteLocation, Object) - Method in interface org.at4j.zip.extattrs.ZipExternalFileAttributesFactory
Create external file attributes for the entry to Zip.
create() - Method in interface org.entityfs.FileSystemBuilder
Create the file system that is being built by this builder object.
create() - Method in class org.entityfs.ram.AbstractRamEntityAdapter
 
create() - Method in interface org.entityfs.support.lang.ObjectFactory
Create a new instance of the object.
create() - Method in class org.entityfs.util.io.ByteArrayInputStreamFactory
 
create() - Method in class org.entityfs.util.io.ReadableFileInputStreamFactory
 
create(EntityLock) - Method in class org.entityfs.util.zip.AbstractZipCreator
Create the Zip file.
create() - Method in class org.entityfs.util.zip.AbstractZipCreator
Create the Zip file.
create(LauncherSettings, Report) - Method in class org.schmant.app.groovy.GroovyExecutorFactory
 
create(LauncherSettings, Report) - Method in class org.schmant.app.jruby.JRubyExecutorFactory
 
create(LauncherSettings, Report) - Method in class org.schmant.app.js.JsScriptExecutorFactory
 
create(LauncherSettings, Report) - Method in class org.schmant.app.jython.JythonExecutorFactory
 
create(LauncherSettings, Report) - Method in class org.schmant.ScriptExecutorFactory
Create a ScriptExecutor.
create() - Method in interface org.schmant.support.FutureEntityFactory
Create a FutureEntity.
create() - Method in class org.schmant.support.IncrementingFutureEntityFactory
Create a new future entity and increment the internal index number.
create() - Method in class org.schmant.task.stub.AbstractTaskFactory
 
create() - Method in interface org.schmant.task.TaskFactory
Create a task.
createAdapterFactory() - Method in class org.entityfs.fs.AbstractFSFileSystemBuilder
 
createAdapterFactory() - Method in class org.entityfs.jar.JarFileSystemBuilder
 
createAdapterFactory() - Method in class org.entityfs.ram.RamFileSystemBuilder
 
createAdapterFactory() - Method in class org.entityfs.zip.ZipFileSystemBuilder
 
createAllPlacesTag(String) - Static method in class org.schmant.task.template.jdk.javadoc.JavadocTagDefinition
Create a new tag that may occur in all places.
createAndConfigureProxiedTask() - Method in class org.schmant.task.template.proxy.AbstractProxyTask
Create and configure the proxied task.
createChildIteratorContext(U, T) - Method in class org.entityfs.util.itr.AbstractIterator
 
createChildIteratorContext(EntityView, DepthFirstIteratorContextImpl) - Method in class org.entityfs.util.itr.DepthFirstIteratorImpl
 
createChildIteratorContext(EntityView, DepthLastIteratorContextImpl) - Method in class org.entityfs.util.itr.DepthLastIteratorImpl
 
createChildIteratorContext(EntityAndRelativeLocation<EntityView>, LocationAwareDepthFirstIteratorContextImpl) - Method in class org.entityfs.util.itr.LocationAwareDepthFirstIteratorImpl
 
createChildIteratorContext(EntityAndRelativeLocation<EntityView>, LocationAwareDepthLastIteratorContextImpl) - Method in class org.entityfs.util.itr.LocationAwareDepthLastIteratorImpl
 
createClasspathFileParser() - Method in class org.schmant.plugin.eclipse.java.EclipseJavaProjectCreatorPlugin
This is called by the constructor to create a ClasspathFileParser .
createDefaultChildEntityManagerFactory(FileSystemAdapter, LogAdapterHolder) - Method in class org.entityfs.ram.RamFileSystemBuilder
 
createDisabledTag(String) - Static method in class org.schmant.task.template.jdk.javadoc.JavadocTagDefinition
Create a new disabled tag.
createEclipseProject(EclipseWorkspace, DirectoryView, EclipseWorkspaceConfiguration, Report) - Method in class org.schmant.project.eclipse.EclipseWorkspaceInfoCollector
Create an Eclipse project from the contents in a project directory.
createEclipseProjectFromProjectInfo(EclipseWorkspace, DirectoryView, EclipseWorkspaceSettings, EclipseWorkspaceConfiguration, DirectoryView, EclipseProjectInfo) - Method in class org.schmant.plugin.eclipse.java.EclipseJavaProjectCreatorPlugin
Create a Project from information parsed from a .project file.
createEntityAdapter(EntityType, FileSystemAdapter, DirectoryAdapter, String, Object, boolean) - Method in class org.entityfs.zip.ZipAdapterFactory
 
createEntityLockAdapter(Lockable) - Method in interface org.entityfs.lock.EntityLockAdapterFactory
Create and return an entity lock adapter for the lockable object.
createEntityLockForIdentifier(Object, boolean, boolean) - Method in interface org.entityfs.lock.EntityLockAdapter
This must be called before using a lock to ensure that it exists in the lock adapter.
createExecutor() - Method in class org.schmant.run.TaskExecutor
Create the thread pool Executor that is used for running tasks.
createExecutorService(int) - Static method in class org.at4j.comp.bzip2.BZip2OutputStream
Create a BZip2EncoderExecutorService that can be shared between several BZip2OutputStream:s to spread the bzip2 encoding work over several threads.
createExecutorService() - Static method in class org.at4j.comp.bzip2.BZip2OutputStream
Create a BZip2EncoderExecutorService that can be shared between several BZip2OutputStream:s to spread the bzip2 encoding work over several threads.
createFileInputStream(File) - Method in interface org.entityfs.support.io.FileInputStreamFactory
Create a FileInputStream on the file.
createFileInputStream(File) - Method in class org.entityfs.support.io.FileInputStreamFactoryImpl
 
createFileInputStream(File) - Method in class org.entityfs.util.io.LockAwareFileInputStreamFactoryImpl
 
createFileOutputStream(File, boolean) - Method in interface org.entityfs.support.io.FileOutputStreamFactory
Create a FileOutputStream on the file.
createFileOutputStream(File, boolean) - Method in class org.entityfs.support.io.FileOutputStreamFactoryImpl
 
createFileOutputStream(File, boolean) - Method in class org.entityfs.util.io.LockAwareFileOutputStreamFactoryImpl
 
createFileSystem(SupportObjects, FileSystemDelegate) - Method in class org.entityfs.fs.FSROFileSystemBuilder
 
createFileSystem(SupportObjects, FileSystemDelegate) - Method in class org.entityfs.fs.FSRWFileSystemBuilder
 
createFileSystem(SupportObjects, FileSystemDelegate) - Method in class org.entityfs.jar.JarFileSystemBuilder
 
createFileSystem(SupportObjects, FileSystemDelegate) - Method in class org.entityfs.ram.RamFileSystemBuilder
 
createFileSystem(SupportObjects, FileSystemDelegate) - Method in class org.entityfs.zip.ZipFileSystemBuilder
 
createFileSystemAdapter(AdapterFactory, LogAdapterHolder, int) - Method in class org.entityfs.zip.ZipAdapterFactory
Create the Zip file system adapter.
createFileSystemDelegate(FileSystemAdapter) - Method in class org.entityfs.fs.FSROFileSystemBuilder
 
createFileSystemDelegate(FileSystemAdapter) - Method in class org.entityfs.fs.FSRWFileSystemBuilder
 
createFileSystemDelegate(FileSystemAdapter) - Method in class org.entityfs.jar.JarFileSystemBuilder
 
createFileSystemDelegate(FileSystemAdapter) - Method in class org.entityfs.ram.RamFileSystemBuilder
 
createFileSystemDelegate(FileSystemAdapter) - Method in class org.entityfs.zip.ZipFileSystemBuilder
 
createFromString(String) - Static method in class org.schmant.task.template.jdk.javadoc.JavadocTagDefinition
Create a tag definition from its string representation.
createFutureEntity(Object) - Method in class org.schmant.support.FutureEntityIndexStrategy
 
createFutureEntity(Object) - Method in interface org.schmant.support.FutureEntityStrategy
Create a future entity.
createImlFileParser() - Method in class org.schmant.plugin.intellij.java.IntelliJJavaModuleCreatorPlugin
This method is called by this object's constructor to create a ImlFileParser instance.
createInputStream(int, T) - Method in class org.at4j.comp.prog.AbstractStreamCompressionProgram
Create an input stream on the source entity for the given command line arguments.
createInputStream(InputStream, long, long) - Method in class org.at4j.zip.comp.AbstractUnsupportedCompressionMethod
This method always throws an UnsupportedCompressionMethodException.
createInputStream(InputStream, long, long) - Method in class org.at4j.zip.comp.BZip2CompressionMethod
 
createInputStream(InputStream, long, long) - Method in class org.at4j.zip.comp.DeflatedCompressionMethod
 
createInputStream(InputStream, long, long) - Method in class org.at4j.zip.comp.LzmaCompressionMethod
 
createInputStream(InputStream, long, long) - Method in class org.at4j.zip.comp.StoredCompressionMethod
 
createInputStream(InputStream, long, long) - Method in interface org.at4j.zip.comp.ZipEntryCompressionMethod
Create an InputStream that clients can use to read uncompressed file data from.
createInternalFileAttributes(UnixEntityType, AbsoluteLocation) - Method in class org.at4j.zip.builder.DefaultInternalFileAttributesStrategy
 
createInternalFileAttributes(UnixEntityType, AbsoluteLocation) - Method in interface org.at4j.zip.builder.InternalFileAttributesStrategy
Create internal file attributes based on the supplied information.
createIprFileParser() - Method in class org.schmant.project.intellij.AbstractIntelliJInfoCollector
This is called by the constructor to create an IprFileParser.
createIterator(EntityListable, Filter<? super EntityView>) - Method in class org.entityfs.util.itr.LocationAwareDepthFirstIteratorContextImpl
 
createIterator(EntityListable, Filter<? super EntityView>) - Method in class org.entityfs.util.itr.LocationAwareDepthLastIteratorContextImpl
 
createIterator(SortedMap<AbsoluteLocation, EntityOrReadableFile>) - Method in class org.schmant.task.io.zip.AbstractJavaZipTask
Subclasses implement this to create an iterator that will return ZipEntryInfo objects for each entry in the supplied map.
createIterator() - Method in class org.schmant.task.io.zip.AbstractJavaZipTask
Create the iterator for the ZipCreator.
createIterator(SortedMap<AbsoluteLocation, EntityOrReadableFile>) - Method in class org.schmant.task.io.zip.ZipTask
 
createIterator(SortedMap<AbsoluteLocation, EntityOrReadableFile>) - Method in class org.schmant.task.jdk.jar.AbstractJarTask
 
createLock(Object) - Method in interface org.entityfs.EntityView
Create a lock in the viewed entity's EntityLockAdapter.
createLockAdapter() - Method in interface org.entityfs.lock.LockAdapterFactory
Create and return a LockAdapter.
createLockForIdentifier(Object) - Method in interface org.entityfs.lock.LockAdapter
Create a lock for the unique (in the lock adapter instance) identifier.
createModule(IntelliJWorkspace, DirectoryView, NamedReadableFile, Map<String, List<JavaProjectClasspathEntry>>, IntelliJWorkspaceSettings) - Method in class org.schmant.plugin.intellij.java.IntelliJJavaModuleCreatorPlugin
This method delegates to this object's ImlFileParser to create the Project.
createModule(IntelliJWorkspace, DirectoryView, NamedReadableFile, Map<String, List<JavaProjectClasspathEntry>>, IntelliJWorkspaceSettings) - Method in interface org.schmant.project.intellij.IntelliJModuleCreatorPlugin
Create an IntelliJ module (a project) from the contents of the supplied .iml file.
createOutputStream(int, T) - Method in class org.at4j.comp.prog.AbstractStreamCompressionProgram
Create an output stream on the target entity for the given command line arguments.
createOutputStream(OutputStream) - Method in class org.at4j.zip.comp.AbstractUnsupportedCompressionMethod
This method always throws an UnsupportedCompressionMethodException.
createOutputStream(OutputStream) - Method in class org.at4j.zip.comp.BZip2CompressionMethod
 
createOutputStream(OutputStream) - Method in class org.at4j.zip.comp.DeflatedCompressionMethod
 
createOutputStream(OutputStream) - Method in class org.at4j.zip.comp.LzmaCompressionMethod
 
createOutputStream(OutputStream) - Method in class org.at4j.zip.comp.StoredCompressionMethod
 
createOutputStream(OutputStream) - Method in interface org.at4j.zip.comp.ZipEntryCompressionMethod
Create an OutputStream that compresses the data written to it and writes it to the wrapped output stream.
createOutputStream(WritableFile) - Method in class org.entityfs.util.jar.JarCreator
Override the inherited method to open a JarOutputStream instead.
createOutputStream(WritableFile) - Method in class org.entityfs.util.zip.AbstractZipCreator
Create the output stream to write contents to.
createProject(EclipseWorkspace, DirectoryView, EclipseWorkspaceSettings, EclipseWorkspaceConfiguration, DirectoryView) - Method in class org.schmant.plugin.eclipse.java.EclipseJavaProjectCreatorPlugin
 
createProject(EclipseWorkspace, DirectoryView, EclipseWorkspaceSettings, EclipseWorkspaceConfiguration, DirectoryView) - Method in interface org.schmant.project.eclipse.EclipseProjectCreatorPlugin
Attempt to create a project from the contents of the supplied directory.
createProjectFileParser() - Method in class org.schmant.plugin.eclipse.java.EclipseJavaProjectCreatorPlugin
This is called by the constructor to create a ProjectFileParser.
createRamFileSystem() - Static method in class org.schmant.support.entityfs.SchmantFileSystems
Create a memory-backed locking file system and return its root directory.
createRandomAccess(RandomAccess, long, long) - Method in class org.at4j.zip.comp.AbstractUnsupportedCompressionMethod
This method always throws an UnsupportedCompressionMethodException.
createRandomAccess(RandomAccess, long, long) - Method in class org.at4j.zip.comp.BZip2CompressionMethod
This method always throws an UnsupportedOperationException.
createRandomAccess(RandomAccess, long, long) - Method in class org.at4j.zip.comp.DeflatedCompressionMethod
This method always throws an UnsupportedOperationException.
createRandomAccess(RandomAccess, long, long) - Method in class org.at4j.zip.comp.LzmaCompressionMethod
This method always throws an UnsupportedOperationException.
createRandomAccess(RandomAccess, long, long) - Method in class org.at4j.zip.comp.StoredCompressionMethod
 
createRandomAccess(RandomAccess, long, long) - Method in interface org.at4j.zip.comp.ZipEntryCompressionMethod
Open a read only random access object on the file entry's data.
createRandomAccessFile(File, RandomAccessMode) - Method in interface org.entityfs.support.io.RandomAccessFileFactory
Create a RandomAccessFile on the file.
createRandomAccessFile(File, RandomAccessMode) - Method in class org.entityfs.support.io.RandomAccessFileFactoryImpl
 
createRandomAccessFile(File, RandomAccessMode) - Method in class org.entityfs.util.io.LockAwareRandomAccessFileFactoryImpl
Does not unlock the lock in case of errors.
createReplaces(ReadableFile) - Method in class org.schmant.task.template.text.AbstractTextInsertionTask
Subclasses implement this method to create the replaces that it uses.
createReplaces(ReadableFile) - Method in class org.schmant.task.text.apilinks.ApiLinksTask
 
createReplaces(ReadableFile) - Method in class org.schmant.task.text.IncludeFilesTask
 
createReplaces(ReadableFile) - Method in class org.schmant.task.text.TextReplaceTask
Create replaces in the form of ReplacementTextStrategy objects from the replaces property.
createReplaces(ReadableFile) - Method in class org.schmant.task.tp.AbstractLinkInsertionTask
 
createReplacesFromBaseUrl(String) - Method in class org.schmant.task.tp.AbstractLinkInsertionTask
 
createReplacesFromBaseUrl(String) - Method in class org.schmant.task.tp.ailinks.ArgumentInterpreterLinksTask
 
createReplacesFromBaseUrl(String) - Method in class org.schmant.task.tp.tflinks.TaskFactoryLinksTask
 
createRepository(SVNURL) - Static method in class org.schmant.task.svnkit.SvnTaskSupport
Create a repository client object with the repository located at the supplied URL address.
createSpecification() - Method in class org.schmant.task.apache.ant.AntTF
 
createSpecification() - Method in class org.schmant.task.at4j.bzip2.BZip2TF
 
createSpecification() - Method in class org.schmant.task.at4j.lzma.LzmaTF
 
createSpecification() - Method in class org.schmant.task.at4j.tar.TarTF
 
createSpecification() - Method in class org.schmant.task.at4j.tar.UntarTF
 
createSpecification() - Method in class org.schmant.task.at4j.zip.At4JUnzipTF
 
createSpecification() - Method in class org.schmant.task.at4j.zip.At4JZipTF
 
createSpecification() - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
createSpecification() - Method in class org.schmant.task.html.HtmlLinkValidationTF
 
createSpecification() - Method in class org.schmant.task.io.ChmodTF
 
createSpecification() - Method in class org.schmant.task.io.CopyTF
 
createSpecification() - Method in class org.schmant.task.io.DeleteTF
 
createSpecification() - Method in class org.schmant.task.io.gzip.GZipTF
 
createSpecification() - Method in class org.schmant.task.io.MoveTF
 
createSpecification() - Method in class org.schmant.task.io.TreeCopyTF
 
createSpecification() - Method in class org.schmant.task.io.TreeDeleteTF
 
createSpecification() - Method in class org.schmant.task.io.zip.ZipTF
 
createSpecification() - Method in class org.schmant.task.jdk.jar.EarTF
 
createSpecification() - Method in class org.schmant.task.jdk.jar.JarTF
 
createSpecification() - Method in class org.schmant.task.jdk.jar.WarTF
 
createSpecification() - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
createSpecification() - Method in class org.schmant.task.jdk.java.JavaTF
 
createSpecification() - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTF
 
createSpecification() - Method in class org.schmant.task.jdk.javac.jdk6.Jdk6JavacTF
 
createSpecification() - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
createSpecification() - Method in class org.schmant.task.junit4.JUnit4TF
 
createSpecification() - Method in class org.schmant.task.meta.ForEachSourceTF
 
createSpecification() - Method in class org.schmant.task.meta.RecursiveActionTF
 
createSpecification() - Method in class org.schmant.task.meta.RecursiveProcessTF
 
createSpecification() - Method in class org.schmant.task.process.ExtProcessTF
 
createSpecification() - Method in class org.schmant.task.project.JavaWorkspaceBuilderTF
 
createSpecification() - Method in class org.schmant.task.proxy.CompoundTF
 
createSpecification() - Method in class org.schmant.task.proxy.ErrorIgnoringTF
 
createSpecification() - Method in class org.schmant.task.proxy.RedirectReportTF
 
createSpecification() - Method in class org.schmant.task.proxy.ReplaceSourceFileTF
 
createSpecification() - Method in class org.schmant.task.proxy.TimedExecutionTF
 
createSpecification() - Method in class org.schmant.task.stub.AbstractTaskFactory
Subclasses implement this to create the task specification object that this factory uses to configure the task that it is creating.
createSpecification() - Method in class org.schmant.task.svnkit.SvnExportTF
 
createSpecification() - Method in class org.schmant.task.svnkit.SvnUrlToUrlCopyTF
 
createSpecification() - Method in class org.schmant.task.text.apilinks.ApiLinksTF
 
createSpecification() - Method in class org.schmant.task.text.FormatCharacterFileTF
 
createSpecification() - Method in class org.schmant.task.text.IncludeFilesTF
 
createSpecification() - Method in class org.schmant.task.text.TextAppendTF
 
createSpecification() - Method in class org.schmant.task.text.TextPrependTF
 
createSpecification() - Method in class org.schmant.task.text.TextReplaceTF
 
createSpecification() - Method in class org.schmant.task.tp.ailinks.ArgumentInterpreterLinksTF
 
createSpecification() - Method in class org.schmant.task.tp.taskref.SchmantTaskrefTF
 
createSpecification() - Method in class org.schmant.task.tp.tflinks.TaskFactoryLinksTF
 
createSpecification() - Method in class org.schmant.task.xml.catalog.AddSystemIdToCatalogTF
 
createSpecification() - Method in class org.schmant.task.xml.catalog.AddUriToCatalogTF
 
createSpecification() - Method in class org.schmant.task.xml.dom.DomParseXmlTF
 
createSpecification() - Method in class org.schmant.task.xml.validation.SchemaFactoryTF
 
createSpecification() - Method in class org.schmant.task.xml.xslt.TemplateCompilerTF
 
createSpecification() - Method in class org.schmant.task.xml.xslt.XsltTF
 
createTag(String) - Static method in class org.schmant.task.template.jdk.javadoc.JavadocTagDefinition
Create a new tag that initially lacks place configuration.
createTargetFile(DirectoryView, String) - Method in class org.entityfs.util.zip.AbstractZipCreator
Create the target Zip file (empty).
createTask() - Method in class org.schmant.task.stub.AbstractTask
 
createTask() - Method in interface org.schmant.task.TaskSpecification
Create a task from this specification object.
createTaskPackage(Directory) - Method in class org.schmant.tpm.TaskPackageManager
Create a new task package from the contents in the directory and register it with this task package manager.
createTempDir() - Static method in class org.schmant.support.io.TempFileUtil
Create a temporary directory in the default temporary files directory (or the directory referenced by the java.io.tmpdir system property if the default temporary files directory is not set).
createTempDir(boolean) - Static method in class org.schmant.support.io.TempFileUtil
Create a temporary directory in the default temporary files directory (or the directory referenced by the java.io.tmpdir system property if the default temporary files directory is not set).
createTempDir(File) - Static method in class org.schmant.support.io.TempFileUtil
Create a temporary directory in the supplied directory (which must exist).
createTempDir(String, String, boolean) - Static method in class org.schmant.support.io.TempFileUtil
Create a temporary directory named with the supplied directory name prefix and suffix in the default temporary files directory.
createTempDir(File, String, String, boolean) - Static method in class org.schmant.support.io.TempFileUtil
Create a temporary directory in the given directory named with the supplied directory name prefix and suffix.
createTempDirectory() - Static method in class org.schmant.support.io.TempFileUtil
Create a temporary directory entity in the default temporary files directory.
createTempDirectory(boolean) - Static method in class org.schmant.support.io.TempFileUtil
Create a temporary directory entity in the default temporary files directory.
createTempDirectory(String, String, boolean) - Static method in class org.schmant.support.io.TempFileUtil
Create a temporary directory the in the default temporary files directory.
createTempDirectory(FileSystem) - Static method in class org.schmant.support.io.TempFileUtil
Create a temporary directory entity in the file system's default temporary files directory.
createTempDirectory(DirectoryView) - Static method in class org.schmant.support.io.TempFileUtil
Create a temporary directory entity in the supplied directory.
createTempDirectory(DirectoryView, String, String, boolean) - Static method in class org.schmant.support.io.TempFileUtil
Create a temporary directory entity in the supplied directory.
createTempDirectoryInFSTempFilesDirectoryIfSet(FileSystem) - Static method in class org.schmant.support.io.TempFileUtil
Create a temporary directory entity.
createTempEFile(FileSystem) - Static method in class org.schmant.support.io.TempFileUtil
Create a temporary, initially empty file entity in the file system's default temporary files directory.
createTempEFile(DirectoryView) - Static method in class org.schmant.support.io.TempFileUtil
Create a temporary, initially empty file entity in the supplied directory.
createTempEFile(DirectoryView, String, String, boolean) - Static method in class org.schmant.support.io.TempFileUtil
Create a temporary, initially empty file entity in the supplied directory.
createTempEFile() - Static method in class org.schmant.support.io.TempFileUtil
Create a read/write temporary file entity in the platform's temporary files directory.
createTempEFileInFSTempFilesDirectoryIfSet(FileSystem) - Static method in class org.schmant.support.io.TempFileUtil
Create a temporary, initially empty file entity.
createTempFile(String, String, String) - Method in class org.entityfs.zip.ZipDirectoryAdapter
 
createTempFile() - Static method in class org.schmant.support.io.TempFileUtil
Create a temporary, initially empty, file in the default temporary files directory (or in the directory referenced by the java.io.tmpdir system property if the default temporary files directory is not set).
createTempFile(File) - Static method in class org.schmant.support.io.TempFileUtil
Create a temporary, initially empty, file in the supplied directory (which must exist).
createTempFile(File, String, String, boolean) - Static method in class org.schmant.support.io.TempFileUtil
Create a temporary file in the given directory named with the supplied file name prefix and suffix.
createThreadFactory() - Method in class org.schmant.run.TaskExecutor
Create a thread factory for the Executor.
createWithCompressionLevel(CompressionLevel) - Method in class org.at4j.zip.comp.AbstractUnsupportedCompressionMethod
 
createWithCompressionLevel(CompressionLevel) - Method in class org.at4j.zip.comp.BZip2CompressionMethod
 
createWithCompressionLevel(CompressionLevel) - Method in class org.at4j.zip.comp.DeflatedCompressionMethod
 
createWithCompressionLevel(CompressionLevel) - Method in class org.at4j.zip.comp.LzmaCompressionMethod
 
createWithCompressionLevel(CompressionLevel) - Method in class org.at4j.zip.comp.StoredCompressionMethod
 
createWithCompressionLevel(CompressionLevel) - Method in interface org.at4j.zip.comp.ZipEntryCompressionMethod
Create a new ZipEntryCompressionMethod object that will have the supplied compression level.
createWorkQueue() - Method in class org.schmant.run.TaskExecutor
Create the work queue for the Executor.
createZipEntry(String) - Method in class org.entityfs.util.jar.JarEntryInfoImpl
Override the inherited implementation to create a JarEntry instance instead of a ZipEntry.
createZipEntry(String) - Method in class org.entityfs.util.jar.JarFileEntryInfoImpl
Override the inherited implementation to create a JarEntry instance instead of a ZipEntry.
createZipEntry(String) - Method in class org.entityfs.util.jar.ManualJarEntryInfo
Override the inherited implementation to create a JarEntry instance instead of a ZipEntry.
createZipEntry(String) - Method in class org.entityfs.util.jar.ManualJarFileEntryInfo
Override the inherited implementation to create a JarEntry instance instead of a ZipEntry.
createZipEntry(String) - Method in class org.entityfs.util.zip.ManualZipEntryInfo
Create the ZipEntry instance.
createZipEntry(String) - Method in class org.entityfs.util.zip.ZipEntryInfoImpl
Create the ZipEntry instance.
createZipEntryInfo(EntityView) - Method in class org.entityfs.util.jar.EntityIteratorToJarEntryInfoIteratorAdapter
Override inherited method to create JarEntryInfoImpl instances instead.
createZipEntryInfo(EntityView) - Method in class org.entityfs.util.zip.EntityIteratorToZipEntryInfoIteratorAdapter
This can be overridden by subclasses to create other kinds of ZipEntryInfo objects.
createZipEntryInfo(AbsoluteLocation) - Method in class org.schmant.task.io.zip.ZipTaskZipEntryInfoIterator
Create a ZipEntryInfo object for the entity at the given location.
createZipEntryInfo(AbsoluteLocation) - Method in class org.schmant.task.jdk.jar.JarTaskZipEntryInfoIterator
Override the inherited implementation to return Jar entry info objects.
CreationTimeConfigurable - Interface in org.entityfs.entityattrs
This interface is implemented by classes that can be configured with a creation time.
CURRENT_DIRECTORY - Static variable in class org.entityfs.el.RelativeLocation
This is a constant representing the current directory.
CURRENT_DIRECTORY_STRING - Static variable in interface org.entityfs.el.EntityLocation
The special entity name representing the current entity ("." ).
CustomDocletDecorator<T extends CustomDocletDecorator<T>> - Interface in org.schmant.task.template.jdk.javadoc
This is an interface that can be inherited by custom doclet interfaces.

D

DataInputOutputRandomAccessAdapter - Class in org.entityfs.util.io
Deprecated. This class is deprecated and will be removed in a future release. Use the RandomAccessToDataInputOutputAdapter class instead.
DataInputOutputRandomAccessAdapter(RandomAccess) - Constructor for class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
DataSink - Interface in org.entityfs
This interface defines a sink for data, i.e.
DataSinkToOutputStreamAdapter - Class in org.entityfs.util.io
This object is used to adapt a DataSink to an OutputStream.
DataSinkToOutputStreamAdapter(DataSink) - Constructor for class org.entityfs.util.io.DataSinkToOutputStreamAdapter
 
DataSource - Interface in org.entityfs
This interface defines a source for data, i.e.
DataSourceToInputStreamAdapter - Class in org.entityfs.util.io
This object is used to adapt a DataSource to an InputStream.
DataSourceToInputStreamAdapter(DataSource) - Constructor for class org.entityfs.util.io.DataSourceToInputStreamAdapter
 
debug(Object) - Method in class org.schmant.report.AbstractPrintingReport
 
debug(Object) - Method in class org.schmant.report.AsynchronousReport
 
debug(Object) - Method in class org.schmant.report.MultiplexingReport
 
debug(Object) - Method in interface org.schmant.report.Report
Log a message to debug level (Level.FINE).
debugLogContents(File, Report) - Static method in class org.schmant.support.SchmantUtil
Debug log the contents of a file
decode(int) - Method in class org.at4j.support.comp.ByteMoveToFront
Decode a single byte and update the MTF alphabet.
decode(byte[], byte[]) - Method in class org.at4j.support.comp.ByteMoveToFront
Decode an array of bytes and update the MTF alphabet.
decode(int) - Method in class org.at4j.support.comp.IntMoveToFront
Decode a single integer and update the MTF alphabet.
decode(int[], int[]) - Method in class org.at4j.support.comp.IntMoveToFront
Decode an array of integers and update the MTF alphabet.
decorateCollection(Collection<?>, Object) - Static method in class org.schmant.arg.EntityAndAbsoluteLocation
Create a list of EntityAndAbsoluteLocation for the entities in the supplied collection.
decreaseVerbosityLevel() - Method in class org.schmant.LauncherSettings
 
DEFAULT_ARGUMENT_INTERPRETER_DOC_PAGE - Static variable in class org.schmant.task.tp.ailinks.ArgumentInterpreterLinksTask
 
DEFAULT_BLOCK_SIZE - Static variable in class org.at4j.comp.bzip2.BZip2OutputStreamSettings
The default block size.
DEFAULT_BUFFER_SIZE - Static variable in interface org.entityfs.FileSystemBuilder
When files are copied, data may be temporarily stored in a memory buffer.
DEFAULT_BUFFER_SIZE - Static variable in class org.entityfs.util.base.AbstractReadWritableFile
The default size, in bytes, of internal buffers if no buffer size is set when creating an instance.
DEFAULT_BUFFER_SIZE - Static variable in class org.schmant.support.text.TextReplacer
 
DEFAULT_BUFFER_SIZE - Static variable in class org.schmant.task.template.text.AbstractTextInsertionTask
 
DEFAULT_DICTIONARY_SIZE_EXPONENT - Static variable in class org.at4j.comp.lzma.LzmaOutputStreamSettings
The default dictionary size exponent.
DEFAULT_DIRECTORY_ATTRIBUTES - Static variable in class org.at4j.zip.extattrs.MsDosExternalFileAttributes
 
DEFAULT_DIRECTORY_ATTRIBUTES - Static variable in class org.at4j.zip.extattrs.NtfsExternalFileAttributes
The default directory attributes (archive).
DEFAULT_DIRECTORY_ATTRIBUTES - Static variable in class org.at4j.zip.extattrs.UnixExternalFileAttributes
Default directory attributes (directory, 0755)
DEFAULT_FILE_ATTRIBUTES - Static variable in class org.at4j.zip.extattrs.MsDosExternalFileAttributes
 
DEFAULT_FILE_ATTRIBUTES - Static variable in class org.at4j.zip.extattrs.NtfsExternalFileAttributes
The default file attributes (archive).
DEFAULT_FILE_ATTRIBUTES - Static variable in class org.at4j.zip.extattrs.UnixExternalFileAttributes
Default file attributes (file, 0644)
DEFAULT_FILE_COMMENT - Static variable in class org.at4j.zip.builder.ZipBuilderSettings
The default file comment.
DEFAULT_FILE_SEGMENT_SIZE_BYTES - Static variable in class org.entityfs.ram.RamFileSystemBuilder
The default file segment size is 4096 bytes.
DEFAULT_INSTANCE - Static variable in class org.at4j.zip.comp.LzmaCompressionMethod
Singleton instance.
DEFAULT_INSTANCE - Static variable in class org.at4j.zip.extattrs.MsDosExternalFileAttributesFactory
A singleton instance that uses the default settings for file and directory entries ( MsDosExternalFileAttributes.DEFAULT_FILE_ATTRIBUTES and MsDosExternalFileAttributes.DEFAULT_DIRECTORY_ATTRIBUTES, respectively).
DEFAULT_INSTANCE - Static variable in class org.at4j.zip.extattrs.NtfsExternalFileAttributesFactory
This instance has the default settings for file and directory attributes (NtfsExternalFileAttributes.DEFAULT_FILE_ATTRIBUTES and NtfsExternalFileAttributes.DEFAULT_DIRECTORY_ATTRIBUTES, respectively).
DEFAULT_INSTANCE - Static variable in class org.at4j.zip.extattrs.UnixExternalFileAttributesFactory
This instance has the default settings for this factory ( UnixExternalFileAttributes.DEFAULT_FILE_ATTRIBUTES for files and UnixExternalFileAttributes.DEFAULT_DIRECTORY_ATTRIBUTES for directories).
DEFAULT_LOGGER_NAME - Static variable in class org.entityfs.support.log.Jdk14LogAdapter
The name of the logger that the adapter logs to.
DEFAULT_MATCH_FINDER_ALGORITHM - Static variable in class org.at4j.comp.lzma.LzmaOutputStreamSettings
The default match finder algorithm.
DEFAULT_MAX_DATA_QUEUE_DEPTH - Static variable in class org.at4j.comp.lzma.LzmaInputStreamSettings
The default maximum depth of the incoming data queue.
DEFAULT_MAX_DATA_QUEUE_SIZE - Static variable in class org.at4j.comp.lzma.LzmaOutputStreamSettings
The default maximum number of entries in the data queue used to feed data to the encoder.
DEFAULT_MAX_FILE_SYSTEM_SIZE_BYTES - Static variable in class org.entityfs.ram.RamFileSystemBuilder
The default maximum file system size is -1 bytes (unlimited size).
DEFAULT_NO_OF_ENCODER_THREADS - Static variable in class org.at4j.comp.bzip2.BZip2OutputStreamSettings
The default number of encoder threads.
DEFAULT_NO_OF_HUFFMAN_TREE_REFINEMENT_ITERATIONS - Static variable in class org.at4j.comp.bzip2.BZip2OutputStreamSettings
The default number of Huffman tree refinement iterations.
DEFAULT_NUMBER_OF_LITERAL_CONTEXT_BITS - Static variable in class org.at4j.comp.lzma.LzmaOutputStreamSettings
The default number of literal context bits.
DEFAULT_NUMBER_OF_LITERAL_POS_BITS - Static variable in class org.at4j.comp.lzma.LzmaOutputStreamSettings
The default number of literal pos bits.
DEFAULT_NUMBER_OF_POS_BITS - Static variable in class org.at4j.comp.lzma.LzmaOutputStreamSettings
The default number of pos bits.
DEFAULT_NUMBER_OF_THREADS - Static variable in class org.schmant.run.TaskExecutor
A very safe default (1).
DEFAULT_OVERWRITE_STRATEGY - Static variable in interface org.schmant.task.confable.OverwriteConfigurable
The default value of the overwriting policy.
DEFAULT_POLL_INTERVAL - Static variable in class org.schmant.support.io.AbstractProcessOutputListener
The default poll interval.
DEFAULT_PREFIX - Static variable in class org.schmant.support.io.TempFileUtil
The default name prefix for temporary files and directories.
DEFAULT_READ_UNCOMPRESSED_SIZE - Static variable in class org.at4j.comp.lzma.LzmaInputStreamSettings
By default, the stream tries to read the uncompressed size of the data after reading the decoder properties.
DEFAULT_RETHROW_EXCEPTIONS - Static variable in class org.entityfs.error.LoggingErrorHandlingStrategy
Are Exception:s rethrown by default? (true )
DEFAULT_RETHROW_FILE_SYSTEM_EXCEPTIONS - Static variable in class org.entityfs.error.LoggingErrorHandlingStrategy
Are FileSystemException:s rethrown by default? (true )
DEFAULT_RETHROW_RUNTIME_EXCEPTIONS - Static variable in class org.entityfs.error.LoggingErrorHandlingStrategy
Are RuntimeException:s rethrown by default? (true )
DEFAULT_STABILIZED_LIMIT_MSECS - Static variable in class org.entityfs.util.obs.polling.PollingDirectoryMonitorer
Five seconds.
DEFAULT_STDERR_STRATEGY - Static variable in class org.schmant.task.template.process.ExtProcessSupport
 
DEFAULT_STDOUT_STRATEGY - Static variable in class org.schmant.task.template.process.ExtProcessSupport
 
DEFAULT_SUFFIX - Static variable in class org.schmant.support.io.TempFileUtil
The default name suffix for temporary files and directories.
DEFAULT_TASK_FACTORY_DOC_BASE_URL - Static variable in class org.schmant.task.tp.tflinks.TaskFactoryLinksTask
 
DEFAULT_TEMP_BUFFER_SIZE - Static variable in class org.entityfs.support.io.ReadableByteBufferChannel
 
DEFAULT_TEMP_FILE_SUFFIX - Static variable in interface org.entityfs.Directory
The default suffix for creating temporary files, used when no other suffix is given.
DEFAULT_TRANSFORMER_FACTORY_CLASS_NAME - Static variable in class org.schmant.task.tp.taskref.SchmantTaskrefTask
 
DEFAULT_URL_FOR_API_DOCS - Static variable in class org.schmant.task.tp.taskref.SchmantTaskrefTask
 
DEFAULT_URL_FOR_STYLESHEET - Static variable in class org.schmant.task.tp.taskref.SchmantTaskrefTask
 
DEFAULT_WRITE_STREAM_PROPERTIES - Static variable in class org.at4j.comp.lzma.LzmaOutputStreamSettings
By default the stream properties are written at the head of the stream.
DEFAULT_WRITE_UNCOMPRESSED_DATA_SIZE - Static variable in class org.at4j.comp.lzma.LzmaOutputStreamSettings
By default the size of uncompressed data is written after the stream properties at the head of the stream.
DefaultErrorHandler - Class in org.schmant.task.template.xml
The default ErrorHandler for XML parsing.
DefaultErrorHandler() - Constructor for class org.schmant.task.template.xml.DefaultErrorHandler
 
DefaultInternalFileAttributesStrategy - Class in org.at4j.zip.builder
This is the InternalFileAttributesStrategy implementation that is used by default by the ZipBuilder.
DefaultInternalFileAttributesStrategy() - Constructor for class org.at4j.zip.builder.DefaultInternalFileAttributesStrategy
Create a default internal file attributes strategy instance using the default list of text file name extensions.
DefaultTargetStrategy - Class in org.schmant.task.meta
This is the default implementation of the TargetStrategy interface.
DefaultTargetStrategy() - Constructor for class org.schmant.task.meta.DefaultTargetStrategy
 
defineClass(String, EFile) - Method in class org.entityfs.util.lang.EntityClassLoader
Define the class found in the provided file.
definePackage(String, String, String, String, String, String, String, URL) - Method in class org.entityfs.util.lang.EntityClassLoader
 
Deflate64CompressionMethod - Class in org.at4j.zip.comp
This is the "Deflate64" compression method.
DeflatedCompressionMethod - Class in org.at4j.zip.comp
This is the "Deflated" compression method.
DeflatedCompressionMethod() - Constructor for class org.at4j.zip.comp.DeflatedCompressionMethod
Create a deflated compression method using the default compression level (6).
DeflatedCompressionMethod(int) - Constructor for class org.at4j.zip.comp.DeflatedCompressionMethod
Create a deflated compression method using the specified compression level.
DeflatedCompressionMethod(CompressionLevel) - Constructor for class org.at4j.zip.comp.DeflatedCompressionMethod
Create a deflated compression method using the specified compression level.
DeflatedCompressionMethodFactory - Class in org.at4j.zip.comp
This factory creates DeflatedCompressionMethod objects.
DeflatedCompressionMethodFactory() - Constructor for class org.at4j.zip.comp.DeflatedCompressionMethodFactory
 
Deletable - Interface in org.entityfs
This interface defines something that can be deleted.
delete() - Method in interface org.entityfs.Deletable
Delete the entity from the file system.
delete() - Method in class org.entityfs.ram.AbstractRamEntityAdapter
 
delete() - Method in class org.entityfs.ram.RamFileAdapter
Override to leave back segments to the size guard
delete(EntityView) - Static method in class org.entityfs.util.Entities
Delete the entity.
delete() - Method in class org.entityfs.util.io.ReadWritableFileAdapter
Delete the file.
delete() - Method in class org.entityfs.util.IteratorDeleter
Delete all entities returned from the Iterator supplied when creating this object.
deleteChild(String) - Method in class org.entityfs.ram.RamDirectoryAdapter
 
deleteChild(String) - Method in class org.entityfs.zip.ZipDirectoryAdapter
 
deleteEntities() - Method in class org.entityfs.util.IteratorDeleter
This method calls IteratorDeleter.delete().
deleteEntity(EntityView) - Static method in class org.entityfs.util.Entities
This methods does the same as the Entities.delete(EntityView).
deleteObserver(EntityObserver) - Method in interface org.entityfs.event.Observable
Deregister the observer.
deleteObserver(EntityObserver) - Method in class org.entityfs.util.obs.polling.PollingDirectoryMonitorer
Delete an observer.
deleteObservers() - Method in interface org.entityfs.event.Observable
Deregisters all observers.
deleteObservers() - Method in class org.entityfs.util.obs.polling.PollingDirectoryMonitorer
Delete all observers.
deleteRecursively(EntityView) - Static method in class org.entityfs.util.Entities
Delete an entity recursively.
deleteRecursively(EntityView, boolean) - Static method in class org.entityfs.util.Entities
Delete an entity recursively.
DeleteTask - Class in org.schmant.task.io
See DeleteTF
DeleteTF - Class in org.schmant.task.io
Factory for the delete task.
DeleteTF() - Constructor for class org.schmant.task.io.DeleteTF
 
DeleteUnmatchedTargetEntityStrategy - Class in org.entityfs.util.dirdiff
This UnmatchedTargetEntityStrategy deletes unmatched target entities.
DeleteUnmatchedTargetEntityStrategy() - Constructor for class org.entityfs.util.dirdiff.DeleteUnmatchedTargetEntityStrategy
 
DepthFirstIterator<T> - Interface in org.entityfs.itr
This is a marker interface for flagging that an iterator is a recursive, depth-first iterator.
DepthFirstIteratorImpl - Class in org.entityfs.util.itr
Standard implementation of DepthFirstIterator for EntityView :s.
DepthFirstIteratorImpl(EntityListable, Filter<? super EntityView>, boolean) - Constructor for class org.entityfs.util.itr.DepthFirstIteratorImpl
Create a new depth-first iterator.
DepthFirstIteratorImpl(EntityListable, boolean) - Constructor for class org.entityfs.util.itr.DepthFirstIteratorImpl
Create a new depth-first iterator.
DepthLastIterator<T> - Interface in org.entityfs.itr
This is a marker interface for flagging that an iterator is a recursive, depth-last iterator.
DepthLastIteratorImpl - Class in org.entityfs.util.itr
Standard implementation of DepthLastIterator for EntityView :s.
DepthLastIteratorImpl(EntityListable, Filter<? super EntityView>, boolean) - Constructor for class org.entityfs.util.itr.DepthLastIteratorImpl
Create a new depth-last (breadth-first) iterator.
DepthLastIteratorImpl(EntityListable, boolean) - Constructor for class org.entityfs.util.itr.DepthLastIteratorImpl
Create a new depth-last (breadth-first) iterator.
dereferenceOrNull() - Method in interface org.entityfs.EntityAcceptingEntityView
Get the entity referenced by this entity.
Directories - Class in org.entityfs.util
A utility class that contains static methods for working with Directory entities and DirectoryView:s.
Directory - Interface in org.entityfs
This is an interface for a directory implementation.
DIRECTORY_TYPE_FLAG - Static variable in class org.at4j.tar.TarConstants
The type flag for a directory.
DirectoryAdapter<T> - Interface in org.at4j.tar.builder
This interface adapts a directory entity of some kind to an interface that the different TarEntryStrategy implementations can use.
DirectoryAEF - Class in org.at4j.archive
This is a filter that matches directory entries.
DirectoryAEF() - Constructor for class org.at4j.archive.DirectoryAEF
 
DirectoryAndFilter - Class in org.schmant.arg
This object represents a directory and an entity Filter.
DirectoryAndFilter(Object, Filter<? super EntityView>) - Constructor for class org.schmant.arg.DirectoryAndFilter
 
DirectoryContainsFilter - Class in org.entityfs.util.filter.entity
This filter matches directories that contain at least x entities that match a supplied EntityFilter, where x is a configurable number.
DirectoryContainsFilter(Filter<? super EntityView>, int) - Constructor for class org.entityfs.util.filter.entity.DirectoryContainsFilter
Create a directory contains filter that matches directories that contain at least noOfMatchesThreshold entities that match the supplied filter f.
DirectoryContainsFilter(Filter<? super EntityView>) - Constructor for class org.entityfs.util.filter.entity.DirectoryContainsFilter
Create a directory contains filter that matches directories that contain at least one entity that match the supplied filter.
DirectoryDifferentiator - Class in org.entityfs.util.dirdiff
The DirectoryDifferentiator is used for calculating differences between a master directory and a target directory.
DirectoryDifferentiator(DirectoryView, DirectoryView, EntityMatchStrategy, UnmatchedTargetEntityStrategy, UnmatchedMasterEntityStrategy) - Constructor for class org.entityfs.util.dirdiff.DirectoryDifferentiator
Create a new DirectoryDifferentiator.
DirectoryEmptyFilter - Class in org.entityfs.util.filter.entity
This filter matches empty directories and directory views.
DirectoryEmptyFilter() - Constructor for class org.entityfs.util.filter.entity.DirectoryEmptyFilter
 
DirectoryETAF - Class in org.at4j.archive.builder
This filter returns true of the entity is a directory.
DirectoryETAF() - Constructor for class org.at4j.archive.builder.DirectoryETAF
 
DirectoryFilter - Class in org.entityfs.util.filter.entity
This is a filter that matches directories and directory views.
DirectoryFilter() - Constructor for class org.entityfs.util.filter.entity.DirectoryFilter
 
DirectoryMonitorer - Interface in org.entityfs.obs
A DirectoryMonitorer monitors a directory view for changes.
DirectoryNotEmptyException - Exception in org.entityfs.exception
An exception for when a directory is not empty (when someone tries to delete it).
DirectoryNotEmptyException(String) - Constructor for exception org.entityfs.exception.DirectoryNotEmptyException
 
DirectoryRepresentation - Class in org.schmant.arg
This is an representation of a directory and possibly an entity filter.
DirectoryRepresentation(DirectoryView, Filter<? super EntityView>) - Constructor for class org.schmant.arg.DirectoryRepresentation
Create a new DirectoryRepresentation.
DirectorySynchronizer - Class in org.entityfs.util.dirdiff
This is a version of the DirectoryDifferentiator that is used for synchronizing the files and subdirectories from a master directory to a target directory.
DirectorySynchronizer(DirectoryView, DirectoryView) - Constructor for class org.entityfs.util.dirdiff.DirectorySynchronizer
Create a directory synchronizer with the default EntityMatchStrategy EntitySizeAndFileModificationTimeMatchStrategy.
DirectorySynchronizer(DirectoryView, DirectoryView, EntityMatchStrategy) - Constructor for class org.entityfs.util.dirdiff.DirectorySynchronizer
Create a directory synchronizer using a custom EntityMatchStrategy.
DirectoryTreeDifferentiator - Class in org.entityfs.util.dirdiff
This is a recursive DirectoryDifferentiator that is used for analyzing differences between a master directory hierarchy and a target directory hierarchy.
DirectoryTreeDifferentiator(DirectoryView, DirectoryView, EntityMatchStrategy, UnmatchedTargetEntityStrategy, UnmatchedMasterEntityStrategy) - Constructor for class org.entityfs.util.dirdiff.DirectoryTreeDifferentiator
Create a new differentiator that will analyze the differences between two directory hierarchies recursively.
DirectoryTreeSynchronizer - Class in org.entityfs.util.dirdiff
This is a version of the DirectoryTreeDifferentiator that can be used to synchronize the files and directories of a master directory hierarchy to a target directory hierarchy.
DirectoryTreeSynchronizer(DirectoryView, DirectoryView) - Constructor for class org.entityfs.util.dirdiff.DirectoryTreeSynchronizer
Create a directory tree synchronizer with the default entity match strategy EntitySizeAndFileModificationTimeMatchStrategy.
DirectoryTreeSynchronizer(DirectoryView, DirectoryView, EntityMatchStrategy) - Constructor for class org.entityfs.util.dirdiff.DirectoryTreeSynchronizer
Create a directory tree synchronizer with a custom entity match strategy.
DirectoryView - Interface in org.entityfs
A DirectoryView is a view of a directory that uses a Filter to hide child entities that does not pass the filter.
DirectoryViewDirectoryAdapter - Class in org.at4j.tar.builder
This object adapts a DirectoryView object to the DirectoryAdapter interface.
DirectoryViewDirectoryAdapter(DirectoryView) - Constructor for class org.at4j.tar.builder.DirectoryViewDirectoryAdapter
Create a new adapter.
DirectoryViewPollingMonitorer - Class in org.entityfs.util.obs.polling
Deprecated. This dummy class will be removed in a future release.
DirectoryViewPollingMonitorer() - Constructor for class org.entityfs.util.obs.polling.DirectoryViewPollingMonitorer
Deprecated.  
disableAccessControls() - Method in interface org.entityfs.FileSystemBuilder
This is a shorter form for setAccessController(DisabledAccessController.INSTANCE).
disableComment(boolean) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
disableComment(boolean) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -nocomment flag.
DisabledAccessController - Class in org.entityfs
The DisabledAccessController is used to disable access controls altogether in a file system.
disableDeprecated(boolean) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
disableDeprecated(boolean) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -nodeprecated flag.
disableDeprecatedList(boolean) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
disableDeprecatedList(boolean) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -nodeprecatedlist flag.
disableEntityValidityControls() - Method in interface org.entityfs.FileSystemBuilder
A short form for setEntityValidityControlStrategy(null).
disableHelp(boolean) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
disableHelp(boolean) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -nohelp flag.
disableIndex(boolean) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
disableIndex(boolean) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -noindex flag.
disableLoggingIfOwnLoggingIsDisabled(TaskSpecification<?>) - Method in class org.schmant.task.template.proxy.AbstractProxyTask
 
disableNavbar(boolean) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
disableNavbar(boolean) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -nonavbar flag.
disableSince(boolean) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
disableSince(boolean) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -nosince flag.
disableTimestamp(boolean) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
disableTimestamp(boolean) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -notimestamp flag.
disableTree(boolean) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
disableTree(boolean) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -notree flag.
disconnect() - Method in interface org.entityfs.EntityView
Disconnect this view from its viewed entity or entity view.
doAs(PrivilegedAction<T>) - Method in class org.entityfs.security.AbstractAccessControllerSubject
 
doAs(PrivilegedExceptionAction<T>) - Method in class org.entityfs.security.AbstractAccessControllerSubject
 
doAs(PrivilegedAction<T>) - Method in interface org.entityfs.security.Subject
Perform the action as this subject.
doAs(PrivilegedExceptionAction<T>) - Method in interface org.entityfs.security.Subject
Perform the action as this subject.
DOCLET_CLASS_NAME - Static variable in class org.schmant.task.jdk.javadoc.pdfdoclet.ext.ExtPdfDocletDecorator
 
DOCUMENT_BUILDER_FACTORY - Static variable in class org.schmant.project.intellij.IntelliJDocumentBuilderFactoryHolder
 
DomParserSupport - Class in org.schmant.support.xml.dom
Utility class with static methods for DOM parsing XML documents.
DomParseXmlTask - Class in org.schmant.task.xml.dom
See DomParseXmlTF.
DomParseXmlTF - Class in org.schmant.task.xml.dom
Factory for the DomParseXmlTask.
DomParseXmlTF() - Constructor for class org.schmant.task.xml.dom.DomParseXmlTF
 
DomSupport - Class in org.schmant.support.xml.dom
Utility class with static methods for working with DOM documents.
DontOverwrite - Class in org.entityfs.ostrat
This overwrite strategy will not overwrite existing entity and does not log a warning.
DontOverwrite() - Constructor for class org.entityfs.ostrat.DontOverwrite
 
DontOverwriteAndLogWarning - Class in org.entityfs.ostrat
This overwrite strategy will not overwrite existing entity and logs a warning.
DontOverwriteAndLogWarning() - Constructor for class org.entityfs.ostrat.DontOverwriteAndLogWarning
 
DontOverwriteAndThrowException - Class in org.entityfs.ostrat
This overwrite strategy throws an EntityFoundException if it finds an entity in the target location, unless that entity is a directory and the caller wants to create a directory.
DontOverwriteAndThrowException() - Constructor for class org.entityfs.ostrat.DontOverwriteAndThrowException
 
DoOverwrite - Class in org.entityfs.ostrat
This overwrite strategy overwrites existing entities and does not log a warning after doing so.
DoOverwrite() - Constructor for class org.entityfs.ostrat.DoOverwrite
 
DoOverwriteAndLogWarning - Class in org.entityfs.ostrat
This overwrite strategy overwrites existing entities and logs a warning after doing so.
DoOverwriteAndLogWarning() - Constructor for class org.entityfs.ostrat.DoOverwriteAndLogWarning
 
DummyLock - Class in org.entityfs.lock
This is a dummy EntityLock.
DummyLock(Lockable) - Constructor for class org.entityfs.lock.DummyLock
 

E

EarTask - Class in org.schmant.task.jdk.jar
See EarTF
EarTF - Class in org.schmant.task.jdk.jar
Create EAR task factory.
EarTF() - Constructor for class org.schmant.task.jdk.jar.EarTF
 
ECFileResolvable - Interface in org.entityfs.fs.cap.entity
This capability is supported by File-backed entities.
ECFileResolvableUtil - Class in org.entityfs.util.cap.entity
A utility class with static methods for working with ECFileResolvable entity capabilities.
ECJarEntry - Interface in org.entityfs.jar.cap.entity
This is an entity capability for entities that have JarEntry objects.
ECJarEntryUtil - Class in org.entityfs.jar.cap.entity
This is a utility class with static utility methods for working with entities supporting the ECJarEntry capability.
ECLIPSE_PROJECT_CREATOR_PLUGIN_NAME - Static variable in interface org.schmant.project.eclipse.EclipseProjectCreatorPlugin
This is the name that this plugin is registered under in the PluginRegistry.
EclipseJavaProjectCreatorPlugin - Class in org.schmant.plugin.eclipse.java
This EclipseProjectCreatorPlugin knows how to create EclipseJavaProjectImpl objects for Java projects.
EclipseJavaProjectCreatorPlugin() - Constructor for class org.schmant.plugin.eclipse.java.EclipseJavaProjectCreatorPlugin
 
EclipseJavaProjectImpl - Class in org.schmant.plugin.eclipse.java
This object contains information about an Eclipse Java project.
EclipseJavaProjectImpl(String, EclipseWorkspace, EntityRepository, DirectoryView, Set<DirectoryView>, List<JavaProjectClasspathEntry>, JdkCompliance) - Constructor for class org.schmant.plugin.eclipse.java.EclipseJavaProjectImpl
Create an Eclipse Java project object.
EclipseProjectClasspathInfo - Class in org.schmant.project.eclipse
This class contains classpath information for an Eclipse Java project.
EclipseProjectClasspathInfo() - Constructor for class org.schmant.project.eclipse.EclipseProjectClasspathInfo
 
EclipseProjectCreatorPlugin - Interface in org.schmant.project.eclipse
This interface defines a Plugin that is used by the EclipseWorkspaceInfoCollector to create a Project object based on the contents of a workspace directory.
EclipseProjectInfo - Class in org.schmant.project.eclipse
This is information on an Eclipse project as parsed from a ProjectFileParser.
EclipseProjectInfo() - Constructor for class org.schmant.project.eclipse.EclipseProjectInfo
 
EclipseWorkspace - Class in org.schmant.project.eclipse
The EclipseWorkspace is a ProjectRepository built on an Eclipse workspace.
EclipseWorkspace(Object) - Constructor for class org.schmant.project.eclipse.EclipseWorkspace
Create an Eclipse workspace based on the projects in the provided directory.
EclipseWorkspace(Object, EclipseWorkspaceSettings) - Constructor for class org.schmant.project.eclipse.EclipseWorkspace
Create an Eclipse workspace based on the projects in the provided directory.
EclipseWorkspace(ProjectRepositoryInfoCollector<EclipseWorkspace, EclipseWorkspaceConfiguration>) - Constructor for class org.schmant.project.eclipse.EclipseWorkspace
Create an Eclipse workspace using a custom information collector.
EclipseWorkspaceConfiguration - Class in org.schmant.project.eclipse
This object contains Eclipse workspace configuration parsed from the workspace metadata.
EclipseWorkspaceConfiguration(Map<String, Object>, Map<String, Library>, JdkCompliance) - Constructor for class org.schmant.project.eclipse.EclipseWorkspaceConfiguration
Create a new object with parsed settings.
EclipseWorkspaceInfoCollector - Class in org.schmant.project.eclipse
This is the default ProjectRepositoryInfoCollector used by EclipseWorkspace.
EclipseWorkspaceInfoCollector(Object, EclipseWorkspaceSettings) - Constructor for class org.schmant.project.eclipse.EclipseWorkspaceInfoCollector
Create an Eclipse workspace information collector for the workspace in the provided directory.
EclipseWorkspaceSettings - Class in org.schmant.project.eclipse
This object contains settings that are used when creating an EclipseWorkspace object.
EclipseWorkspaceSettings() - Constructor for class org.schmant.project.eclipse.EclipseWorkspaceSettings
 
ECTFileResolvable - Class in org.entityfs.fs.cap.entity
The singleton instance of this class (ECTFileResolvable.TYPE) identifies the ECFileResolvable capability.
ECTJarEntry - Class in org.entityfs.jar.cap.entity
The singleton instance of this class (ECTJarEntry.TYPE) identifies the ECJarEntry capability.
ECTUriResolvable - Class in org.entityfs.fs.cap.entity
The singleton instance of this class (ECTUriResolvable.TYPE) identifies the ECUriResolvable capability.
ECTZipEntry - Class in org.entityfs.zip.cap.entity
The singleton instance of this class (ECTZipEntry.TYPE) identifies the ECZipEntry capability.
ECUriResolvable - Interface in org.entityfs.fs.cap.entity
This capability is supported by entities whose locations can be resolved as URI:s.
ECUriResolvableUtil - Class in org.entityfs.util.cap.entity
A utility class with static methods for working with ECUriResolvable entity capabilities.
ECZipEntry - Interface in org.entityfs.zip.cap.entity
This is an entity capability for entities that have ZipEntry objects.
ECZipEntryImpl - Class in org.entityfs.zip
 
ECZipEntryImpl(EntityImplementation) - Constructor for class org.entityfs.zip.ECZipEntryImpl
 
ECZipEntryUtil - Class in org.entityfs.zip.cap.entity
This is a utility class with static utility methods for working with entities supporting the ECZipEntry capability.
EFile - Interface in org.entityfs
This is an interface for a file implementation.
EFileFilter - Class in org.entityfs.util.filter.entity
A filter that only matches EFile:s.
EFileFilter() - Constructor for class org.entityfs.util.filter.entity.EFileFilter
 
EFileNameExtensionFilter - Class in org.entityfs.util.filter.entity
A filter that matches EFile:s with any of a set of file name extensions.
EFileNameExtensionFilter(Collection<String>) - Constructor for class org.entityfs.util.filter.entity.EFileNameExtensionFilter
Create the filter with a set of permitted file name extensions.
EFileNameExtensionFilter(Collection<String>, boolean) - Constructor for class org.entityfs.util.filter.entity.EFileNameExtensionFilter
Create the filter with a set of permitted file name extensions.
EFileNameExtensionFilter(String...) - Constructor for class org.entityfs.util.filter.entity.EFileNameExtensionFilter
Create the filter with one or more permitted extensions.
EFileNameExtensionFilter(boolean, String...) - Constructor for class org.entityfs.util.filter.entity.EFileNameExtensionFilter
Create the filter with one or more permitted extensions.
EFileNameExtensionFilter(String) - Constructor for class org.entityfs.util.filter.entity.EFileNameExtensionFilter
Create the filter with one permitted file name extension.
EFileNameExtensionFilter(String, boolean) - Constructor for class org.entityfs.util.filter.entity.EFileNameExtensionFilter
Create the filter with one permitted file name extension.
EmptyRandomAccess - Class in org.entityfs.util.base
This object represents a read-only, empty RandomAccess file.
EmptyRandomAccess() - Constructor for class org.entityfs.util.base.EmptyRandomAccess
 
enable() - Method in class org.schmant.tpm.TaskPackage
Enable this task package.
enableEvents() - Method in interface org.entityfs.FileSystemBuilder
Enable event handling for the file system.
enableLocking() - Method in interface org.entityfs.FileSystemBuilder
Enable entity locking with the default settings for lock adapter factory (a NonFairReadWriteEntityLockAdapterFactory and lock acquiring strategy.
encode(byte[], byte[]) - Method in class org.at4j.support.comp.ByteMoveToFront
Encode the bytes in in and store them in the array out.
encode(int[], int[]) - Method in class org.at4j.support.comp.IntMoveToFront
Encode the integers in in and store them in the array out .
encode(ZipBuilderConfiguration) - Method in class org.at4j.zip.ef.ExtendedTimestampExtraField
 
encode(ZipBuilderConfiguration) - Method in class org.at4j.zip.ef.InfoZipUnixExtraField
 
encode(ZipBuilderConfiguration) - Method in class org.at4j.zip.ef.NewInfoZipUnixExtraField
 
encode(ZipBuilderConfiguration) - Method in class org.at4j.zip.ef.NtfsExtraField
 
encode(ZipBuilderConfiguration) - Method in class org.at4j.zip.ef.UnicodeCommentExtraField
 
encode(ZipBuilderConfiguration) - Method in class org.at4j.zip.ef.UnicodePathExtraField
 
encode(ZipBuilderConfiguration) - Method in class org.at4j.zip.ef.UnparsedZipEntryExtraField
 
encode(ZipBuilderConfiguration) - Method in interface org.at4j.zip.ef.ZipEntryExtraField
Encode this extra field's data for storing in a Zip file.
encode(CharSequence, Charset) - Static method in class org.entityfs.support.nio.Charsets
Encode the supplied text in the specified charset.
encodeMsDosDate(Calendar) - Static method in class org.at4j.support.util.MsDosDate
Encode the MS DOS date (year, month and day of month) stored in the Calendar object to an unsigned short value.
encodeMsDosTime(Calendar) - Static method in class org.at4j.support.util.MsDosTime
Encode the MS DOS time (hour of day, minute and second with two-second precision) stored in the supplied Calendar object to an unsigned short value.
Entities - Class in org.entityfs.util
Entities contains static methods for working with Entity:s and EntityView:s.
Entity - Interface in org.entityfs
This is the interface for a FileSystem entity, for instance an EFile or a Directory.
EntityAcceptingEntities - Class in org.entityfs.util
This contains static methods for working with EntityAcceptingEntity:s and EntityView:s.
EntityAcceptingEntity<T extends EntityAcceptingEntityView<?>> - Interface in org.entityfs
This interface is an abstraction of an entity that may accept child entities given the right conditions.
EntityAcceptingEntityView<T extends EntityAcceptingEntityView<?>> - Interface in org.entityfs
This interface defines an abstract view of an EntityAcceptingEntity.
EntityAndAbsoluteLocation - Class in org.schmant.arg
This object combines an uninterpreted EntityView and an AbsoluteLocation.
EntityAndAbsoluteLocation(Object, Object) - Constructor for class org.schmant.arg.EntityAndAbsoluteLocation
Create an entity and absolute location combination.
EntityAndRelativeLocation<T extends EntityView> - Class in org.entityfs.util
This immutable object contains an entity of some kind and its location relative to some directory.
EntityAndRelativeLocation(T, RelativeLocation) - Constructor for class org.entityfs.util.EntityAndRelativeLocation
Create a new entity and relative location object.
EntityCapability - Interface in org.entityfs.cap
This is the interface for an entity capability; a capability that adds functionality to an entity in some way.
EntityCapabilityType<T extends EntityCapability> - Interface in org.entityfs.cap
This interface defines a type object for identifying entity capability types.
EntityClassLoader - Class in org.entityfs.util.lang
This is a class loader that reads classes from Directory:s and Zip files.
EntityClassLoader(LogAdapterHolder) - Constructor for class org.entityfs.util.lang.EntityClassLoader
Create an entity class loader with an empty class path.
EntityClassLoader(LogAdapterHolder, Collection<? extends EntityView>) - Constructor for class org.entityfs.util.lang.EntityClassLoader
Create an entity class loader with a class path that consists of the entities returned from the collection, in that order.
EntityClassLoader(LogAdapterHolder, ClassLoader) - Constructor for class org.entityfs.util.lang.EntityClassLoader
Create an entity class loader with an empty class path.
EntityClassLoader(LogAdapterHolder, ClassLoader, Collection<? extends EntityView>) - Constructor for class org.entityfs.util.lang.EntityClassLoader
Create an entity class loader with a class path that consists of the entities returned from the collection, in that order.
EntityCopySpecification - Class in org.entityfs.util
This class contains settings for a entity copy operation.
EntityCopySpecification() - Constructor for class org.entityfs.util.EntityCopySpecification
 
EntityDeletedEvent - Class in org.entityfs.event
This event is sent by an entity or an entity view when the viewed entity has been deleted.
EntityDeletedEvent(EntityView) - Constructor for class org.entityfs.event.EntityDeletedEvent
 
EntityDisappearedEvent - Class in org.entityfs.event
This event is sent from an entity view or entity when it is detected that the viewed entity have been removed from the backing file system by a client that did not use any of the file system's methods.
EntityDisappearedEvent(EntityView) - Constructor for class org.entityfs.event.EntityDisappearedEvent
 
EntityEvent<T extends EntityEvent<?>> - Interface in org.entityfs.event
An EntityEvent is an event sent by an EntityObserver.
entityExists(FileSystem, AbsoluteLocation) - Static method in class org.entityfs.util.FileSystems
Check if there exists an entity in the supplied location.
EntityFilter - Interface in org.entityfs
This interface is implemented by filters for entities.
EntityFilters - Class in org.entityfs.util
This is a utility class with static methods for working with Filter:s for EntityView:s.
EntityFilterToEntityAndRelativeLocationFilterAdapter - Class in org.entityfs.util
This adapter can be used for filtering the entities in EntityAndRelativeLocation objects using entity filters.
EntityFilterToEntityAndRelativeLocationFilterAdapter(Filter<? super EntityView>) - Constructor for class org.entityfs.util.EntityFilterToEntityAndRelativeLocationFilterAdapter
Create a new entity and relative location object filter based on an entity filter.
EntityFoundException - Exception in org.entityfs.exception
This is thrown when an entity that was not supposed to exist really do exist.
EntityFoundException(String) - Constructor for exception org.entityfs.exception.EntityFoundException
 
EntityHolder - Interface in org.entityfs
The EntityHolder is an interface that defines an object that can be used to retrieve entities by their names, such as a symbolic link or a Directory.
EntityIdentityFilter - Class in org.entityfs.util.filter.entity
This Filter matches a specific EntityView instance.
EntityIdentityFilter(EntityView) - Constructor for class org.entityfs.util.filter.entity.EntityIdentityFilter
 
EntityIteratorToJarEntryInfoIteratorAdapter - Class in org.entityfs.util.jar
This is an extension of EntityIteratorToZipEntryInfoIteratorAdapter that creates JarEntryInfoImpl objects.
EntityIteratorToJarEntryInfoIteratorAdapter(DirectoryView, Iterator<? extends EntityView>) - Constructor for class org.entityfs.util.jar.EntityIteratorToJarEntryInfoIteratorAdapter
Create an EntityIteratorToJarEntryInfoIteratorAdapter that will create jar entries with a location relative to the supplied directory.
EntityIteratorToJarEntryInfoIteratorAdapter(DirectoryView, Iterator<? extends EntityView>, ZipEntryInfoProvider) - Constructor for class org.entityfs.util.jar.EntityIteratorToJarEntryInfoIteratorAdapter
Create an EntityIteratorToJarEntryInfoIteratorAdapter that will create jar entries with a location relative to the supplied directory.
EntityIteratorToZipEntryInfoIteratorAdapter - Class in org.entityfs.util.zip
This is an adapter between an EntityView Iterator and the ZipEntryInfo Iterator needed by ZipCreator for Zip files where all entry names should be constructed relative to one directory name.
EntityIteratorToZipEntryInfoIteratorAdapter(DirectoryView, Iterator<? extends EntityView>) - Constructor for class org.entityfs.util.zip.EntityIteratorToZipEntryInfoIteratorAdapter
Create an EntityIteratorToZipEntryInfoIteratorAdapter that will create ZipEntryInfo objects with a location relative to the supplied directory.
EntityIteratorToZipEntryInfoIteratorAdapter(DirectoryView, Iterator<? extends EntityView>, AbsoluteLocation) - Constructor for class org.entityfs.util.zip.EntityIteratorToZipEntryInfoIteratorAdapter
Create an EntityIteratorToZipEntryInfoIteratorAdapter that will create ZipEntryInfo objects with a location relative to the supplied relative location.
EntityIteratorToZipEntryInfoIteratorAdapter(DirectoryView, Iterator<? extends EntityView>, ZipEntryInfoProvider) - Constructor for class org.entityfs.util.zip.EntityIteratorToZipEntryInfoIteratorAdapter
Create an EntityIteratorToZipEntryInfoIteratorAdapter that will create ZipEntryInfo objects with a location relative to the supplied directory.
EntityIteratorToZipEntryInfoIteratorAdapter(DirectoryView, Iterator<? extends EntityView>, AbsoluteLocation, ZipEntryInfoProvider) - Constructor for class org.entityfs.util.zip.EntityIteratorToZipEntryInfoIteratorAdapter
Create an EntityIteratorToZipEntryInfoIteratorAdapter that will create ZipEntryInfo objects with a location relative to the supplied relative location.
EntityLatestModificationTimeFilter - Class in org.entityfs.util.filter.entity
Match only entities that were last modified before a supplied time.
EntityLatestModificationTimeFilter(Date) - Constructor for class org.entityfs.util.filter.entity.EntityLatestModificationTimeFilter
Create a filter that matches entities that were last modified before the supplied date.
EntityLatestModificationTimeFilter(long) - Constructor for class org.entityfs.util.filter.entity.EntityLatestModificationTimeFilter
Create a filter that matches entities that were last modified before the supplied time instant.
EntityListable - Interface in org.entityfs
This interface defines the EntityListable.listEntities() method that list all entities in an entity repository (commonly a Directory).
EntityLocation<T extends EntityLocation<?>> - Interface in org.entityfs.el
Interface for an file system entity location.
EntityLocationGlobFilter - Class in org.entityfs.util.filter.regexp
This is a filter that matches an entity's location relative to a base directory against a glob pattern, for instance doc\/*\/*.xml.
EntityLocationGlobFilter(DirectoryView, String) - Constructor for class org.entityfs.util.filter.regexp.EntityLocationGlobFilter
Create a location glob filter that will compare locations relative to the given base directory.
EntityLocationGlobFilter(DirectoryView, String, boolean) - Constructor for class org.entityfs.util.filter.regexp.EntityLocationGlobFilter
Create a location glob filter that will compare locations relative to the given base directory.
EntityLocationRegexpFilter - Class in org.entityfs.util.filter.regexp
This is a filter that matches an entity's location relative to a base directory against regular expression Pattern:s.
EntityLocationRegexpFilter(DirectoryView, String) - Constructor for class org.entityfs.util.filter.regexp.EntityLocationRegexpFilter
Create a location regular expression filter that will compare locations relative to the given base directory.
EntityLocationRegexpFilter(DirectoryView, String, boolean) - Constructor for class org.entityfs.util.filter.regexp.EntityLocationRegexpFilter
Create a location regular expression filter that will compare locations relative to the given base directory.
EntityLocationRegexpFilter(DirectoryView, String, int) - Constructor for class org.entityfs.util.filter.regexp.EntityLocationRegexpFilter
Create a location regular expression filter that will compare locations relative to the given base directory.
EntityLocations - Class in org.entityfs.el
This class contains static utility methods that can come in handy when working with entity locations.
EntityLock - Interface in org.entityfs.lock
The EntityLock is a reentrant Lock for a lockable object (not only for entity objects).
EntityLockAdapter - Interface in org.entityfs.lock
This is an extension of the LockAdapter that is used by entity objects.
EntityLockAdapterFactory - Interface in org.entityfs.lock
An EntityLockAdapterFactory is a factory for creating EntityLockAdapter:s for lockable objects (mostly entities, but also other EntityRepositiory implementations).
EntityLocks - Class in org.entityfs.lock
This class contains static utility methods for working with EntityLock:s.
EntityMatchStrategy - Interface in org.entityfs.util.dirdiff
This strategy object is used by a DirectoryDifferentiator to see if an entity in the master directory has a matching entity in the target directory.
EntityModifiedEvent - Class in org.entityfs.event
This event is sent by an entity or entity view when the viewed entity has been modified in a way that updated its last modification time.
EntityModifiedEvent(EntityView) - Constructor for class org.entityfs.event.EntityModifiedEvent
 
EntityNameComparator - Class in org.entityfs.util.cmp
This is a comparator for sorting entities in an alphabetic order.
EntityNameComparator() - Constructor for class org.entityfs.util.cmp.EntityNameComparator
 
EntityNameFilter - Class in org.entityfs.util.filter.entity
This is a filter that matches an entity name.
EntityNameFilter(String) - Constructor for class org.entityfs.util.filter.entity.EntityNameFilter
Create a new case sensitive name filter.
EntityNameFilter(String, boolean) - Constructor for class org.entityfs.util.filter.entity.EntityNameFilter
Create a new case sensitive or case insensitive name filter.
EntityNameFilter(String, boolean, Locale) - Constructor for class org.entityfs.util.filter.entity.EntityNameFilter
Create a new case sensitive or case insensitive name filter.
EntityNameGlobFilter - Class in org.entityfs.util.filter.regexp
This filter matches entity names (not their paths) against a Glob pattern (for instance .xml).
EntityNameGlobFilter(String) - Constructor for class org.entityfs.util.filter.regexp.EntityNameGlobFilter
Create a new filter.
EntityNameGlobFilter(String, boolean) - Constructor for class org.entityfs.util.filter.regexp.EntityNameGlobFilter
Create a new filter.
EntityNameGlobFilter(Glob) - Constructor for class org.entityfs.util.filter.regexp.EntityNameGlobFilter
Create a new filter.
EntityNamePrefixFilter - Class in org.entityfs.util.filter.entity
This is a filter that matches entities whose names starts with a specific String prefix (case sensitive or insensitive).
EntityNamePrefixFilter(String) - Constructor for class org.entityfs.util.filter.entity.EntityNamePrefixFilter
Create the filter for the provided prefix.
EntityNamePrefixFilter(String, boolean) - Constructor for class org.entityfs.util.filter.entity.EntityNamePrefixFilter
Create the filter for the provided prefix.
EntityNameRegexpFilter - Class in org.entityfs.util.filter.regexp
This is a Filter that matches entity names against a regular expression Pattern.
EntityNameRegexpFilter(Pattern) - Constructor for class org.entityfs.util.filter.regexp.EntityNameRegexpFilter
Create a filter.
EntityNameRegexpFilter(String) - Constructor for class org.entityfs.util.filter.regexp.EntityNameRegexpFilter
Create a case sensitive filter.
EntityNameRegexpFilter(String, boolean) - Constructor for class org.entityfs.util.filter.regexp.EntityNameRegexpFilter
Create a filter.
EntityNameRegexpFilter(String, int) - Constructor for class org.entityfs.util.filter.regexp.EntityNameRegexpFilter
Create a filter.
EntityNotFoundException - Exception in org.entityfs.exception
This is EntityFS idea of a FileNotFoundException.
EntityNotFoundException(String) - Constructor for exception org.entityfs.exception.EntityNotFoundException
 
EntityNotFoundException(Throwable) - Constructor for exception org.entityfs.exception.EntityNotFoundException
 
EntityNotFoundException(String, Throwable) - Constructor for exception org.entityfs.exception.EntityNotFoundException
 
EntityObserver - Interface in org.entityfs.event
This interface is implemented by a class that listens to an entity or a file system (an Observable) for updates.
EntityOrReadableFile - Class in org.schmant.task.template.io.zip
This object can contain an Entity or a ReadableFile.
EntityOrReadableFile(Object) - Constructor for class org.schmant.task.template.io.zip.EntityOrReadableFile
Constructor.
EntityPermission - Class in org.entityfs.security
This is an abstract base class for entity Permission implementations.
EntityPermission(String, Entity) - Constructor for class org.entityfs.security.EntityPermission
 
EntityRecentModificationFilter - Class in org.entityfs.util.filter.entity
Match entities that was modified recently.
EntityRecentModificationFilter(long, TimeUnit) - Constructor for class org.entityfs.util.filter.entity.EntityRecentModificationFilter
Create the filter.
EntityRenamedEvent - Class in org.entityfs.event
This event is sent when an entity or entity view has been renamed.
EntityRenamedEvent(EntityView, String) - Constructor for class org.entityfs.event.EntityRenamedEvent
 
EntityRenameSpecification - Class in org.entityfs.util
This specification is used together with the Entities.rename(org.entityfs.EntityView, org.entityfs.EntityAcceptingEntityView, EntityRenameSpecification) .
EntityRenameSpecification() - Constructor for class org.entityfs.util.EntityRenameSpecification
 
EntityRepository - Interface in org.entityfs
This is a marriage between EntityHolder and EntityListable.
EntityResolverDecorator<T extends EntityResolverDecorator<T>> - Interface in org.schmant.task.template.xml
A task decorator used for setting an EntityResolver on an XML parsing task.
EntitySizeAndFileModificationTimeMatchStrategy - Class in org.entityfs.util.dirdiff
This EntityMatchStrategy matches entities with the same names and types.
EntitySizeAndFileModificationTimeMatchStrategy() - Constructor for class org.entityfs.util.dirdiff.EntitySizeAndFileModificationTimeMatchStrategy
 
EntitySizeAndModificationTimeMatchStrategy - Class in org.entityfs.util.dirdiff
This EntityMatchStrategy matches entities with the same names and types.
EntitySizeAndModificationTimeMatchStrategy() - Constructor for class org.entityfs.util.dirdiff.EntitySizeAndModificationTimeMatchStrategy
 
EntityToArchiveFilter - Interface in org.at4j.archive.builder
This is a marker interface for all Filter :s for EntryToArchive objects so that they should be easier to find in the Javadocs.
EntityType - Interface in org.entityfs
This is an interface for objects identifying different entity types.
EntityTypeETAF - Class in org.at4j.archive.builder
This filter matches a specific entity type.
EntityTypeETAF(EntityType) - Constructor for class org.at4j.archive.builder.EntityTypeETAF
Create a new filter.
EntityTypeFilter - Class in org.entityfs.util.filter.entity
This Filter matches entities of a specific type, for instance DirectoryView:s.
EntityTypeFilter(Class<? extends EntityView>) - Constructor for class org.entityfs.util.filter.entity.EntityTypeFilter
Create the filter.
EntityValidityControlStrategy - Interface in org.entityfs
This defines a strategy interface for how a file system validates that an entity has not disappeared from the underlying file system.
EntityView - Interface in org.entityfs
This interface defines an abstract view of an entity.
EntityViews - Class in org.entityfs.util
This utility class contains static methods for working with entity views.
EntryExtractionStrategy - Interface in org.at4j.util.archive
This interface is implemented by different strategy objects that help the ArchiveExtractor to extract entries.
EntryExtractor - Class in org.at4j.util.archive
This is the default EntryExtractionStrategy used by the ArchiveExtractor.
EntryExtractor() - Constructor for class org.at4j.util.archive.EntryExtractor
 
entrySet() - Method in class org.at4j.tar.TarFile
Get a read only set containing the entries in the Tar archive.
entrySet() - Method in class org.at4j.zip.ZipFile
Get a read only set containing all Zip entries and their locations in the Zip file.
entrySet() - Method in class org.entityfs.util.properties.FileBackedProperties
 
EntryToArchive - Class in org.at4j.archive.builder
This object contains data about an entry that is about to be added to an archive.
EntryToArchive(AbsoluteLocation, EntityType, Object) - Constructor for class org.at4j.archive.builder.EntryToArchive
Create a new configuration object for an entry that are to be added to an archive.
EolStyle - Enum in org.schmant.task.text
Different end of line markers.
equals(Object) - Method in class org.at4j.archive.builder.EntryToArchive
 
equals(Object) - Method in class org.at4j.comp.bzip2.BZip2OutputStream
 
equals(Object) - Method in class org.at4j.support.lang.SignedInteger
 
equals(Object) - Method in class org.at4j.support.lang.SignedLong
 
equals(Object) - Method in class org.at4j.support.lang.UnsignedByte
 
equals(Object) - Method in class org.at4j.support.lang.UnsignedInteger
 
equals(Object) - Method in class org.at4j.support.lang.UnsignedLong
 
equals(Object) - Method in class org.at4j.support.lang.UnsignedShort
 
equals(Object) - Method in class org.at4j.support.util.WinNtTime
 
equals(Object) - Method in class org.at4j.zip.ef.ExtendedTimestampExtraField
 
equals(Object) - Method in class org.at4j.zip.ef.InfoZipUnixExtraField
 
equals(Object) - Method in class org.at4j.zip.ef.NewInfoZipUnixExtraField
 
equals(Object) - Method in class org.at4j.zip.ef.NtfsExtraField
 
equals(Object) - Method in class org.at4j.zip.ef.UnicodeCommentExtraField
 
equals(Object) - Method in class org.at4j.zip.ef.UnicodePathExtraField
 
equals(Object) - Method in class org.at4j.zip.extattrs.MsDosExternalFileAttributes
 
equals(Object) - Method in class org.at4j.zip.extattrs.NtfsExternalFileAttributes
 
equals(Object) - Method in class org.at4j.zip.extattrs.UnixExternalFileAttributes
 
equals(Object) - Method in class org.at4j.zip.extattrs.UnparsedExternalFileAttributes
 
equals(Object) - Method in class org.entityfs.el.AbstractLocation
 
equals(Object) - Method in class org.entityfs.entityattrs.UidGid
 
equals(Object) - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
 
equals(Object) - Method in class org.entityfs.event.ChildEntityAddedEvent
 
equals(Object) - Method in class org.entityfs.event.ChildEntityDisappearedEvent
 
equals(Object) - Method in class org.entityfs.event.ChildEntityModifiedEvent
 
equals(Object) - Method in class org.entityfs.event.ChildEntityRemovedEvent
 
equals(Object) - Method in class org.entityfs.event.ChildEntityRenamedEvent
 
equals(Object) - Method in class org.entityfs.event.EntityDeletedEvent
 
equals(Object) - Method in class org.entityfs.event.EntityDisappearedEvent
 
equals(Object) - Method in class org.entityfs.event.EntityModifiedEvent
 
equals(Object) - Method in class org.entityfs.event.EntityRenamedEvent
 
equals(Object) - Method in class org.entityfs.event.NewEntityEvent
 
equals(Object) - Method in class org.entityfs.lock.cmd.LockForReadingCommand
 
equals(Object) - Method in class org.entityfs.lock.cmd.LockForWritingCommand
 
equals(Object) - Method in class org.entityfs.lock.cmd.LockParentForReadingCommand
 
equals(Object) - Method in class org.entityfs.lock.cmd.LockParentForWritingCommand
 
equals(Object) - Method in class org.entityfs.security.EntityPermission
 
equals(Object) - Method in class org.entityfs.support.filter.AndFilter
 
equals(Object) - Method in class org.entityfs.support.filter.FalseFilter
 
equals(Object) - Method in class org.entityfs.support.filter.FilterToConvenientFilterAdapter
 
equals(Object) - Method in class org.entityfs.support.filter.NotFilter
 
equals(Object) - Method in class org.entityfs.support.filter.OrFilter
 
equals(Object) - Method in class org.entityfs.support.filter.TrueFilter
 
equals(Object) - Method in class org.entityfs.support.filter.XorFilter
 
equals(Object) - Method in class org.entityfs.support.lang.ObjectProxySupport
Delegate the call to equals to the proxied object.
equals(Object) - Method in class org.entityfs.support.lang.SerializableObjectProxySupport
Delegate the call to equals to the proxied object.
equals(Object) - Method in class org.entityfs.support.util.TreeNode
 
equals(Object) - Method in class org.entityfs.support.util.TwoObjects
 
equals(Object) - Method in class org.entityfs.util.EntityAndRelativeLocation
 
equals(Object) - Method in class org.entityfs.util.FileReadableFile
 
equals(Object) - Method in class org.entityfs.util.FileWritableFile
 
equals(Object) - Method in class org.entityfs.util.filter.entity.DirectoryContainsFilter
 
equals(Object) - Method in class org.entityfs.util.filter.entity.DirectoryEmptyFilter
 
equals(Object) - Method in class org.entityfs.util.filter.entity.DirectoryFilter
 
equals(Object) - Method in class org.entityfs.util.filter.entity.EFileFilter
 
equals(Object) - Method in class org.entityfs.util.filter.entity.EFileNameExtensionFilter
 
equals(Object) - Method in class org.entityfs.util.filter.entity.EntityIdentityFilter
 
equals(Object) - Method in class org.entityfs.util.filter.entity.EntityLatestModificationTimeFilter
 
equals(Object) - Method in class org.entityfs.util.filter.entity.EntityNameFilter
 
equals(Object) - Method in class org.entityfs.util.filter.entity.EntityNamePrefixFilter
 
equals(Object) - Method in class org.entityfs.util.filter.entity.EntityRecentModificationFilter
 
equals(Object) - Method in class org.entityfs.util.filter.entity.EntityTypeFilter
 
equals(Object) - Method in class org.entityfs.util.filter.entity.FGrepFilter
 
equals(Object) - Method in class org.entityfs.util.filter.entity.GrepFilter
 
equals(Object) - Method in class org.entityfs.util.filter.entity.LockedEntityFilter
 
equals(Object) - Method in class org.entityfs.util.filter.entity.ParentFilter
 
equals(Object) - Method in class org.entityfs.util.filter.entity.ReadLockedEntityFilter
 
equals(Object) - Method in class org.entityfs.util.filter.entity.SuperParentAndFilter
 
equals(Object) - Method in class org.entityfs.util.filter.entity.SuperParentOrFilter
 
equals(Object) - Method in class org.entityfs.util.filter.entity.WriteLockedEntityFilter
 
equals(Object) - Method in class org.entityfs.util.filter.regexp.EntityLocationGlobFilter
 
equals(Object) - Method in class org.entityfs.util.filter.regexp.EntityLocationRegexpFilter
 
equals(Object) - Method in class org.entityfs.util.filter.regexp.EntityNameGlobFilter
 
equals(Object) - Method in class org.entityfs.util.filter.regexp.EntityNameRegexpFilter
 
equals(Object) - Method in class org.entityfs.util.FoundEntity
This object is equal to another FoundEntity if the entity is the same.
equals(Object) - Method in class org.entityfs.util.io.ReadWritableFileAdapter
 
equals(Object) - Method in class org.entityfs.util.obs.polling.ChildEntitiesAddedEvent
 
equals(Object) - Method in class org.entityfs.util.obs.polling.ChildEntitiesModifiedEvent
 
equals(Object) - Method in class org.entityfs.util.obs.polling.ChildEntitiesRemovedEvent
 
equals(Object) - Method in class org.entityfs.util.obs.polling.ChildEntitiesStabilizedEvent
 
equals(Object) - Method in class org.entityfs.util.properties.PropertyValue
 
equals(Object) - Method in class org.schmant.project.eclipse.JdkCompliance
 
equals(Object) - Method in class org.schmant.project.intellij.IntelliJUrl
 
equals(Object) - Method in class org.schmant.project.java.ClassDirectoryClasspathEntry
 
equals(Object) - Method in class org.schmant.project.java.LibraryClasspathEntry
 
equals(Object) - Method in class org.schmant.project.java.OtherJavaProjectClasspathEntry
 
equals(Object) - Method in class org.schmant.support.JdkVersion
 
equals(Object) - Method in class org.schmant.task.tp.taskref.TaskCategory
Two task categories are equal if they have the same abbreviations.
error(Object) - Method in class org.schmant.report.AbstractPrintingReport
 
error(Object, Throwable) - Method in class org.schmant.report.AbstractPrintingReport
 
error(Object) - Method in class org.schmant.report.AsynchronousReport
 
error(Object, Throwable) - Method in class org.schmant.report.AsynchronousReport
 
error(Object) - Method in class org.schmant.report.MultiplexingReport
 
error(Object, Throwable) - Method in class org.schmant.report.MultiplexingReport
 
error(Object) - Method in interface org.schmant.report.Report
Log a message to error level (Level.SEVERE).
error(Object, Throwable) - Method in interface org.schmant.report.Report
Log a message and an exception to error level (Level.SEVERE).
error(SAXParseException) - Method in class org.schmant.task.template.xml.DefaultErrorHandler
Logs an error and rethrows the exception.
ErrorHandlingStrategy - Interface in org.entityfs.error
This is an interface for an error handling strategy.
ErrorIgnoringTask - Class in org.schmant.task.proxy
See ErrorIgnoringTF
ErrorIgnoringTF - Class in org.schmant.task.proxy
Factory for the ErrorIgnoringTask
ErrorIgnoringTF() - Constructor for class org.schmant.task.proxy.ErrorIgnoringTF
 
escapeXmlCharacters(String) - Static method in class org.schmant.support.xml.XmlSupport
Escape all XML characters such as &, < and > to their entity counterparts
ETDirectory - Class in org.entityfs
This entity type identifies the directory entity type.
ETFile - Class in org.entityfs
This entity type identifies the file entity type.
EvalProducer - Class in org.schmant.arg
Deprecated.  
EvalProducer(String) - Constructor for class org.schmant.arg.EvalProducer
Deprecated. Use a closure instead.
EvalProducer(String, Map<String, ?>) - Constructor for class org.schmant.arg.EvalProducer
Deprecated. Use a closure instead.
EvalProducer(Object) - Constructor for class org.schmant.arg.EvalProducer
Deprecated. Use a closure instead.
EvalProducer(Object, Map<String, ?>) - Constructor for class org.schmant.arg.EvalProducer
Deprecated. Use a closure instead.
EvalProducer(Object, Map<String, ?>, Charset) - Constructor for class org.schmant.arg.EvalProducer
Deprecated. Use a closure instead.
evaluateIntelliJUrl(String, DirectoryView, DirectoryView, DirectoryView, String) - Static method in class org.schmant.project.intellij.IntelliJSupport
Evaluate the supplied URL and return the entity that it points to.
execAndWait(String) - Method in class org.entityfs.support.io.AbstractCommands
Execute an external command, such as ls and wait for it to complete.
execAndWait(ProcessSettings) - Static method in class org.schmant.support.io.ProcessSupport
Execute the command and wait for it to complete.
execAndWait(ArgumentList) - Method in class org.schmant.task.template.process.AbstractExtProcessTask
Run the external program.
execAndWait(ProcessSettings, ExtProcessConfigured) - Static method in class org.schmant.task.template.process.ExtProcessSupport
Run the program and return the result.
ExecutableConfigurable<T extends ExecutableConfigurable<T>> - Interface in org.schmant.task.template.process
This interface is implemented by classes that can be configured with the path to an executable (an external program).
execute(Collection<? extends LockCommand>) - Method in interface org.entityfs.lock.cmd.LockCommandExecutor
Execute the supplied lock commands and return the collection of locked locks.
execute(LockCommand...) - Method in interface org.entityfs.lock.cmd.LockCommandExecutor
Execute the supplied lock commands and return the collection of locked locks.
execute(LockCommand...) - Method in class org.entityfs.lock.cmd.LockCommandExecutorImpl
 
execute(Collection<? extends LockCommand>) - Method in class org.entityfs.lock.cmd.LockCommandExecutorImpl
 
ExecutePermission - Class in org.entityfs.security
This is an execute permission for an entity.
ExecutePermission(Entity, String) - Constructor for class org.entityfs.security.ExecutePermission
 
ExistingDirectory - Class in org.at4j.support.entityfs
This is a potential directory that already exists.
ExistingDirectory(Directory) - Constructor for class org.at4j.support.entityfs.ExistingDirectory
 
ExistingObjectProducer<T> - Class in org.schmant.arg
This Producer returns an object that already exists when this object is created.
ExistingObjectProducer(T) - Constructor for class org.schmant.arg.ExistingObjectProducer
 
exists() - Method in class org.entityfs.ram.AbstractRamEntityAdapter
 
exists() - Method in class org.schmant.support.FutureEntity
Does the entity represented by this future entity exist?
ExtendedTimestampExtraField - Class in org.at4j.zip.ef
This ZipEntryExtraField stores zero or more of a Zip entry's last modification, last access and original creation times, specified as Date values in the UTC time zone.
ExtendedTimestampExtraField(boolean, Date, Date, Date) - Constructor for class org.at4j.zip.ef.ExtendedTimestampExtraField
Create a new UniversalTimeExtraField object.
ExtendedTimestampExtraFieldFactory - Class in org.at4j.zip.ef
This is the ZipEntryExtraFieldFactory for ExtendedTimestampExtraField Zip entry extra field objects.
ExtendedTimestampExtraFieldFactory() - Constructor for class org.at4j.zip.ef.ExtendedTimestampExtraFieldFactory
 
ExtendedTimestampExtraFieldParser - Class in org.at4j.zip.ef
This is the parser for extra fields of the type ExtendedTimestampExtraField.
ExtendedTimestampExtraFieldParser() - Constructor for class org.at4j.zip.ef.ExtendedTimestampExtraFieldParser
 
EXTENSION_SEPARATOR - Static variable in interface org.entityfs.el.EntityLocation
The separator in an entity name between the base entity name and the entity name extension ("." ).
ExtFindbugsTask - Class in org.schmant.task.findbugs
Task for running Findbugs in an external process.
ExtFindbugsTF - Class in org.schmant.task.findbugs
Factory for ExtFindbugsTask.
ExtFindbugsTF() - Constructor for class org.schmant.task.findbugs.ExtFindbugsTF
 
ExtJarSignerTask - Class in org.schmant.task.jdk.jarsigner
Task for signing JAR files using a Java installation's jarsigner command.
ExtJarSignerTF - Class in org.schmant.task.jdk.jarsigner
Factory for ExtJarSignerTask objects.
ExtJarSignerTF() - Constructor for class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
ExtJavaConfigurable<T extends ExtJavaConfigurable<T>> - Interface in org.schmant.task.template.jdk.java
This is implemented by classes that can be configured with Java parameters.
ExtJavacTask - Class in org.schmant.task.jdk.javac.ext
See ExtJavacTF
ExtJavacTF - Class in org.schmant.task.jdk.javac.ext
Factory for the ExtJavacTask.
ExtJavacTF() - Constructor for class org.schmant.task.jdk.javac.ext.ExtJavacTF
 
ExtJavadocTask - Class in org.schmant.task.jdk.javadoc.ext
See ExtJavadocTF
ExtJavadocTaskDecorator - Interface in org.schmant.task.jdk.javadoc.ext
Decorator that provides extra functionality for the ExtJavadocTask.
ExtJavadocTF - Class in org.schmant.task.jdk.javadoc.ext
Factory for the ExtJavadocTask.
ExtJavadocTF() - Constructor for class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
ExtJavaTask - Class in org.schmant.task.jdk.java
See JavaTF
ExtJavaTaskConfigurable<T extends ExtJavaTaskConfigurable<T>> - Interface in org.schmant.task.template.jdk.java
 
ExtJavaTaskDecorator<T extends ExtJavaTaskDecorator<T>> - Interface in org.schmant.task.template.jdk.java
This is implemented by decorators for tasks that run Java in an external process.
ExtJUnit4Task - Class in org.schmant.task.junit4
Task for running JUnit 4 tests in an external process.
ExtJvmConfigurable<T extends ExtJvmConfigurable<T>> - Interface in org.schmant.task.template.jdk.java
Configuration options for external programs that use a Java virtual machine.
ExtJvmTaskConfigurable<T extends ExtJvmTaskConfigurable<T>> - Interface in org.schmant.task.template.jdk.java
 
ExtPdfDocletDecorator - Class in org.schmant.task.jdk.javadoc.pdfdoclet.ext
This PDF doclet decorator is used for the ExtJavadocTask.
ExtPdfDocletDecorator() - Constructor for class org.schmant.task.jdk.javadoc.pdfdoclet.ext.ExtPdfDocletDecorator
 
ExtProcessConfigurable<T extends ExtProcessConfigurable<T>> - Interface in org.schmant.task.template.process
This interface is implemented by classes that can be configured with settings for running an external program.
ExtProcessConfigured - Interface in org.schmant.task.template.process
 
ExtProcessSupport - Class in org.schmant.task.template.process
Class with static support methods for running external programs.
ExtProcessTask - Class in org.schmant.task.process
See ExtProcessTF
ExtProcessTask<T extends ExtProcessTask<T>> - Interface in org.schmant.task.template.process
A task running an external program.
ExtProcessTF - Class in org.schmant.task.process
Factory for the ExtProcessTask
ExtProcessTF() - Constructor for class org.schmant.task.process.ExtProcessTF
 
extract(TarEntryHeaderData, DataSource, Directory, TarExtractSpecification) - Method in class org.at4j.tar.ExtractTarEntryExtractionStrategy
 
extract(TarEntryHeaderData, DataSource, Directory, TarExtractSpecification) - Method in class org.at4j.tar.PrintTarEntryExtractionStrategy
 
extract(TarEntryHeaderData, DataSource, Directory, TarExtractSpecification) - Method in interface org.at4j.tar.TarEntryExtractionStrategy
Extract the current Tar entry.
extract(DirectoryView) - Method in class org.at4j.tar.TarExtractor
Extract the contents of the Tar file into a directory hierarchy starting with the target directory.
extract(DirectoryView, TarExtractSpecification) - Method in class org.at4j.tar.TarExtractor
Extract the contents of the Tar file into a directory hierarchy starting with the target directory.
extract(File) - Method in class org.at4j.tar.TarExtractor
Extract the contents of the Tar file into a directory hierarchy starting with the target directory.
extract(File, TarExtractSpecification) - Method in class org.at4j.tar.TarExtractor
Extract the contents of the Tar file into a directory hierarchy starting with the target directory.
extract(DirectoryView) - Method in class org.at4j.util.archive.ArchiveExtractor
Extract all entries in the archive to the supplied directory.
extract(DirectoryView, ExtractSpecification) - Method in class org.at4j.util.archive.ArchiveExtractor
Extract the archive entries that match the supplied filter to the target directory.
extract(File) - Method in class org.at4j.util.archive.ArchiveExtractor
Extract all entries in the archive to the supplied directory.
extract(File, ExtractSpecification) - Method in class org.at4j.util.archive.ArchiveExtractor
Extract the archive entries that match the supplied filter to the target directory.
extractDirectory(TarEntryHeaderData, DataSource, Directory, TarExtractSpecification) - Method in class org.at4j.tar.ExtractTarEntryExtractionStrategy
 
extractDirectory(ArchiveDirectoryEntry<?, ?>, PotentialDirectory, ExtractSpecification) - Method in interface org.at4j.util.archive.EntryExtractionStrategy
Extract a directory entry to the target directory.
extractDirectory(ArchiveDirectoryEntry<?, ?>, PotentialDirectory, ExtractSpecification) - Method in class org.at4j.util.archive.EntryExtractor
 
extractDirectory(ArchiveDirectoryEntry<?, ?>, PotentialDirectory, ExtractSpecification) - Method in class org.at4j.util.archive.PrintingEntryExtractor
 
extractFile(TarEntryHeaderData, DataSource, Directory, TarExtractSpecification) - Method in class org.at4j.tar.ExtractTarEntryExtractionStrategy
 
extractFile(ArchiveFileEntry<?, ?>, PotentialDirectory, ExtractSpecification) - Method in interface org.at4j.util.archive.EntryExtractionStrategy
Extract a file entry to the target directory.
extractFile(ArchiveFileEntry<?, ?>, PotentialDirectory, ExtractSpecification) - Method in class org.at4j.util.archive.EntryExtractor
 
extractFile(ArchiveFileEntry<?, ?>, PotentialDirectory, ExtractSpecification) - Method in class org.at4j.util.archive.PrintingEntryExtractor
 
extractInternal(Directory, TarExtractSpecification) - Method in class org.at4j.tar.TarExtractor
 
ExtractSpecification - Class in org.at4j.util.archive
This specification object contains configuration for an extraction operation by the ArchiveExtractor.
ExtractSpecification() - Constructor for class org.at4j.util.archive.ExtractSpecification
 
extractSymbolicLink(TarEntryHeaderData, DataSource, Directory, TarExtractSpecification) - Method in class org.at4j.tar.ExtractTarEntryExtractionStrategy
 
extractSymbolicLink(ArchiveSymbolicLinkEntry<?, ?>, PotentialDirectory, ExtractSpecification) - Method in interface org.at4j.util.archive.EntryExtractionStrategy
Extract a symbolic link entry to the target directory.
extractSymbolicLink(ArchiveSymbolicLinkEntry<?, ?>, PotentialDirectory, ExtractSpecification) - Method in class org.at4j.util.archive.EntryExtractor
This method just prints a warning to stderr about that it could not extract the symbolic link.
extractSymbolicLink(ArchiveSymbolicLinkEntry<?, ?>, PotentialDirectory, ExtractSpecification) - Method in class org.at4j.util.archive.PrintingEntryExtractor
 
ExtractTarEntryExtractionStrategy - Class in org.at4j.tar
This strategy object extract Tar entries to a target directory.
ExtractTarEntryExtractionStrategy(boolean) - Constructor for class org.at4j.tar.ExtractTarEntryExtractionStrategy
 
ExtStandardDocletDecorator - Class in org.schmant.task.jdk.javadoc.ext
This decorator is used for generating documentation with the standard doclet when running the ExtJavadocTask / ExtJavadocTF.
ExtStandardDocletDecorator() - Constructor for class org.schmant.task.jdk.javadoc.ext.ExtStandardDocletDecorator
 

F

FailedTest - Class in org.schmant.task.junit4.suitereporter
This contains data about a failed test in a TestRun.
FailedTest(String, String, String, String) - Constructor for class org.schmant.task.junit4.suitereporter.FailedTest
 
FalseAEF - Class in org.at4j.archive
This is a filter that don't match any entries at all.
FalseAEF() - Constructor for class org.at4j.archive.FalseAEF
 
FalseEntityFilter - Class in org.entityfs.util.filter.entity
This entity filter does not match any entities.
FalseEntityFilter() - Constructor for class org.entityfs.util.filter.entity.FalseEntityFilter
 
FalseETAF - Class in org.at4j.archive.builder
This filter always returns false.
FalseETAF() - Constructor for class org.at4j.archive.builder.FalseETAF
 
FalseFilter<T> - Class in org.entityfs.support.filter
This filter does not match any objects at all.
FalseFilter() - Constructor for class org.entityfs.support.filter.FalseFilter
 
FalseProjectFilter - Class in org.schmant.project.filter
A ProjectFilter that doesn't match any projects.
FAST_COMPRESSION - Static variable in class org.at4j.zip.comp.DeflatedCompressionMethod
A singleton instance that uses the "fast" compression level.
FAST_COMPRESSION_LEVEL - Static variable in class org.at4j.zip.comp.DeflatedCompressionMethod
The "fast" compression level.
FASTEST_COMPRESSION - Static variable in class org.at4j.zip.comp.DeflatedCompressionMethod
A singleton instance that uses the fastest compression level.
FASTEST_COMPRESSION_LEVEL - Static variable in class org.at4j.zip.comp.DeflatedCompressionMethod
The fastest compression level.
fatalError(SAXParseException) - Method in class org.schmant.task.template.xml.DefaultErrorHandler
Logs an error and rethrows the exception.
FCAppendable - Interface in org.entityfs.cap.entity
This is a marker capability that flags that a file is appendable.
FCAppendableImpl - Class in org.entityfs.cap.entity
This is the default, empty, implementation of FCAppendable.
FCAppendableImpl(EFile) - Constructor for class org.entityfs.cap.entity.FCAppendableImpl
 
FCFileBacked - Interface in org.entityfs.fs.cap.entity
This capability is supported by an EFile:s that is backed by a File.
FCFileBackedUtil - Class in org.entityfs.util.cap.entity
A utility class with static methods for working with FCFileBacked file entity capabilities.
FCRandomAccess - Interface in org.entityfs.cap.entity
This is a marker capability that flags that a file can be opened for random access.
FCRandomAccessImpl - Class in org.entityfs.cap.entity
This is the default, empty, implementation of FCRandomAccess.
FCRandomAccessImpl(EFile) - Constructor for class org.entityfs.cap.entity.FCRandomAccessImpl
 
FCTAppendable - Class in org.entityfs.cap.entity
This is the capability identifier for the FCAppendable file capability.
FCTFileBacked - Class in org.entityfs.fs.cap.entity
The singleton instance of this class (FCTFileBacked.TYPE) identifies the FCFileBacked capability.
FCTRandomAccess - Class in org.entityfs.cap.entity
This is the capability identifier for the FCRandomAccess file capability.
FGrepFilter - Class in org.entityfs.util.filter.entity
This filter matches text files that contain a certain text.
FGrepFilter(String) - Constructor for class org.entityfs.util.filter.entity.FGrepFilter
Create a new case-sensitive fgrep filter that matches text files containing the supplied text.
FGrepFilter(String, boolean) - Constructor for class org.entityfs.util.filter.entity.FGrepFilter
Create a new fgrep filter that matches text files containing the supplied text.
FGrepFilter(String, boolean, Charset) - Constructor for class org.entityfs.util.filter.entity.FGrepFilter
Create a new fgrep filter that matches text files containing the supplied text.
FILE_TYPE_FLAG - Static variable in class org.at4j.tar.TarConstants
The type flag for a file.
FileAEF - Class in org.at4j.archive
This is a filter that matches file entries.
FileAEF() - Constructor for class org.at4j.archive.FileAEF
 
FileBackedProperties - Class in org.entityfs.util.properties
This is an implementation of Properties that is backed by a file.
FileBackedProperties(ReadWritableFile) - Constructor for class org.entityfs.util.properties.FileBackedProperties
Create a file-based properties object.
FileBackedProperties(ReadWritableFile, boolean) - Constructor for class org.entityfs.util.properties.FileBackedProperties
 
FileDirectoryAdapter - Class in org.at4j.tar.builder
This object adapts a File directory to the DirectoryAdapter interface.
FileDirectoryAdapter(File) - Constructor for class org.at4j.tar.builder.FileDirectoryAdapter
Create a new adapter.
FileETAF - Class in org.at4j.archive.builder
This filter returns true of the entity is a file.
FileETAF() - Constructor for class org.at4j.archive.builder.FileETAF
 
FileInputStreamFactory - Interface in org.entityfs.support.io
This interface defines an interface for creating FileInputStream:s.
FileInputStreamFactoryImpl - Class in org.entityfs.support.io
Standard implementation of FileInputStreamFactory that creates plain FileInputStream objects.
FileOutputStreamFactory - Interface in org.entityfs.support.io
This interface defines an interface for creating FileOutputStream:s.
FileOutputStreamFactoryImpl - Class in org.entityfs.support.io
Standard implementation of FileOutputStreamFactory that creates plain FileOutputStream objects.
FileReadableFile - Class in org.entityfs.util
This is a ReadableFile that encapsulates a File.
FileReadableFile(File) - Constructor for class org.entityfs.util.FileReadableFile
 
FileReport - Class in org.schmant.report
This Report prints its output to a file.
FileReport(String, ReportLineFormatter, WritableFile, boolean) - Constructor for class org.schmant.report.FileReport
Create a new FileReport.
FileReport(String, WritableFile) - Constructor for class org.schmant.report.FileReport
Create a new FileReport.
FileReportFactory - Class in org.schmant.report
This is a ReportFactory that creates FileReport Report:s.
FileReportFactory() - Constructor for class org.schmant.report.FileReportFactory
 
Files - Class in org.entityfs.util
This class contains static methods for working with EFile:s.
FileSizeAndModificationTimeMatchStrategy - Class in org.entityfs.util.dirdiff
This EntityMatchStrategy only matches files with the same names and sizes.
FileSizeAndModificationTimeMatchStrategy() - Constructor for class org.entityfs.util.dirdiff.FileSizeAndModificationTimeMatchStrategy
 
FileSupport - Class in org.schmant.support.io
This class contains static utility methods for working with java.io.File:s.
FileSystem - Interface in org.entityfs
This is the public (client-visible) interface for a file system implementation.
FileSystemBuilder<T extends FileSystemBuilder<T>> - Interface in org.entityfs
A file system builder encapsulates the logic for creating a FileSystem.
FileSystemCapability - Interface in org.entityfs.cap
A file system capability adds capabilities to a file system implementation.
FileSystemCapabilityType<T extends FileSystemCapability> - Interface in org.entityfs.cap
This interface defines a type object for identifying file system capability types.
FileSystemConfigurationException - Exception in org.entityfs.exception
This exception is thrown by a org.entityfs.FileSystemBuilder if invalid configuration prevents it from creating a file system.
FileSystemConfigurationException(String) - Constructor for exception org.entityfs.exception.FileSystemConfigurationException
 
FileSystemConfigurationException(String, Throwable) - Constructor for exception org.entityfs.exception.FileSystemConfigurationException
 
FileSystemException - Exception in org.entityfs.support.exception
This exception is the base class for all exceptions thrown by EntityFS methods.
FileSystemException(String) - Constructor for exception org.entityfs.support.exception.FileSystemException
 
FileSystemException(Throwable) - Constructor for exception org.entityfs.support.exception.FileSystemException
 
FileSystemException(String, Throwable) - Constructor for exception org.entityfs.support.exception.FileSystemException
 
FileSystemFullException - Exception in org.entityfs.exception
This exception is thrown when a write operation is attempted on a full file system.
FileSystemFullException() - Constructor for exception org.entityfs.exception.FileSystemFullException
 
FileSystemFullException(long) - Constructor for exception org.entityfs.exception.FileSystemFullException
 
FileSystems - Class in org.entityfs.util
A utility class that contains static methods for working with FileSystem:s.
FileSystemSecurityException - Exception in org.entityfs.security
This exception is used for security-related errors.
FileSystemSecurityException(String) - Constructor for exception org.entityfs.security.FileSystemSecurityException
 
FileSystemSecurityException(Throwable) - Constructor for exception org.entityfs.security.FileSystemSecurityException
 
FileSystemSecurityException(String, Throwable) - Constructor for exception org.entityfs.security.FileSystemSecurityException
 
FileWritableFile - Class in org.entityfs.util
This is a WritableFile that encapsulates a File
FileWritableFile(File) - Constructor for class org.entityfs.util.FileWritableFile
 
FILTER - Static variable in class org.at4j.archive.builder.DirectoryETAF
Since this object does not contain any internal state, this singleton instance may be used instead of creating new objects.
FILTER - Static variable in class org.at4j.archive.builder.FalseETAF
Since this object does not contain any internal state, this singleton instance may be used instead of creating new objects.
FILTER - Static variable in class org.at4j.archive.builder.FileETAF
Since this object does not contain any internal state, this singleton instance may be used instead of creating new objects.
FILTER - Static variable in class org.at4j.archive.builder.TrueETAF
Since this object does not contain any internal state, this singleton instance may be used instead of creating new objects.
FILTER - Static variable in class org.at4j.archive.DirectoryAEF
This singleton instance may be used instead of instantiating the filter.
FILTER - Static variable in class org.at4j.archive.FalseAEF
This singleton instance may be used instead of instantiating the filter.
FILTER - Static variable in class org.at4j.archive.FileAEF
This singleton instance may be used instead of instantiating the filter.
FILTER - Static variable in class org.at4j.archive.TrueAEF
This singleton instance may be used instead of instantiating the filter.
FILTER - Static variable in class org.at4j.tar.TarDirectoryEntryFilter
The singleton instance.
FILTER - Static variable in class org.at4j.tar.TarFileEntryFilter
The singleton instance.
Filter<T> - Interface in org.entityfs.support.filter
This interface defines a generic filter that can match or not match an object.
filter(T) - Method in interface org.entityfs.support.lang.ArrayFilter
Filter the element before it is included in the target array.
FILTER - Static variable in class org.entityfs.util.filter.entity.DirectoryEmptyFilter
Singleton filter instance.
FILTER - Static variable in class org.entityfs.util.filter.entity.DirectoryFilter
Singleton filter instance.
FILTER - Static variable in class org.entityfs.util.filter.entity.EFileFilter
Singleton filter instance.
FILTER - Static variable in class org.entityfs.util.filter.entity.FalseEntityFilter
The singleton instance.
FILTER - Static variable in class org.entityfs.util.filter.entity.LockedEntityFilter
Singleton filter instance.
FILTER - Static variable in class org.entityfs.util.filter.entity.ReadLockedEntityFilter
Singleton filter instance.
FILTER - Static variable in class org.entityfs.util.filter.entity.TrueEntityFilter
This singleton instance can be used instead of instantiating this class.
FILTER - Static variable in class org.entityfs.util.filter.entity.WriteLockedEntityFilter
Singleton filter instance.
FILTER - Static variable in class org.schmant.project.filter.FalseProjectFilter
An alias for the singleton instance.
filter(Collection<T>, Filter<? super Project>) - Static method in class org.schmant.project.filter.ProjectFilterUtil
Filter a collection of Project:s and return the projects that passed the filter.
FILTER - Static variable in class org.schmant.project.filter.TrueProjectFilter
An alias for the singleton instance.
FILTER - Static variable in class org.schmant.project.java.JavaProjectFilter
An alias for the singleton instance.
filterArray(T[], ArrayFilter<T>) - Static method in class org.entityfs.support.lang.ArrayUtil
Filter and possibly transform the elements in arr and return them in a new array.
filterCollection(Collection<? extends EntityView>, Filter<? super EntityView>) - Static method in class org.entityfs.util.EntityFilters
Filter the elements in the provided Collection through the filter and return all entities that pass it.
FilteringIterator<T> - Class in org.entityfs.util.itr
An iterator that filters the results from another iterator.
FilteringIterator(Iterator<? extends T>, Filter<? super T>) - Constructor for class org.entityfs.util.itr.FilteringIterator
Create a filtering iterator that filters elements from the iterator through the filter.
FilteringZipEntryInfoProvider - Class in org.entityfs.util.zip
This ZipEntryInfoProvider uses another provider to add information only to the entities that pass its entity Filter.
FilteringZipEntryInfoProvider(Filter<? super EntityView>, ZipEntryInfoProvider) - Constructor for class org.entityfs.util.zip.FilteringZipEntryInfoProvider
 
filterList(List<? extends EntityView>, Filter<? super EntityView>) - Static method in class org.entityfs.util.EntityFilters
Filter the elements in the provided List through the filter and return all entities that pass it.
filterStack(String) - Static method in class org.schmant.task.junit4.launcher.AntXmlRunListener
Filters stack frames from internal JUnit and Ant classes
FilterToConvenientFilterAdapter<T> - Class in org.entityfs.support.filter
This object makes a ConvenientFilter out of a Filter
FilterToConvenientFilterAdapter(Filter<? super T>) - Constructor for class org.entityfs.support.filter.FilterToConvenientFilterAdapter
 
finalize() - Method in class org.at4j.archive.ArchiveEntryCollaborator
 
finalize() - Method in class org.at4j.comp.bzip2.BZip2InputStream
Close the stream if the client has been sloppy about it.
finalize() - Method in class org.at4j.comp.bzip2.BZip2OutputStream
Close the stream if the client has been sloppy about it.
finalize() - Method in class org.at4j.comp.lzma.LzmaInputStream
 
finalize() - Method in class org.at4j.comp.lzma.LzmaOutputStream
 
finalize() - Method in class org.at4j.tar.builder.TarBuilder
 
finalize() - Method in class org.at4j.tar.builder.TarStreamBuilder
 
finalize() - Method in class org.at4j.tar.TarFile
 
finalize() - Method in class org.at4j.zip.builder.ZipBuilder
 
finalize() - Method in class org.at4j.zip.ZipFile
 
finalize() - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
finalize() - Method in class org.entityfs.util.io.InputStreamBackedRandomAccess
 
finalize() - Method in class org.entityfs.util.io.InputStreamToDataSourceAdapter
 
finalize() - Method in class org.entityfs.util.io.OutputStreamToDataSinkAdapter
 
finalize() - Method in class org.entityfs.util.io.RandomAccessAdapter
 
finalize() - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
finalize() - Method in class org.entityfs.util.io.RangeRandomAccess
 
finalize() - Method in class org.entityfs.util.io.TempFileBackedRandomAccess
 
finalize() - Method in class org.entityfs.util.lang.EntityClassLoader
 
finalize() - Method in class org.entityfs.zip.ZipFileSystemAdapter
 
finalize() - Method in class org.schmant.task.junit4.launcher.AntXmlRunListener
 
finalize() - Method in class org.schmant.task.junit4.launcher.SaveReportToXmlFileRunListener
 
finalize() - Method in class org.schmant.tpm.TaskPackageManager
 
find(EntityListable, Filter<? super EntityView>) - Static method in class org.entityfs.util.Directories
Find the entities in the directory hierarchy under dir that match the filter.
FindbugsConfigurable<T extends FindbugsConfigurable<T>> - Interface in org.schmant.task.findbugs
This interface is implemented by classes that can be configured for running Findbugs.
FindbugsEffortLevel - Enum in org.schmant.task.findbugs
Enumeration over the different Findbugs effort levels, i.e.
FindbugsReportFormat - Enum in org.schmant.task.findbugs
Enumeration over the different Findbugs report formats.
FindbugsReportLevel - Enum in org.schmant.task.findbugs
Enumeration over the different Findbugs reporting levels.
findClass(String) - Method in class org.entityfs.util.lang.EntityClassLoader
 
findClass(String) - Method in class org.schmant.tpm.IsolatedTaskPackageClassLoader
 
findElementInScope(XMLEventReader, QName, QName...) - Static method in class org.schmant.support.xml.stax.StAXSupport
Search for any of the named elements within the scope of an element.
findElementInScope(XMLEventReader, String, String...) - Static method in class org.schmant.support.xml.stax.StAXSupport
Search for any of the named elements within the scope of an element.
findElementInScopeOrNull(XMLEventReader, QName, QName...) - Static method in class org.schmant.support.xml.stax.StAXSupport
Search for any of the named elements within the scope of an element, returning null if no such element was found.
findElementInScopeOrNull(XMLEventReader, String, String...) - Static method in class org.schmant.support.xml.stax.StAXSupport
Search for any of the named elements within the scope of an element, returning null if no such element was found.
findEntities(EntityListable, Filter<? super EntityView>) - Static method in class org.entityfs.util.Directories
Find the entities in the directory hierarchy under dir that match the filter.
findFileInClasspath(RelativeLocation) - Method in class org.entityfs.util.lang.EntityClassLoader
This is used by all methods to find a file in the class path.
flagDone() - Method in class org.schmant.support.io.AbstractProcessOutputListener
Set by the owning thread when this thread should shut down.
flagDone() - Method in interface org.schmant.support.io.ProcessOutputListener
This is called by the owner when the listener should stop listening to the stream and return from the run method.
flagForError(TaskRunnable, Throwable) - Method in class org.schmant.run.TaskExecutorStatus
Flag that there have been build errors.
flags() - Method in class org.entityfs.support.util.regexp.Glob
Get the pattern compilation flags that were used when compiling this glob pattern.
FlatteningList<T> - Class in org.schmant.support.util
This is a list of object that flattens all collections and arrays added to.
FlatteningList() - Constructor for class org.schmant.support.util.FlatteningList
 
FlatteningList(int) - Constructor for class org.schmant.support.util.FlatteningList
 
FlatteningListDecorator - Interface in org.schmant.support.util
This adapter is used by different script language implementations to teach FlatteningList about their own strange array and collection implementations.
flush() - Method in interface org.entityfs.DataSink
Flush changes made to the sink to the underlying storage.
flush() - Method in class org.entityfs.support.io.MultiplexingOutputStream
 
flush() - Method in class org.entityfs.support.io.OutputStreamProxy
 
flush() - Method in class org.entityfs.util.base.EmptyRandomAccess
 
flush() - Method in class org.entityfs.util.io.ByteArrayRandomAccess
 
flush() - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
flush() - Method in class org.entityfs.util.io.DataSinkToOutputStreamAdapter
 
flush() - Method in class org.entityfs.util.io.InputStreamBackedRandomAccess
 
flush() - Method in class org.entityfs.util.io.LockAwareFileOutputStream
 
flush() - Method in class org.entityfs.util.io.LockAwareOutputStream
 
flush() - Method in class org.entityfs.util.io.LockAwareRandomAccess
 
flush() - Method in class org.entityfs.util.io.OutputStreamToDataSinkAdapter
 
flush() - Method in class org.entityfs.util.io.RandomAccessAdapter
 
flush() - Method in class org.entityfs.util.io.RandomAccessOutputStreamAdapter
Deprecated.  
flush() - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
flush() - Method in class org.entityfs.util.io.RandomAccessToOutputStreamAdapter
 
flush() - Method in class org.entityfs.util.io.RangeRandomAccess
 
flush() - Method in class org.entityfs.util.io.TempFileBackedRandomAccess
If the temporary file has been written to, flush changes to the master file.
forCode(UnsignedShort) - Method in class org.at4j.zip.comp.ZipEntryCompressionMethodRegistry
Get the ZipEntryCompressionMethodFactory that creates compression method objects corresponding to the supplied code.
forCode(UnsignedShort) - Method in class org.at4j.zip.ef.ZipEntryExtraFieldParserRegistry
Get the extra field parser registered under the supplied code.
forCode(int) - Static method in enum org.at4j.zip.extattrs.UnixEntityType
Get the Unix entity type corresponding to the code.
forCode(short) - Static method in class org.entityfs.entityattrs.unix.UnixEntityMode
Create an UnixEntityMode object from its numerical representation.
forCode(int) - Static method in class org.entityfs.entityattrs.unix.UnixEntityMode
Create an UnixEntityMode object from its numerical representation.
ForEachSourceTask - Class in org.schmant.task.meta
See ForEachSourceTF
ForEachSourceTF - Class in org.schmant.task.meta
See ForEachSourceTF
ForEachSourceTF() - Constructor for class org.schmant.task.meta.ForEachSourceTF
 
FormatCharacterFileTask - Class in org.schmant.task.text
See FormatCharacterFileTF
FormatCharacterFileTF - Class in org.schmant.task.text
Factory for the FormatCharacterFileTask.
FormatCharacterFileTF() - Constructor for class org.schmant.task.text.FormatCharacterFileTF
 
formatLine(String, String, String) - Method in interface org.schmant.report.ReportLineFormatter
Format one log line.
formatLine(String, String, String) - Method in class org.schmant.report.SimpleReportLineFormatter
 
formatStackTrace(String, String, Throwable) - Method in interface org.schmant.report.ReportLineFormatter
Format a log message containing a stack trace.
formatStackTrace(String, String, Throwable) - Method in class org.schmant.report.SimpleReportLineFormatter
 
forVersionMadeBy(ZipVersionMadeBy) - Method in class org.at4j.zip.extattrs.ZipExternalFileAttributesParserRegistry
Get the parser for the specific Zip software version.
FoundEntity - Class in org.entityfs.util
This objects represents one found entity.
fromBigEndianByteArray(byte[]) - Static method in class org.at4j.support.lang.SignedInteger
Create a signed integer value from an four bytes long big-endian byte array.
fromBigEndianByteArray(byte[]) - Static method in class org.at4j.support.lang.SignedLong
Create a signed long value from an eight bytes long big-endian byte array.
fromBigEndianByteArray(byte[]) - Static method in class org.at4j.support.lang.UnsignedInteger
Create an unsigned integer value from a four bytes long, big-endian byte array.
fromBigEndianByteArray(byte[], int) - Static method in class org.at4j.support.lang.UnsignedInteger
Create an unsigned integer value from four bytes read from the given offset position in the supplied byte array.
fromBigEndianByteArray(byte[]) - Static method in class org.at4j.support.lang.UnsignedLong
Create an unsigned long value from a eight bytes long, big-endian byte array.
fromBigEndianByteArray(byte[], int) - Static method in class org.at4j.support.lang.UnsignedLong
Create an unsigned long value from eight bytes read from the given offset position in the supplied byte array.
fromBigEndianByteArray(byte[]) - Static method in class org.at4j.support.lang.UnsignedShort
Create an unsigned short value from a two bytes long, big-endian byte array.
fromBigEndianByteArray(byte[], int) - Static method in class org.at4j.support.lang.UnsignedShort
Create an unsigned short value from two bytes read from the given offset position in the supplied byte array.
fromBigEndianByteArrayToLong(byte[], int) - Static method in class org.at4j.support.lang.UnsignedInteger
Create a long value representing the unsigned integer value in the byte array at the specified offset.
fromLittleEndianByteArray(byte[]) - Static method in class org.at4j.support.lang.SignedInteger
Create a signed integer value from an four bytes long little-endian byte array.
fromLittleEndianByteArray(byte[]) - Static method in class org.at4j.support.lang.SignedLong
Create a signed long value from an eight bytes long little-endian byte array.
fromLittleEndianByteArrayToLong(byte[], int) - Static method in class org.at4j.support.lang.UnsignedInteger
Create a long value representing the unsigned integer value in the byte array at the specified offset.
fromModifiedUtf8(byte[]) - Static method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated. Interpret the supplied byte array as modified UTF-8 data as described in the DataInput interface.
fromModifiedUtf8(byte[]) - Static method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
Interpret the supplied byte array as modified UTF-8 data as described in the DataInput interface.
FSCAppendableFiles - Interface in org.entityfs.cap.fs
This is a marker capability that flags that a file system's files are appendable.
FSCAppendableFilesImpl - Class in org.entityfs.cap.fs
This is the default (empty) implementation of FSCAppendableFiles.
FSCAppendableFilesImpl() - Constructor for class org.entityfs.cap.fs.FSCAppendableFilesImpl
 
FSCFileResolvable - Interface in org.entityfs.fs.cap.fs
This capability is supported by file systems with entities that can be resolved to File:s.
FSCFileResolvableUtil - Class in org.entityfs.util.cap.fs
This utility class contains static methods for working with file systems that support the FSCFileResolvable file system capability.
FSCJarFileBacked - Interface in org.entityfs.jar.cap.fs
This capability is supported by Jar file systems.
FSCJarFileBackedUtil - Class in org.entityfs.jar.cap.fs
This is a utility class with static utility methods for working with file systems supporting the FSCJarFileBacked capability.
FSCPersistent - Interface in org.entityfs.cap.fs
This is a marker capability that flags that the file system works against a persistent backend.
FSCPersistentImpl - Class in org.entityfs.cap.fs
This is the default (empty) implementation of FSCPersistent.
FSCPersistentImpl() - Constructor for class org.entityfs.cap.fs.FSCPersistentImpl
 
FSCRandomAccessFiles - Interface in org.entityfs.cap.fs
This is a marker capability that flags that files in this file system can be opened for random access.
FSCRandomAccessFilesImpl - Class in org.entityfs.cap.fs
This is the default (empty) implementation of FSCRandomAccessFiles.
FSCRandomAccessFilesImpl() - Constructor for class org.entityfs.cap.fs.FSCRandomAccessFilesImpl
 
FSCTAppendableFiles - Class in org.entityfs.cap.fs
This is the capability identifier for the FSCAppendableFiles file system capability.
FSCTFileResolvable - Class in org.entityfs.fs.cap.fs
The singleton instance of this class (FSCTFileResolvable.TYPE) identifies the FSCTFileResolvable capability.
FSCTJarFileBacked - Class in org.entityfs.jar.cap.fs
The singleton instance of this class (FSCTJarFileBacked.TYPE) identifies the FSCJarFileBacked file system capability.
FSCTPersistent - Class in org.entityfs.cap.fs
This is the capability identifier for the FSCPersistent file system capability.
FSCTRandomAccessFiles - Class in org.entityfs.cap.fs
This is the capability identifier for the FSCRandomAccessFiles file system capability.
FSCTUriResolvable - Class in org.entityfs.fs.cap.fs
The singleton instance of this class (FSCTUriResolvable.TYPE) identifies the FSCUriResolvable capability.
FSCTZipFileBacked - Class in org.entityfs.zip.cap.fs
The singleton instance of this class (FSCTZipFileBacked.TYPE) identifies the FSCZipFileBacked file system capability.
FSCUriResolvable - Interface in org.entityfs.fs.cap.fs
This capability is supported by file systems with entities that can be resolved to URI:s.
FSCUriResolvableUtil - Class in org.entityfs.util.cap.fs
This utility class contains static methods for working with file systems that support the FSCUriResolvable file system capability.
FSCZipFileBacked - Interface in org.entityfs.zip.cap.fs
This capability is supported by Zip and Jar file systems.
FSCZipFileBackedImpl<T extends ZipFile> - Class in org.entityfs.zip
 
FSCZipFileBackedImpl(T, FileSystem) - Constructor for class org.entityfs.zip.FSCZipFileBackedImpl
 
FSCZipFileBackedUtil - Class in org.entityfs.zip.cap.fs
This is a utility class with static utility methods for working with file systems supporting the FSCZipFileBacked capability.
FSFileSystemBuilder<T extends FSFileSystemBuilder<T>> - Interface in org.entityfs.fs
This interface is implemented by all builders of file-based file systems.
FSROFileSystemBuilder - Class in org.entityfs.fs
This is a builder object for read only, file-backed file systems.
FSROFileSystemBuilder() - Constructor for class org.entityfs.fs.FSROFileSystemBuilder
Create a builder with default settings: LogAdapter: DefaultLogAdapter.DEFAULT_ADAPTER EntityValidityControlStrategy: BackendCheckingValidityControlStrategy
FSRWFileSystemBuilder - Class in org.entityfs.fs
This is a builder object for read/write, file-backed file systems.
FSRWFileSystemBuilder() - Constructor for class org.entityfs.fs.FSRWFileSystemBuilder
Create a builder with default settings: LogAdapter: DefaultLogAdapter.DEFAULT_ADAPTER EntityValidityControlStrategy: BackendCheckingValidityControlStrategy
FutureDirectory - Class in org.at4j.support.entityfs
This is a PotentialDirectory that does not exist at the time when the object is created.
FutureDirectory(PotentialDirectory, String, OverwriteStrategy, long) - Constructor for class org.at4j.support.entityfs.FutureDirectory
Create a new future directory object.
FutureDirectory - Class in org.schmant.support
This object is a FutureEntity for future entities that are directories.
FutureDirectory(DirectoryView, String) - Constructor for class org.schmant.support.FutureDirectory
Create a new future directory with a name and a parent directory.
FutureDirectory(DirectoryView, RelativeLocation) - Constructor for class org.schmant.support.FutureDirectory
Create a new future directory with a relative location against a base directory.
FutureDirectory(DirectoryView) - Constructor for class org.schmant.support.FutureDirectory
Create a future directory representing an existing directory entity.
FutureDirectory(File) - Constructor for class org.schmant.support.FutureDirectory
Create a future directory representing the referenced directory of a File object.
FutureEntity - Class in org.schmant.support
An instance of this class represents the location of a future entity (a file or directory).
FutureEntity(DirectoryView, String) - Constructor for class org.schmant.support.FutureEntity
Create a FutureEntity as a (perhaps future) entity in an existing parent directory.
FutureEntity(DirectoryView, RelativeLocation) - Constructor for class org.schmant.support.FutureEntity
Create a FutureEntity as a (perhaps future) entity with the supplied location relative to an existing directory.
FutureEntity(EntityView) - Constructor for class org.schmant.support.FutureEntity
Create a FutureEntity representing an entity that exists now.
FutureEntity(File) - Constructor for class org.schmant.support.FutureEntity
Create a FutureEntity representing a File path in the file system.
FutureEntityFactory - Interface in org.schmant.support
This is an interface for an object that creates FutureEntity objects.
FutureEntityIndexStrategy - Class in org.schmant.support
This is a FutureEntityStrategy that creates future entities of the form [base_directory]/[prefix][index][suffix].
FutureEntityIndexStrategy(DirectoryView, String, String) - Constructor for class org.schmant.support.FutureEntityIndexStrategy
Create a FutureEntityIndexStrategy.
FutureEntityIndexStrategy(DirectoryView, String, String, int) - Constructor for class org.schmant.support.FutureEntityIndexStrategy
Create a FutureEntityIndexStrategy.
FutureEntityNotCreatedYetException - Exception in org.schmant.support
Thrown by FutureEntity methods.
FutureEntityNotCreatedYetException(String) - Constructor for exception org.schmant.support.FutureEntityNotCreatedYetException
 
FutureEntityStrategy - Interface in org.schmant.support
The FutureEntityStrategy is the interface for a strategy that can take a source object and create a FutureEntity object based on it.
FutureFile - Class in org.schmant.support
This object is a FutureEntity for future entities that are files.
FutureFile(DirectoryView, String) - Constructor for class org.schmant.support.FutureFile
Create a new future file with a name and a parent directory.
FutureFile(DirectoryView, RelativeLocation) - Constructor for class org.schmant.support.FutureFile
Create a new future file with a relative location against a base directory.
FutureFile(EFile) - Constructor for class org.schmant.support.FutureFile
Create a future file representing an existing file entity.
FutureFile(File) - Constructor for class org.schmant.support.FutureFile
Create a future file representing the referenced file of a File object.
FutureProperty<T> - Class in org.schmant.support
Objects of this type represent future property values of other objects.
FutureProperty(Object, String) - Constructor for class org.schmant.support.FutureProperty
Create the future property.

G

GatheringByteChannelAdapter - Class in org.entityfs.support.io
This is an adapter for making a GatheringByteChannel out of a plain WritableByteChannel.
GatheringByteChannelAdapter(WritableByteChannel) - Constructor for class org.entityfs.support.io.GatheringByteChannelAdapter
 
GatheringByteChannelProxy<T extends GatheringByteChannel> - Class in org.entityfs.support.io
This is a proxy class for GatheringByteChannel implementations.
GatheringByteChannelProxy(T) - Constructor for class org.entityfs.support.io.GatheringByteChannelProxy
 
GeneratorTaskConfigurable<T extends GeneratorTaskConfigurable<T>> - Interface in org.schmant.task
This interface defines the properties that should be configurable for all generator tasks.
GeneratorTaskFactory<T extends GeneratorTaskFactory<T,U>,U extends GeneratorTaskSpec<U>> - Interface in org.schmant.task
This interface defines a factory for creating generator tasks.
GeneratorTaskSpec<T extends GeneratorTaskSpec<T>> - Interface in org.schmant.task
This interface defines a basic specification for a generator task.
get(Object) - Method in class org.at4j.tar.TarFile
Get the TarEntry stored at the specified absolute location in the Tar file.
get(Object) - Method in class org.at4j.zip.ZipFile
Get the Zip entry at the specified absolute location in the Zip file.
get(int) - Static method in enum org.entityfs.entityattrs.ntfs.NtFileAttributes
Get the set of NT file attributes that correspond to the flag code.
get(Object) - Method in class org.entityfs.util.properties.FileBackedProperties
 
get() - Method in class org.schmant.arg.ArgumentInterpretationResult
Get the first object in the list returned from ArgumentInterpretationResult.getInterpreted().
get() - Method in class org.schmant.arg.ExistingObjectProducer
 
get() - Method in interface org.schmant.arg.Producer
Returns the produced object, or null if nothing is produced yet.
get() - Method in class org.schmant.lang.TwoState
Get the value.
get() - Static method in class org.schmant.plugin.PluginRegistry
Get the plugin registry.
get() - Method in class org.schmant.support.FutureProperty
Get the value of the object's property.
get() - Method in class org.schmant.task.at4j.tar.TarTask
 
get() - Method in class org.schmant.task.at4j.zip.At4JZipTask
 
get() - Method in class org.schmant.task.findbugs.ExtFindbugsTask
 
get() - Method in class org.schmant.task.io.CopyTask
 
get() - Method in class org.schmant.task.io.MoveTask
 
get() - Method in class org.schmant.task.io.zip.ZipTask
 
get() - Method in class org.schmant.task.jdk.jar.AbstractJarTask
 
get() - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTask
 
get() - Method in class org.schmant.task.proxy.ErrorIgnoringTask
 
get() - Method in class org.schmant.task.proxy.RedirectReportTask
 
get() - Method in class org.schmant.task.proxy.TimedExecutionTask
 
get() - Method in class org.schmant.task.stub.AbstractProcessOneFileTask
 
get() - Method in class org.schmant.task.template.text.AbstractTextInsertionTask
 
get() - Method in class org.schmant.task.xml.dom.DomParseXmlTask
 
get() - Method in class org.schmant.task.xml.validation.SchemaFactoryTask
 
get() - Method in class org.schmant.task.xml.xslt.TemplateCompilerTask
 
get() - Method in class org.schmant.task.xml.xslt.XsltTask
 
get() - Static method in class org.schmant.tpm.TaskPackageManager
Get the current task package manager.
getAbbreviation() - Method in class org.schmant.task.tp.taskref.TaskCategory
Get the task's abbreviation.
getAbsoluteLocation(EntityView) - Static method in class org.entityfs.util.Entities
Get the absolute location of an entity.
getAbsolutePath() - Method in class org.at4j.zip.ef.UnicodePathExtraField
 
getAccessController() - Method in interface org.entityfs.FileSystem
Get the file system's access controller.
getAccessController() - Method in interface org.entityfs.FileSystemBuilder
Get the access controller to use for controlling access to entities.
getActions() - Method in class org.entityfs.security.ExecutePermission
 
getActions() - Method in class org.entityfs.security.ReadPermission
 
getActions() - Method in class org.entityfs.security.WritePermission
 
getAdapted() - Method in interface org.at4j.tar.builder.DirectoryAdapter
This method is used by the TarEntryStrategy to get the adapted directory representation if no other method defined in this interface (of which there currently are none) fits its needs.
getAdapted() - Method in class org.at4j.tar.builder.DirectoryViewDirectoryAdapter
 
getAdapted() - Method in class org.at4j.tar.builder.FileDirectoryAdapter
 
getAllDirectoriesMatching(EntityListable, String) - Static method in class org.entityfs.util.Directories
Get all directories with a name that matches the provided glob pattern.
getAllDirectoriesMatching(EntityListable, Glob) - Static method in class org.entityfs.util.Directories
Get all directories with a name that matches the provided glob pattern.
getAllEntitiesMatching(EntityListable, String) - Static method in class org.entityfs.util.Directories
Get all files with a name that matches the provided glob pattern.
getAllEntitiesMatching(EntityListable, Glob) - Static method in class org.entityfs.util.Directories
Get all files with a name that matches the provided glob pattern.
getAllFilesMatching(EntityListable, String) - Static method in class org.entityfs.util.Directories
Get all files with a name that matches the provided glob pattern.
getAllFilesMatching(EntityListable, Glob) - Static method in class org.entityfs.util.Directories
Get all files with a name that matches the provided glob pattern.
getAnnotationProcessingMode() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
 
getAnnotationProcessorOptions() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
 
getAnnotationProcessorPath() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
 
getAnnotationProcessors() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
 
getApplicationHomeDirectory() - Method in class org.schmant.project.intellij.IntelliJWorkspaceSettings
Get the IntelliJ IDEA installation directory.
getArg(String[], int, String) - Method in class org.at4j.support.prog.AbstractProgram
Get the argument from the specified position.
getArgumentList() - Method in class org.schmant.support.io.ArgumentList
Get the argument list.
getArgumentList() - Method in class org.schmant.support.io.ProcessSettings
Get the command and its arguments.
getArguments() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
 
getArguments() - Method in class org.schmant.task.template.process.AbstractExtProcessTask
 
getArgumentText() - Method in class org.schmant.task.template.jdk.javadoc.JavadocTagDefinition
Get this tag's string representation.
getAsJavaProperties() - Method in class org.entityfs.util.properties.FileBackedProperties
 
getAsJavaProperties() - Method in interface org.entityfs.util.properties.Properties
Get the contents of this properties object in a Properties object.
getAsJavaProperties() - Method in class org.entityfs.util.properties.PropertiesImpl
 
getAsList() - Method in class org.entityfs.support.util.Pair
Get a list with the two objects in a collection.
getAttribute(Node, String) - Static method in class org.schmant.support.xml.dom.DomSupport
Get the value of a named attribute in an element node.
getAttribute(StartElement, String) - Static method in class org.schmant.support.xml.stax.StAXSupport
Get the named attribute.
getAttributeOrNull(StartElement, String) - Static method in class org.schmant.support.xml.stax.StAXSupport
Get the named attribute if it exists.
getAttributes() - Method in class org.at4j.zip.extattrs.MsDosExternalFileAttributes
Get (a copy of) this object's attributes.
getAttributes() - Method in class org.at4j.zip.extattrs.NtfsExternalFileAttributes
Get (a copy of) the attributes for the entity.
getAttributes() - Method in interface org.entityfs.jar.cap.entity.ECJarEntry
Get the Jar attributes for the entity.
getAttributes(EntityView) - Static method in class org.entityfs.jar.cap.entity.ECJarEntryUtil
Get the JarEntry Attributes.
getAuthenticationManager() - Method in class org.schmant.task.svnkit.AbstractSvnTask
If an authentication manager is set on the factory, return that.
getAuthenticationProvider() - Method in class org.schmant.task.svnkit.AbstractSvnTask
 
getBaseDir() - Method in class org.entityfs.util.zip.EntityIteratorToZipEntryInfoIteratorAdapter
 
getBaseDirectory() - Method in class org.schmant.support.FutureEntity
Get the base directory for this future entity.
getBaseDirectory() - Method in class org.schmant.task.tp.AbstractLinkInsertionTask
 
getBaseName() - Method in class org.entityfs.el.AbstractLocation
 
getBaseName() - Method in interface org.entityfs.el.EntityLocation
Return the entity name without extensions.
getBaseName(String) - Static method in class org.entityfs.el.EntityLocations
Get the base name from the entity name, i.e.
getBigEndianByteArray() - Method in class org.at4j.support.lang.SignedInteger
Get the signed integer value represented as a big-endian byte array (four bytes long).
getBigEndianByteArray() - Method in class org.at4j.support.lang.SignedLong
Get the signed long value represented as a big-endian byte array (eight bytes long).
getBigEndianByteArray() - Method in class org.at4j.support.lang.UnsignedInteger
Get the unsigned integer value as a big-endian, four bytes long byte array.
getBigEndianByteArray() - Method in class org.at4j.support.lang.UnsignedLong
Get the unsigned long value as a big-endian, eight bytes long byte array.
getBigEndianByteArray() - Method in class org.at4j.support.lang.UnsignedShort
Get the unsigned short value as a big-endian, two bytes long byte array.
getBlockSize() - Method in class org.at4j.comp.bzip2.BZip2OutputStreamSettings
Get the block size for a compressed data block.
getBlockSize() - Method in class org.at4j.comp.bzip2.BZip2WritableFileSettings
 
getBooleanValue(String) - Method in class org.entityfs.util.properties.FileBackedProperties
 
getBooleanValue(String, boolean) - Method in class org.entityfs.util.properties.FileBackedProperties
 
getBooleanValue(String) - Method in interface org.entityfs.util.properties.Properties
Get a boolean property value.
getBooleanValue(String, boolean) - Method in interface org.entityfs.util.properties.Properties
Get a boolean property value.
getBooleanValue(String) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getBooleanValue(String, boolean) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getBooleanValue() - Method in class org.entityfs.util.properties.PropertyValue
Get the property value converted to a boolean.
getBottom() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
getBufferSize() - Method in class org.at4j.comp.bzip2.BZip2ReadableFileSettings
 
getBufferSize() - Method in class org.at4j.comp.bzip2.BZip2WritableFileSettings
 
getBufferSize() - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
Get the buffer size to use for the buffered output stream that the LZMA stream is opened on.
getBufferSize() - Method in interface org.entityfs.FileSystem
Get the buffer size configured when creating the file system.
getBufferSize() - Method in interface org.entityfs.FileSystemBuilder
Set the size in bytes of internal buffers used for various tasks such as copying files (for some implementations).
getBufferSize() - Method in class org.schmant.task.template.text.AbstractTextInsertionTask
 
getBuildClasspath() - Method in class org.schmant.project.AbstractJavaProject
 
getBuildClasspath() - Method in interface org.schmant.project.java.JavaProject
Get the project's build classpath.
getBytes(String, Charset) - Static method in class org.at4j.support.nio.charset.Charsets
Convert the given text to byte data using the supplied charset.
getCanonicalLocation(EntityView) - Static method in class org.entityfs.util.Entities
Return the canonical location for the entity.
getCanonicalLocation(FileSystem, AbsoluteLocation) - Static method in class org.entityfs.util.FileSystems
Return the canonical location for the given location in this file system.
getCapability(EntityCapabilityType<T>) - Method in interface org.entityfs.EntityView
Get the capability for the entity.
getCapability(FileSystemCapabilityType<T>) - Method in interface org.entityfs.FileSystem
Get a supported FileSystemCapability.
getCapability(EntityView) - Static method in class org.entityfs.util.cap.entity.ECFileResolvableUtil
Get the ECFileResolvable capability for an entity.
getCapability(EntityView) - Static method in class org.entityfs.util.cap.entity.ECUriResolvableUtil
Get the ECUriResolvable capability for an entity.
getCapability(EFile) - Static method in class org.entityfs.util.cap.entity.FCFileBackedUtil
Get the FCFileBacked capability for a file entity.
getCapability(FileSystem) - Static method in class org.entityfs.util.cap.fs.FSCFileResolvableUtil
Get the capability object for the file system.
getCapabilityForEntity(EntityView, EntityCapabilityType<T>) - Method in interface org.entityfs.FileSystem
Get a supported EntityCapability for an Entity (or an entity viewed by an EntityView.
getCapabilityProviders() - Method in interface org.entityfs.FileSystemBuilder
Get the capability providers.
getCertificates() - Method in interface org.entityfs.jar.cap.entity.ECJarEntry
Get the certificates for this entity.
getCertificates(EntityView) - Static method in class org.entityfs.jar.cap.entity.ECJarEntryUtil
Get the certificates, if any, for the Jar file entry.
getChar() - Method in enum org.schmant.task.template.jdk.javadoc.JavadocTagPlace
Get the character identifying the tag place as defined in the Javadoc tool documentation.
getCharset() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
getCharValue() - Method in enum org.entityfs.entityattrs.unix.UnixEntityAccessModeFlag
Get the character value for the access permission.
getCharValue() - Method in enum org.entityfs.entityattrs.unix.UnixEntityModeFlag
Get the flag's character value.
getChecksum() - Method in class org.at4j.tar.TarEntry
Get the entry's checksum.
getChecksum() - Method in class org.at4j.tar.TarEntryHeaderData
 
getChecksum() - Method in class org.entityfs.support.io.ChecksumInputStream
Get the checksum.
getChild(String) - Method in class org.entityfs.ram.RamDirectoryAdapter
 
getChildEntities() - Method in class org.entityfs.event.AbstractChildEntitiesEvent
 
getChildEntities() - Method in interface org.entityfs.event.ChildEntitiesEvent
Get the collection of child entities that were affected by this event.
getChildEntitiesInternal() - Method in class org.entityfs.event.AbstractChildEntitiesEvent
 
getChildEntity() - Method in class org.entityfs.event.AbstractOneChildEntityEvent
 
getChildEntity() - Method in interface org.entityfs.event.OneChildEntityEvent
Get the only child entity that this event is for.
getChildEntityType(String) - Method in class org.entityfs.ram.RamDirectoryAdapter
 
getChildEntityType(String) - Method in class org.entityfs.zip.ZipDirectoryAdapter
 
getChildEntries() - Method in interface org.at4j.archive.ArchiveDirectoryEntry
Get a read only Map containing this directory entry's child entries, if any.
getChildEntries() - Method in class org.at4j.tar.TarDirectoryEntry
Get a read only map containing this directory entry's child entries, keyed under their (file) names.
getChildEntries() - Method in class org.at4j.zip.ZipDirectoryEntry
 
getChildLocation(String) - Method in class org.entityfs.el.AbsoluteLocation
 
getChildLocation(String) - Method in interface org.entityfs.el.EntityLocation
Get the location of the named child entity relative to this location.
getChildLocation(String) - Method in class org.entityfs.el.RelativeLocation
 
getChildNodes() - Method in class org.entityfs.support.util.TreeNode
Get the set of child nodes.
getChildRelativeLocation(DirectoryView, EntityView) - Static method in class org.entityfs.util.Directories
Get the relative location of a file versus a directory that must be a parent directory somewhere in the entity's hierarchy.
getClassDirectories(JavaProject) - Method in class org.schmant.project.java.JavaProjectDependencies
Get the directories for built classes for the specified project.
getClassDirectories() - Method in class org.schmant.project.java.JavaProjectDependencies
Get all registered class directories
getClassLoader() - Method in class org.schmant.tpm.TaskPackage
Get the class loader used for loading classes in this task package.
getClassLoaderName() - Method in class org.schmant.tpm.TaskPackage
Get the name of the class loader that this task package will use.
getClassOrNull(String) - Method in class org.entityfs.util.lang.EntityClassLoader
Get the class definition if it is loaded by this class loader.
getClasspath() - Method in class org.entityfs.util.lang.EntityClassLoader
Subclasses call this to get the root directories of this class loader's class path.
getClasspathDecorators() - Method in class org.schmant.task.template.jdk.java.AbstractExtJvmTask
 
getClasspathDecorators() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
 
getClasspathDecorators() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTask
 
getClasspathEntries() - Method in class org.schmant.task.template.jdk.java.AbstractExtJavaTaskDecorator
Get a list of file-backed classpath entries.
getClasspathEntries() - Method in class org.schmant.task.template.jdk.java.AbstractExtJvmTask
 
getClasspathEntries() - Method in interface org.schmant.task.template.jdk.java.ExtJavaTaskDecorator
Get decorator specific classpath entries.
getClasspathEntries() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
 
getClasspathEntries() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTask
 
getClasspathEntriesFromDecorators() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
Get classpath entries from PathDecorator:s.
getClasspathEntriesFromPathDecorators() - Method in class org.schmant.task.template.jdk.java.AbstractExtJavaTask
Get a list of classpath entries from the task factory's registered PathDecorator objects.
getClasspathFileParser() - Method in class org.schmant.plugin.eclipse.java.EclipseJavaProjectCreatorPlugin
 
getClasspathFromDecorators() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTask
Get a list of classpath entries from all registered PathDecorator :s.
getClasspathVariables() - Method in class org.schmant.project.eclipse.EclipseWorkspaceConfiguration
Get parsed classpath variables and their values.
getClasspathVariables() - Method in class org.schmant.project.eclipse.EclipseWorkspaceSettings
Get all classpath variables that have been added to this object.
getCode() - Method in class org.at4j.zip.comp.BZip2CompressionMethod
 
getCode() - Method in class org.at4j.zip.comp.Deflate64CompressionMethod
 
getCode() - Method in class org.at4j.zip.comp.DeflatedCompressionMethod
 
getCode() - Method in class org.at4j.zip.comp.DeflatedCompressionMethodFactory
 
getCode() - Method in class org.at4j.zip.comp.IbmLz77CompressionMethod
 
getCode() - Method in class org.at4j.zip.comp.IbmTerseCompressionMethod
 
getCode() - Method in class org.at4j.zip.comp.ImplodedCompressionMethod
 
getCode() - Method in class org.at4j.zip.comp.LzmaCompressionMethod
 
getCode() - Method in class org.at4j.zip.comp.PKWareImplodingCompressionMethod
 
getCode() - Method in class org.at4j.zip.comp.PpmdCompressionMethod
 
getCode() - Method in class org.at4j.zip.comp.Reduced1CompressionMethod
 
getCode() - Method in class org.at4j.zip.comp.Reduced2CompressionMethod
 
getCode() - Method in class org.at4j.zip.comp.Reduced3CompressionMethod
 
getCode() - Method in class org.at4j.zip.comp.Reduced4CompressionMethod
 
getCode() - Method in class org.at4j.zip.comp.ShrunkCompressionMethod
 
getCode() - Method in class org.at4j.zip.comp.StoredCompressionMethod
 
getCode() - Method in class org.at4j.zip.comp.WavPackCompressionMethod
 
getCode() - Method in interface org.at4j.zip.comp.ZipEntryCompressionMethod
Get the unique code that is used to identify this compression method in a Zip entry's header.
getCode() - Method in interface org.at4j.zip.comp.ZipEntryCompressionMethodFactory
Get the unique code identifying this compression method.
getCode() - Method in class org.at4j.zip.ef.ExtendedTimestampExtraFieldFactory
 
getCode() - Method in class org.at4j.zip.ef.ExtendedTimestampExtraFieldParser
 
getCode() - Method in class org.at4j.zip.ef.InfoZipUnixExtraFieldFactory
 
getCode() - Method in class org.at4j.zip.ef.InfoZipUnixExtraFieldParser
 
getCode() - Method in class org.at4j.zip.ef.NewInfoZipUnixExtraFieldFactory
 
getCode() - Method in class org.at4j.zip.ef.NewInfoZipUnixExtraFieldParser
 
getCode() - Method in class org.at4j.zip.ef.NtfsExtraFieldFactory
 
getCode() - Method in class org.at4j.zip.ef.NtfsExtraFieldParser
 
getCode() - Method in class org.at4j.zip.ef.UnicodeCommentExtraFieldFactory
 
getCode() - Method in class org.at4j.zip.ef.UnicodeCommentExtraFieldParser
 
getCode() - Method in class org.at4j.zip.ef.UnicodePathExtraFieldFactory
 
getCode() - Method in class org.at4j.zip.ef.UnicodePathExtraFieldParser
 
getCode() - Method in class org.at4j.zip.ef.UnparsedZipEntryExtraFieldFactory
This factory does not have a code.
getCode() - Method in class org.at4j.zip.ef.UnparsedZipEntryExtraFieldParser
This parser does not have a code.
getCode() - Method in interface org.at4j.zip.ef.ZipEntryExtraFieldFactory
Get the code that identifies the kind of ZipEntryExtraField objects created by this factory in a Zip file.
getCode() - Method in interface org.at4j.zip.ef.ZipEntryExtraFieldParser
Get the code that identifies the kind of ZipEntryExtraField objects created by this factory.
getCode() - Method in enum org.at4j.zip.extattrs.NtfsFileAttributes
Get the unique code used to identify this attribute.
getCode() - Method in enum org.at4j.zip.extattrs.UnixEntityType
Get the code for this entity type.
getCode() - Method in enum org.at4j.zip.ZipVersionMadeBy
Get the code associated with this Zip version made by enum constant.
getCode(Set<NtFileAttributes>) - Static method in enum org.entityfs.entityattrs.ntfs.NtFileAttributes
Get the integer code for the set of attributes.
getCode() - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Get the numerical representation of this entity mode object.
getCodeSigners() - Method in interface org.entityfs.jar.cap.entity.ECJarEntry
Get the code signers for the entity.
getCodeSigners(EntityView) - Static method in class org.entityfs.jar.cap.entity.ECJarEntryUtil
Get the code signers, if any, for the Jar file entry.
getCollaborator() - Method in class org.at4j.archive.AbstractArchiveEntry
 
getCommandFromPath(String, String...) - Static method in class org.schmant.support.SchmantUtil
Get a command from the PATH environment variable.
getCommandFromPath(String) - Static method in class org.schmant.support.SchmantUtil
Get a command from the PATH environment variable.
getCommandFromPathOrNull(String, String...) - Static method in class org.schmant.support.SchmantUtil
Get a command from the PATH environment variable, returning null if the command was not found.
getComment() - Method in class org.at4j.zip.builder.ZipEntrySettings
Get the Zip entry comment.
getComment() - Method in class org.at4j.zip.ef.UnicodeCommentExtraField
 
getComment() - Method in class org.at4j.zip.ZipEntry
Get the Zip entry's comment.
getComment() - Method in class org.at4j.zip.ZipFile
Get the Zip file's comment.
getComment() - Method in class org.at4j.zip.ZipFileContents
 
getComment() - Method in interface org.entityfs.zip.cap.entity.ECZipEntry
Get the entity's comment.
getComment(EntityView) - Static method in class org.entityfs.zip.cap.entity.ECZipEntryUtil
Get the ZipEntry comment.
getComment() - Method in class org.entityfs.zip.ECZipEntryImpl
 
getComment() - Method in class org.schmant.task.template.io.zip.AbstractZipTask
 
getCommitMessage() - Method in class org.schmant.task.svnkit.AbstractSvnCommitTask
 
getCompilerComplianceLevel() - Method in class org.schmant.project.eclipse.JdkCompliance
Get the compiler compliance level.
getCompressedSize() - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
getCompressedSize() - Method in class org.at4j.zip.ZipFileEntry
Get the size of the file data when as it is compressed in the Zip file.
getCompressedSize() - Method in interface org.entityfs.zip.cap.entity.ECZipEntry
Get the compressed size of the entity.
getCompressedSize(EntityView) - Static method in class org.entityfs.zip.cap.entity.ECZipEntryUtil
Get the ZipEntry compressed size, if known.
getCompressedSize() - Method in class org.entityfs.zip.ECZipEntryImpl
 
getCompressionLevel() - Method in class org.at4j.zip.comp.DeflatedCompressionMethod
Get the compression level between 1 (fastest) and 9 (best) used by this compression method.
getCompressionMethod() - Method in class org.at4j.zip.builder.ZipEntrySettings
Get the Zip entry compression method.
getCompressionMethod() - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
getCompressionMethod() - Method in class org.at4j.zip.ZipFileEntry
Get the compression method for the Zip file entry.
getCompressionMethodRegistry() - Method in class org.at4j.zip.ZipFileParser
Get the compression method registry used by this object.
getConfigFile() - Method in class org.schmant.task.jdk.javadoc.pdfdoclet.AbstractPdfDocletDecorator
 
getConfigFile() - Method in interface org.schmant.task.jdk.javadoc.pdfdoclet.PdfDocletDecorator
 
getContextStack() - Method in class org.entityfs.util.itr.AbstractIterator
 
getCount() - Method in class org.entityfs.util.io.CountingDataSource
Get the number of bytes read or skipped past in this data source.
getCrc() - Method in interface org.entityfs.zip.cap.entity.ECZipEntry
Get the CRC checksum for the entity.
getCrc(EntityView) - Static method in class org.entityfs.zip.cap.entity.ECZipEntryUtil
Get the ZipEntry CRC-32 checksum, if known.
getCrc() - Method in class org.entityfs.zip.ECZipEntryImpl
 
getCrc32() - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
getCrc32() - Method in class org.at4j.zip.ZipFileEntry
Get the checksum calculated on the file contents.
getCrc32() - Method in class org.at4j.zip.ZipSymbolicLinkEntry
Get the CRC 32 checksum computed over the link target location.
getCreationTime() - Method in class org.at4j.zip.ef.NtfsExtraField
Get the time that the entity in the Zip entry was created.
getCreationTime() - Method in interface org.entityfs.entityattrs.CreationTimeConfigurable
Get the creation time of the entity.
getCurrentJdkVersion() - Static method in class org.schmant.support.JdkUtil
Get the version of the currently running JVM.
getData() - Method in class org.at4j.zip.ef.UnparsedZipEntryExtraField
Get the unparsed data for this extra field.
getDataSize() - Method in class org.at4j.comp.bzip2.BZip2ReadableFile
 
getDataSize() - Method in class org.at4j.comp.lzma.LzmaReadableFile
 
getDataSize() - Method in class org.at4j.tar.TarFileEntry
Get the size of the file data for this Tar file entry.
getDataSize() - Method in class org.at4j.zip.ZipFileEntry
Get the uncompressed size of file data.
getDataSize() - Method in class org.entityfs.ram.RamFileAdapter
 
getDataSize() - Method in interface org.entityfs.ReadableFile
Get the size of the data in the file.
getDataSize() - Method in class org.entityfs.util.base.AbstractReadableFile
This calls getSize() to get the size.
getDataSize() - Method in class org.entityfs.util.base.AbstractReadWritableFile
This default implementation returns the result from the ReadableFile.getSize() method.
getDataSize() - Method in class org.entityfs.util.ClasspathNamedReadableFile
 
getDataSize(ReadableFile) - Static method in class org.entityfs.util.Files
Get the size of the file's data in bytes.
getDataSize() - Method in class org.entityfs.util.io.GZipReadableFile
 
getDataSize() - Method in class org.entityfs.util.ManualNamedReadableFile
 
getDataSize() - Method in class org.entityfs.util.NamedReadableFileAdapter
 
getDataSize() - Method in class org.entityfs.zip.ZipFileAdapter
 
getDataSize() - Method in class org.schmant.arg.GZipReadableFileProxy
 
getDataSize() - Method in class org.schmant.task.at4j.bzip2.BZip2ReadableFileProxy
 
getDataSize() - Method in class org.schmant.task.at4j.lzma.LzmaReadableFileProxy
 
getDate() - Method in class org.at4j.support.util.WinNtTime
Get this Windows NT time value as a Date value.
getDebugOptions() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
 
getDecorators() - Method in class org.schmant.task.template.jdk.java.AbstractExtJavaTask
 
getDecorators() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTask
 
getDefault() - Static method in class org.entityfs.entityattrs.unix.UnixEntityMode
Get a UnixEntityMode that has the code 0644.
getDefaultDefaultDirectoryEntrySettings() - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
Subclasses implement this method to return a default settings object for directory entries if the client does not specify one when creating the archive builder object.
getDefaultDefaultDirectoryEntrySettings() - Method in class org.at4j.tar.builder.TarBuilder
 
getDefaultDefaultDirectoryEntrySettings() - Method in class org.at4j.tar.builder.TarStreamBuilder
 
getDefaultDefaultDirectoryEntrySettings() - Method in class org.at4j.zip.builder.ZipBuilder
This method returns the default directory entry settings.
getDefaultDefaultFileEntrySettings() - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
Subclasses implement this method to return a default settings object for file entries if the client does not specify one when creating the archive builder object.
getDefaultDefaultFileEntrySettings() - Method in class org.at4j.tar.builder.TarBuilder
 
getDefaultDefaultFileEntrySettings() - Method in class org.at4j.tar.builder.TarStreamBuilder
 
getDefaultDefaultFileEntrySettings() - Method in class org.at4j.zip.builder.ZipBuilder
This method returns the default file entry settings.
getDefaultDirectoryEntrySettings() - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
getDefaultDirectoryEntrySettings() - Method in interface org.at4j.archive.builder.ArchiveBuilder
Get (a copy of) the default settings for the directory entries added to this archive builder.
getDefaultDirectoryEntrySettings() - Method in class org.at4j.tar.builder.TarBuilderSettings
Get the default directory entry settings.
getDefaultDirectoryEntrySettings() - Method in class org.at4j.zip.builder.ZipBuilderSettings
Get the default settings for directory entries.
getDefaultDocBaseUrl() - Method in class org.schmant.task.tp.AbstractLinkInsertionTask
 
getDefaultDocBaseUrl() - Method in class org.schmant.task.tp.ailinks.ArgumentInterpreterLinksTask
 
getDefaultDocBaseUrl() - Method in class org.schmant.task.tp.tflinks.TaskFactoryLinksTask
 
getDefaultEntityMode() - Method in class org.at4j.tar.TarDirectoryEntry
 
getDefaultEntityMode() - Method in class org.at4j.tar.TarEntry
Subclasses implement this to return the default Unix entity mode if none is set in the Tar file.
getDefaultEntityMode() - Method in class org.at4j.tar.TarFileEntry
 
getDefaultEntityMode() - Method in class org.at4j.tar.TarSymbolicLinkEntry
 
getDefaultFileEntrySettings() - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
getDefaultFileEntrySettings() - Method in interface org.at4j.archive.builder.ArchiveBuilder
Get (a copy of) the default settings for the file entries added to this archive builder.
getDefaultFileEntrySettings() - Method in class org.at4j.tar.builder.TarBuilderSettings
Get the default file entry settings.
getDefaultFileEntrySettings() - Method in class org.at4j.zip.builder.ZipBuilderSettings
Get the default settings for file entries.
getDefaultLogFooter() - Method in class org.schmant.task.stub.AbstractTask
Get the default log footer to log after the task has been successfully run if no other log footer is set.
getDefaultLogFooter() - Method in class org.schmant.task.svnkit.SvnExportTask
 
getDefaultLogFooter() - Method in class org.schmant.task.svnkit.SvnUrlToUrlCopyTask
 
getDefaultLogHeader() - Method in class org.schmant.task.apache.ant.AntTask
 
getDefaultLogHeader() - Method in class org.schmant.task.findbugs.ExtFindbugsTask
 
getDefaultLogHeader() - Method in class org.schmant.task.html.HtmlLinkValidationTask
 
getDefaultLogHeader() - Method in class org.schmant.task.io.CopyTask
 
getDefaultLogHeader() - Method in class org.schmant.task.io.TreeCopyTask
 
getDefaultLogHeader() - Method in class org.schmant.task.io.TreeDeleteTask
 
getDefaultLogHeader() - Method in class org.schmant.task.io.zip.ZipTask
 
getDefaultLogHeader() - Method in class org.schmant.task.jdk.jar.EarTask
 
getDefaultLogHeader() - Method in class org.schmant.task.jdk.jar.JarTask
 
getDefaultLogHeader() - Method in class org.schmant.task.jdk.jar.WarTask
 
getDefaultLogHeader() - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTask
 
getDefaultLogHeader() - Method in class org.schmant.task.jdk.java.ExtJavaTask
 
getDefaultLogHeader() - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTask
 
getDefaultLogHeader() - Method in class org.schmant.task.jdk.javac.jdk6.Jdk6JavacTask
 
getDefaultLogHeader() - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTask
 
getDefaultLogHeader() - Method in class org.schmant.task.junit4.ExtJUnit4Task
 
getDefaultLogHeader() - Method in class org.schmant.task.lang.ClosureTask
 
getDefaultLogHeader() - Method in class org.schmant.task.process.ExtProcessTask
 
getDefaultLogHeader() - Method in class org.schmant.task.proxy.CompoundTask
 
getDefaultLogHeader() - Method in class org.schmant.task.proxy.ReplaceSourceFileTask
 
getDefaultLogHeader() - Method in class org.schmant.task.stub.AbstractTask
Get the default log header to log (to level INFO) before the task is run if the task user has not set a custom header.
getDefaultLogHeader() - Method in class org.schmant.task.svnkit.SvnExportTask
 
getDefaultLogHeader() - Method in class org.schmant.task.svnkit.SvnUrlToUrlCopyTask
 
getDefaultLogHeader() - Method in class org.schmant.task.template.proxy.AbstractProxyTask
By default, logging is disabled.
getDefaultLogHeader() - Method in class org.schmant.task.text.apilinks.ApiLinksTask
 
getDefaultLogHeader() - Method in class org.schmant.task.text.FormatCharacterFileTask
 
getDefaultLogHeader() - Method in class org.schmant.task.text.IncludeFilesTask
 
getDefaultLogHeader() - Method in class org.schmant.task.text.TextReplaceTask
 
getDefaultLogHeader() - Method in class org.schmant.task.tp.ailinks.ArgumentInterpreterLinksTask
 
getDefaultLogHeader() - Method in class org.schmant.task.tp.taskref.SchmantTaskrefTask
 
getDefaultLogHeader() - Method in class org.schmant.task.tp.tflinks.TaskFactoryLinksTask
 
getDefaultLogHeader() - Method in class org.schmant.task.xml.xslt.XsltTask
 
getDefaultReportFactory() - Static method in class org.schmant.report.ReportManager
Get the default ReportFactory that is used for creating Report objects unless no factory is specified.
getDefaultTargetFileExtension() - Method in class org.schmant.task.at4j.bzip2.BZip2Task
 
getDefaultTargetFileExtension() - Method in class org.schmant.task.at4j.lzma.LzmaTask
 
getDefaultTargetFileExtension() - Method in class org.schmant.task.io.gzip.GZipTask
 
getDefaultTargetFileExtension() - Method in class org.schmant.task.stub.AbstractProcessOneFileTask
Subclasses implement this to return the default file extension for target files (such as ".gz").
getDependencies() - Method in class org.schmant.project.java.JavaProjectClasspathDecorator
Get the dependencies object.
getDependencies(Project) - Method in class org.schmant.project.java.JavaProjectDependencies
 
getDependencies(Project) - Method in interface org.schmant.project.ProjectDependencies
Get dependency objects for the given project.
getDependencyForTasksScheduledByThisTask() - Method in class org.schmant.task.meta.ForEachSourceTask
 
getDependencyForTasksScheduledByThisTask() - Method in class org.schmant.task.meta.RecursiveActionTask
 
getDependencyForTasksScheduledByThisTask() - Method in class org.schmant.task.meta.RecursiveProcessTask
 
getDependencyForTasksScheduledByThisTask() - Method in class org.schmant.task.stub.AbstractTask
This implementation returns this.
getDependencyForTasksScheduledByThisTask() - Method in interface org.schmant.task.Task
If this task schedules other tasks in a TaskExecutor, this method returns a dependency object that is satisfied when all those tasks have been run.
getDependencyForTasksScheduledByThisTask() - Method in class org.schmant.task.tp.taskref.SchmantTaskrefTask
 
getDependencyObservable() - Method in class org.schmant.project.java.JavaProjectDependencies
 
getDependencyObservable() - Method in class org.schmant.run.AlreadySatisfiedTaskDependency
Get an observable for this dependency.
getDependencyObservable() - Method in class org.schmant.run.CompoundTaskDependency
 
getDependencyObservable() - Method in class org.schmant.run.ManualTaskDependency
 
getDependencyObservable() - Method in interface org.schmant.run.TaskDependency
Observable that will fire with the dependency as argument when all dependencies are satisfied.
getDependencyObservable() - Method in class org.schmant.task.stub.AbstractTask
Get an Observable that will notify all observers when this task has been run.
getDepthFirstIterator(EntityListable) - Static method in class org.entityfs.util.Directories
Create a depth-first iterator that will return all visible entities in a directory's subhierarchy.
getDepthFirstIterator(EntityListable, Filter<? super EntityView>) - Static method in class org.entityfs.util.Directories
Create a filtered depth-first iterator that will return all visible entities in an directory's subhierarchy that matches the given filter.
getDepthLastIterator(EntityListable) - Static method in class org.entityfs.util.Directories
Create a depth-last (breadth-first) iterator that will return all visible entities in a directory's subhierarchy.
getDepthLastIterator(EntityListable, Filter<? super EntityView>) - Static method in class org.entityfs.util.Directories
Create a filtered depth-last (breadth-first) iterator that will return all visible entities in an directory's subhierarchy that matches the given filter.
getDescription() - Method in class org.schmant.task.junit4.suitereporter.FailedTest
Get the description of the failed test.
getDescription() - Method in class org.schmant.task.tp.taskref.TaskCategory
Get a descriptive text for the task.
getDevMajor() - Method in class org.at4j.tar.TarEntryHeaderData
 
getDevMinor() - Method in class org.at4j.tar.TarEntryHeaderData
 
getDictionarySizeExponent() - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
Get the dictionary size exponent.
getDirectory() - Method in class org.at4j.support.entityfs.ExistingDirectory
 
getDirectory() - Method in class org.at4j.support.entityfs.FutureDirectory
 
getDirectory() - Method in interface org.at4j.support.entityfs.PotentialDirectory
Get the directory, creating it if necessary.
getDirectory(Directory, AbsoluteLocation) - Method in class org.at4j.tar.ExtractTarEntryExtractionStrategy
 
getDirectory(EntityHolder, String) - Static method in class org.entityfs.util.Directories
Get an existing directory from the entity holder.
getDirectory(EntityHolder, RelativeLocation) - Static method in class org.entityfs.util.Directories
Get the directory with the given location relative to the entity holder.
getDirectory(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getDirectory() - Method in class org.schmant.arg.DirectoryAndFilter
Get the directory property.
getDirectory() - Method in class org.schmant.arg.DirectoryRepresentation
Get the directory.
getDirectory() - Method in class org.schmant.project.AbstractProject
 
getDirectory() - Method in class org.schmant.project.eclipse.SourceDirectoryClasspathEntry
Get the source code directory.
getDirectory() - Method in interface org.schmant.project.Project
Get the project's home directory.
getDirectory() - Method in class org.schmant.support.FutureEntity
Get the directory referenced by this future entity, possibly creating it if it does not already exist.
getDirectory() - Method in class org.schmant.support.FutureFile
 
getDirectory() - Method in class org.schmant.task.at4j.tar.TarDirectoryWithRules
 
getDirectory() - Method in class org.schmant.task.at4j.zip.ZipDirectoryWithRules
 
getDirectoryAdapterLocation(ZipDirectoryAdapter) - Method in class org.entityfs.zip.ZipFileSystemAdapter
 
getDirectoryMatching(EntityListable, String) - Static method in class org.entityfs.util.Directories
Get a directory with a name that matches the provided glob pattern.
getDirectoryMatching(EntityListable, Glob) - Static method in class org.entityfs.util.Directories
Get a directory with a name that matches the provided glob pattern.
getDirectoryMatching(EntityListable, Pattern) - Static method in class org.entityfs.util.Directories
Get a directory with a name that matches the provided regular expression pattern.
getDirectoryMatchingOrNull(EntityListable, String) - Static method in class org.entityfs.util.Directories
Get a directory with a name that matches the provided glob pattern, returning null if no such directory can be found.
getDirectoryMatchingOrNull(EntityListable, Glob) - Static method in class org.entityfs.util.Directories
Get a directory with a name that matches the provided glob pattern, returning null if no such directory can be found.
getDirectoryMatchingOrNull(EntityListable, Pattern) - Static method in class org.entityfs.util.Directories
Get a directory in the supplied directory with a name that matches the provided regular expression pattern, returning null if no such directory can be found.
getDirectoryNode(AbsoluteLocation) - Method in class org.entityfs.zip.ZipFileSystemAdapter
This is used by the FSACZipEntries capability.
getDirectoryOrNull(EntityHolder, String) - Static method in class org.entityfs.util.Directories
Get an existing directory from the holder, returning null if the directory does not exist or if it has been made invisible by view filters.
getDirectoryOrNull(EntityHolder, RelativeLocation) - Static method in class org.entityfs.util.Directories
Get an existing directory with the given location relative to the entity holder, returning null if the directory does not exist or if it has been made invisible by view filters.
getDirectoryView() - Method in interface org.entityfs.obs.DirectoryMonitorer
Get the monitored directory view.
getDirectoryView() - Method in class org.entityfs.util.obs.polling.PollingDirectoryMonitorer
Get the monitored directory.
getDiskNumberStart() - Method in class org.at4j.zip.ZipEntry
Get the number of the disk where this Zip entry begins.
getDiskNumberStart() - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
getDisplayName() - Method in class org.schmant.task.junit4.suitereporter.TestRun
Get the test run's display name.
getDocBaseUrl() - Method in class org.schmant.task.tp.AbstractLinkInsertionTask
 
getDocEncoding() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
getDocletPaths() - Method in class org.schmant.task.template.jdk.javadoc.AbstractCustomDocletDecorator
 
getDocletPaths() - Method in interface org.schmant.task.template.jdk.javadoc.CustomDocletDecorator
 
getDocTitle() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
getDocument() - Method in class org.schmant.task.xml.dom.DomParseXmlTask
Get the parsed document.
getDocumentOrNull() - Method in class org.schmant.task.xml.dom.DomParseXmlTask
Get the parsed document, returning null if it is not parsed.
getDoubleValue(String) - Method in class org.entityfs.util.properties.FileBackedProperties
 
getDoubleValue(String, double) - Method in class org.entityfs.util.properties.FileBackedProperties
 
getDoubleValue(String) - Method in interface org.entityfs.util.properties.Properties
Get a double property value.
getDoubleValue(String, double) - Method in interface org.entityfs.util.properties.Properties
Get a double property value.
getDoubleValue(String) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getDoubleValue(String, double) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getDoubleValue() - Method in class org.entityfs.util.properties.PropertyValue
Get the property value converted to a double.
getEffectiveSettingsForDirectory(Object, AbsoluteLocation, V) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
Get the effective settings for a directory entry that is about to be added to the archive.
getEffectiveSettingsForDirectory(Object, AbsoluteLocation, ArchiveEntrySettingsRule<? extends V>[]) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
Get the effective settings for a directory entry that is about to be added to the archive.
getEffectiveSettingsForFile(Object, AbsoluteLocation, V) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
Get the effective settings for a file entry that is about to be added to the archive.
getEffectiveSettingsForFile(Object, AbsoluteLocation, ArchiveEntrySettingsRule<? extends V>[]) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
Get the effective settings for a file entry that is about to be added to the archive.
getElementText(XMLEventReader, QName) - Static method in class org.schmant.support.xml.stax.StAXSupport
Get the text from the next occurrence of the named element.
getElementText(XMLEventReader, String) - Static method in class org.schmant.support.xml.stax.StAXSupport
Get the text from the next occurrence of the named element.
getEncodedValue() - Method in class org.at4j.zip.extattrs.MsDosExternalFileAttributes
 
getEncodedValue() - Method in enum org.at4j.zip.extattrs.MsDosFileAttributes
Get the bit flag value that is used to represent this attribute when encoded in a Zip entry.
getEncodedValue() - Method in class org.at4j.zip.extattrs.NtfsExternalFileAttributes
Get the encoded value for this set of attributes as it is stored in the Zip file.
getEncodedValue() - Method in class org.at4j.zip.extattrs.UnixExternalFileAttributes
 
getEncodedValue() - Method in class org.at4j.zip.extattrs.UnparsedExternalFileAttributes
 
getEncodedValue() - Method in interface org.at4j.zip.extattrs.ZipExternalFileAttributes
Get the value of the external file attributes encoded for storing in a Zip file.
getEncodedValue() - Method in class org.at4j.zip.ZipInternalFileAttributes
Get the internal file attributes encoded for storing in a Zip file.
getEncoding() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
 
getEncoding() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTask
 
getEntity() - Method in class org.entityfs.cap.AbstractEntityCapability
 
getEntity() - Method in interface org.entityfs.cap.EntityCapability
Get the entity that this capability object is for.
getEntity() - Method in class org.entityfs.lock.cmd.LockParentForReadingCommand
 
getEntity() - Method in class org.entityfs.lock.cmd.LockParentForWritingCommand
 
getEntity() - Method in class org.entityfs.security.EntityPermission
Get the entity that this permission is for.
getEntity(EntityHolder, String) - Static method in class org.entityfs.util.Directories
Get an existing entity from the entity holder.
getEntity(EntityHolder, RelativeLocation) - Static method in class org.entityfs.util.Directories
Get an existing entity with the given location relative to the entity holder.
getEntity() - Method in class org.entityfs.util.EntityAndRelativeLocation
Get the entity.
getEntity(FileSystem, AbsoluteLocation) - Static method in class org.entityfs.util.FileSystems
Get the entity identified by the absolute entity location.
getEntity() - Method in class org.entityfs.util.FoundEntity
Get the entity that was found.
getEntity() - Method in class org.entityfs.util.zip.ZipEntryInfoImpl
 
getEntity() - Method in class org.schmant.arg.EntityAndAbsoluteLocation
Get the entity.
getEntity() - Method in class org.schmant.project.intellij.IntelliJUrl
 
getEntity() - Method in class org.schmant.support.FutureDirectory
Get the directory, creating it if necessary.
getEntity() - Method in class org.schmant.support.FutureEntity
Get the entity represented by this future entity.
getEntity() - Method in class org.schmant.support.FutureFile
Get the file, creating it if necessary.
getEntity() - Method in class org.schmant.task.template.io.zip.EntityOrReadableFile
Get the entity.
getEntityForDirectory(File, boolean) - Static method in class org.entityfs.util.FileSystems
Create a file system with the root in the given directory and return a Directory entity object representing it.
getEntityForDirectory(File, boolean) - Static method in class org.schmant.support.entityfs.SchmantFileSystems
Creates a locking file system with the root in the supplied directory and returns the root directory.
getEntityForDirectory(File, boolean, boolean) - Static method in class org.schmant.support.entityfs.SchmantFileSystems
Creates a file system with the root in the supplied directory and returns the root directory.
getEntityForDirectory(File, String) - Static method in class org.schmant.support.entityfs.SchmantFileSystems
Creates a read/write locking file system with the root in the supplied directory and returns the root directory.
getEntityForFile(FileSystem, File) - Static method in class org.entityfs.util.cap.fs.FSCFileResolvableUtil
Get the entity referenced by the java.io.File object.
getEntityForFile(File, boolean) - Static method in class org.entityfs.util.FileSystems
Create a file system with the root in the file's parent directory and return an EFile entity object representing the file.
getEntityForFile(File, boolean) - Static method in class org.schmant.support.entityfs.SchmantFileSystems
Create a locking file system with the root directory in the file's parent directory and return a reference to the file entity.
getEntityForUri(FileSystem, URI) - Static method in class org.entityfs.util.cap.fs.FSCUriResolvableUtil
Get the entity in the file system that is referenced by the supplied java.net.URI.
getEntityHolder(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getEntityHolderInternal(Object, List<String>) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. 
getEntityInternal() - Method in class org.entityfs.cap.AbstractEntityCapability
 
getEntityLocationForFile(File) - Method in interface org.entityfs.fs.cap.fs.FSCFileResolvable
Get the absolute location that corresponds to the supplied File object.
getEntityLocationForFile(FileSystem, File) - Static method in class org.entityfs.util.cap.fs.FSCFileResolvableUtil
Get the absolute entity location referenced by the java.io.File object.
getEntityLocationForUri(URI) - Method in interface org.entityfs.fs.cap.fs.FSCUriResolvable
Get the absolute location that corresponds to the location referenced by the URI object.
getEntityLocationForUri(FileSystem, URI) - Static method in class org.entityfs.util.cap.fs.FSCUriResolvableUtil
Get the absolute entity location in the file system that is referenced by the supplied java.net.URI.
getEntityLock(Object) - Method in interface org.entityfs.lock.EntityLockAdapter
Get the lock identified by the identifier.
getEntityLock(Object, EntityLockAdapter, LogAdapter) - Method in interface org.entityfs.lock.LockAcquiringStrategy
Get a custom entity lock for an entity from its lock adapter.
getEntityMap() - Method in class org.schmant.task.io.zip.ZipTaskZipEntryInfoIterator
 
getEntityMatching(EntityListable, String) - Static method in class org.entityfs.util.Directories
Get an entity with a name that matches the provided glob pattern.
getEntityMatching(EntityListable, Glob) - Static method in class org.entityfs.util.Directories
Get an entity with a name that matches the provided glob pattern.
getEntityMatching(EntityListable, Pattern) - Static method in class org.entityfs.util.Directories
Get an entity in the supplied directory with a name that matches the provided regular expression pattern.
getEntityMatchingOrNull(EntityListable, String) - Static method in class org.entityfs.util.Directories
Get an entity with a name that matches the provided glob pattern, returning null if no such entity can be found.
getEntityMatchingOrNull(EntityListable, Glob) - Static method in class org.entityfs.util.Directories
Get an entity with a name that matches the provided glob pattern, returning null if no such entity can be found.
getEntityMatchingOrNull(EntityListable, Pattern) - Static method in class org.entityfs.util.Directories
Get an entity in the supplied directory with a name that matches the provided regular expression pattern, returning null if no such entity can be found.
getEntityMode() - Method in class org.at4j.tar.builder.TarEntrySettings
Get the Unix entity permissions mode.
getEntityMode() - Method in class org.at4j.tar.TarEntry
Get the Unix entity mode for the entry.
getEntityMode() - Method in class org.at4j.zip.extattrs.UnixExternalFileAttributes
Get the entity mode.
getEntityNames() - Method in class org.entityfs.ram.RamDirectoryAdapter
 
getEntityNames() - Method in class org.entityfs.zip.ZipDirectoryAdapter
 
getEntityOrNull(String) - Method in interface org.entityfs.EntityHolder
Get the named entity.
getEntityOrNull(String) - Method in class org.entityfs.util.AggregatingEntityRepository
 
getEntityOrNull(String) - Method in class org.entityfs.util.CompoundEntityHolder
Return the first entity with the supplied name found in the list of EntityHolder:s.
getEntityOrNull(EntityHolder, String) - Static method in class org.entityfs.util.Directories
Get an existing entity from the entity holder, returning null if the entity does not exist or if it has been made invisible by view filters.
getEntityOrNull(EntityHolder, RelativeLocation) - Static method in class org.entityfs.util.Directories
Get an existing entity with the given location relative to the entity holder, returning null if the entity does not exist or if it has been made invisible by view filters.
getEntityOrNull(FileSystem, AbsoluteLocation) - Static method in class org.entityfs.util.FileSystems
Get the entity identified by the absolute entity location.
getEntityOrNull() - Method in class org.schmant.support.FutureDirectory
Get the directory, returning null if it does not exist.
getEntityOrNull() - Method in class org.schmant.support.FutureEntity
Get the entity represented by this future entity, returning null if the entity does not exist.
getEntityOrNull() - Method in class org.schmant.support.FutureFile
Get the file, returning null if it does not exist.
getEntityResolver() - Method in interface org.schmant.task.template.xml.EntityResolverDecorator
 
getEntityType() - Method in class org.at4j.archive.builder.EntryToArchive
Get the entry type.
getEntityType() - Method in class org.at4j.zip.extattrs.UnixExternalFileAttributes
Get the entity type.
getEntityType() - Method in class org.entityfs.ram.RamDirectoryAdapter
 
getEntityType() - Method in class org.entityfs.ram.RamFileAdapter
 
getEntityType() - Method in class org.entityfs.zip.ZipDirectoryAdapter
 
getEntityType() - Method in class org.entityfs.zip.ZipFileAdapter
 
getEntityType(AbsoluteLocation) - Method in class org.entityfs.zip.ZipFileSystemAdapter
Get the type of the entity at the specified location.
getEntityValidityControlStrategy() - Method in interface org.entityfs.FileSystemBuilder
Get the file system's entity validity control strategy.
getEntries() - Method in class org.schmant.project.eclipse.EclipseProjectClasspathInfo
Get the classpath entries.
getEntries() - Method in class org.schmant.project.java.Library
Get this library's dependency entries.
getEntry(AbsoluteLocation) - Method in class org.at4j.archive.ArchiveEntryCollaborator
Get the archive entry stored at the specified absolute location in the archive.
getEntry() - Method in class org.schmant.task.at4j.tar.TarEntryAndSettings
 
getEntry() - Method in class org.schmant.task.at4j.zip.ZipEntryAndSettings
 
getEntryExtractionStrategy() - Method in class org.at4j.tar.TarExtractSpecification
Get the strategy object used for extracting entries.
getEntryExtractionStrategy() - Method in class org.at4j.util.archive.ExtractSpecification
Get the strategy object for extracting entries.
getEntryInfoProvider() - Method in class org.schmant.task.io.zip.AbstractJavaZipTask
 
getEntryMap() - Method in class org.at4j.zip.ZipFileContents
 
getEntryStrategy() - Method in class org.at4j.tar.builder.TarBuilderSettings
Get the entry strategy.
getEntryToArchive() - Method in class org.at4j.archive.builder.EntryToArchive
Get the entry to archive.
getEnvironmentVariables() - Method in class org.schmant.support.io.ProcessSettings
Get the list of environment variables to set for the process.
getEnvironmentVariables() - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTask
 
getEnvironmentVariables() - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTask
 
getEnvironmentVariables() - Method in class org.schmant.task.template.process.AbstractExtProcessTask
 
getEnvironmentVariables() - Method in interface org.schmant.task.template.process.ExtProcessConfigured
 
getEol() - Method in enum org.schmant.task.text.EolStyle
Get the end of line string for this specific encoding.
getErrorHandler() - Method in class org.schmant.task.template.xml.AbstractParseXmlTask
 
getErrorHandlingStrategy() - Method in class org.entityfs.util.obs.polling.PollingDirectoryMonitorer
 
getErrorMessage(Process, String) - Method in class org.entityfs.support.io.AbstractCommands
Create an error message from the error message from a process.
getExcludeDocFilesSubdirs() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
getExcludePackages() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTask
 
getExcutorService() - Method in class org.at4j.comp.bzip2.BZip2WritableFileSettings
 
getExecutorService() - Method in class org.at4j.comp.bzip2.BZip2OutputStreamSettings
 
getExistingFileFromCharSequence(CharSequence, List<String>) - Method in class org.schmant.arg.AbstractArgumentInterpretationStrategy
Try to interpret the value of the CharSequence as an existing File.
getExitCode() - Method in class org.schmant.support.io.ProcessResult
Get the exit code from the process.
getExtDirectories() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTask
 
getExtension() - Method in class org.entityfs.el.AbstractLocation
 
getExtension() - Method in interface org.entityfs.el.EntityLocation
Get the entity name extension without the separator ( ".").
getExtensionForName(String) - Static method in class org.entityfs.el.EntityLocations
Utility method for getting the extension path of an entity name.
getExternalFileAttributes() - Method in class org.at4j.zip.ZipEntry
Get the external file attributes value.
getExternalFileAttributes() - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
getExternalFileAttributesFactory() - Method in class org.at4j.zip.builder.ZipEntrySettings
Get the external file attributes factory for this Zip entry.
getExternalFileAttributesParserRegistry() - Method in class org.at4j.zip.ZipFileParser
Get the external file attributes parser registry used by this object.
getExtra() - Method in interface org.entityfs.zip.cap.entity.ECZipEntry
Get extra information for the entity.
getExtra(EntityView) - Static method in class org.entityfs.zip.cap.entity.ECZipEntryUtil
Get the ZipEntry extra data.
getExtra() - Method in class org.entityfs.zip.ECZipEntryImpl
 
getExtraField(Class<T>, boolean) - Method in class org.at4j.zip.ZipEntry
Get the first extra field found that matches the description.
getExtraFieldFactories() - Method in class org.at4j.zip.builder.ZipEntrySettings
Get the factories for creating extra fields for Zip entries.
getExtraFieldParserRegistry() - Method in class org.at4j.zip.ZipFileParser
Get the extra field parser registry used by this object.
getExtraFields() - Method in class org.at4j.zip.ZipEntry
Get a read only collection containing the Zip entry's extra fields.
getExtraFields() - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
getExtraFields() - Method in class org.at4j.zip.ZipEntryLocalFileHeaderData
 
getExtraInfoProvider() - Method in class org.entityfs.util.zip.EntityIteratorToZipEntryInfoIteratorAdapter
Get the provider class used to add extra information to ZipEntry objects.
getExtraInfoProvider() - Method in class org.entityfs.util.zip.ZipEntryInfoImpl
Get the provider used to add extra information to created ZipEntry objects.
getExtraInfoProvider() - Method in class org.schmant.task.io.zip.ZipTaskZipEntryInfoIterator
 
getFailedTasks() - Method in class org.schmant.run.TaskExecutorStatus
Get a map of failed tasks.
getFailureCause() - Method in class org.schmant.task.stub.AbstractTask
 
getFailureCause() - Method in interface org.schmant.task.Task
If the task failed, this method can be used to retrieve the failure cause.
getFailureCount() - Method in class org.schmant.task.junit4.suitereporter.TestRun
Get the number of failed tests in this test run.
getFailures() - Method in class org.schmant.task.junit4.suitereporter.TestRun
Get a list of FailedTest objects representing the failures in this test run.
getFallbackJavaExecutable() - Method in class org.schmant.task.template.jdk.java.AbstractExtJavaTask
Get the fallback Java executable that is used if no executable is set.
getFeatures() - Method in class org.schmant.task.template.xml.AbstractParseXmlTask
 
getFile(EntityHolder, String) - Static method in class org.entityfs.util.Directories
Get the file with the given name from an entity holder.
getFile(EntityHolder, RelativeLocation) - Static method in class org.entityfs.util.Directories
Get the file with the given location relative to the entity holder.
getFile() - Method in class org.entityfs.util.FileReadableFile
Get the encapsulated File object.
getFile() - Method in class org.entityfs.util.FileWritableFile
Get the encapsulated File object.
getFile() - Method in class org.entityfs.util.io.ReadWritableFileAdapter
Get the adapted file.
getFile() - Method in class org.entityfs.util.zip.ManualZipFileEntryInfo
 
getFile() - Method in interface org.entityfs.util.zip.ZipFileEntryInfo
Get a file to read file data from.
getFile() - Method in class org.entityfs.util.zip.ZipFileEntryInfoImpl
 
getFile() - Method in class org.schmant.arg.AbstractGZipWritableFileProxy
 
getFile(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getFile() - Method in class org.schmant.arg.RenamedFile
 
getFile() - Method in class org.schmant.support.FutureDirectory
 
getFile() - Method in class org.schmant.support.FutureEntity
Get the file referenced by this future entity, possibly creating it if it does not already exist.
getFile() - Method in class org.schmant.task.at4j.bzip2.AbstractBZip2WritableFileProxy
 
getFile() - Method in class org.schmant.task.at4j.lzma.AbstractLzmaWritableFileProxy
 
getFileComment() - Method in class org.at4j.zip.builder.ZipBuilder
Get the Zip file comment.
getFileComment() - Method in class org.at4j.zip.builder.ZipBuilderSettings
Get the Zip file's comment.
getFileComment() - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
getFileForEntity(EntityView) - Static method in class org.entityfs.util.cap.fs.FSCFileResolvableUtil
Get a java.io.File object that references the supplied entity.
getFileForFileSystemRoot() - Method in interface org.entityfs.fs.cap.fs.FSCFileResolvable
Return a File object referencing the file system root directory in the backing file system.
getFileForFileSystemRoot(FileSystem) - Static method in class org.entityfs.util.cap.fs.FSCFileResolvableUtil
Get a java.io.File object that references the file system root in the backing file system.
getFileFromArgumentInterpreter(Object) - Method in class org.schmant.arg.AbstractGZipWritableFileProxy
 
getFileFromArgumentInterpreter(Object) - Method in class org.schmant.arg.AbstractMultiplexingWritableFileProxy
 
getFileFromArgumentInterpreter(Object) - Method in class org.schmant.arg.GZipExistingWritableFileProxy
 
getFileFromArgumentInterpreter(Object) - Method in class org.schmant.arg.GZipNewWritableFileProxy
 
getFileFromArgumentInterpreter(Object) - Method in class org.schmant.arg.MultiplexingExistingWritableFileProxy
 
getFileFromArgumentInterpreter(Object) - Method in class org.schmant.arg.MultiplexingNewWritableFileProxy
 
getFileFromArgumentInterpreter(Object) - Method in class org.schmant.task.at4j.bzip2.AbstractBZip2WritableFileProxy
 
getFileFromArgumentInterpreter(Object) - Method in class org.schmant.task.at4j.bzip2.BZip2ExistingWritableFileProxy
 
getFileFromArgumentInterpreter(Object) - Method in class org.schmant.task.at4j.bzip2.BZip2NewWritableFileProxy
 
getFileFromArgumentInterpreter(Object) - Method in class org.schmant.task.at4j.lzma.AbstractLzmaWritableFileProxy
 
getFileFromArgumentInterpreter(Object) - Method in class org.schmant.task.at4j.lzma.LzmaExistingWritableFileProxy
 
getFileFromArgumentInterpreter(Object) - Method in class org.schmant.task.at4j.lzma.LzmaNewWritableFileProxy
 
getFileMatching(EntityListable, String) - Static method in class org.entityfs.util.Directories
Get a file with a name that matches the provided glob pattern.
getFileMatching(EntityListable, Glob) - Static method in class org.entityfs.util.Directories
Get a file with a name that matches the provided glob pattern.
getFileMatching(EntityListable, Pattern) - Static method in class org.entityfs.util.Directories
Get a file with a name that matches the provided regular expression pattern.
getFileMatchingOrNull(EntityListable, String) - Static method in class org.entityfs.util.Directories
Get a file with a name that matches the provided glob pattern, returning null if no such file can be found.
getFileMatchingOrNull(EntityListable, Glob) - Static method in class org.entityfs.util.Directories
Get a file with a name that matches the provided glob pattern, returning null if no such file can be found.
getFileMatchingOrNull(EntityListable, Pattern) - Static method in class org.entityfs.util.Directories
Get a file in the supplied directory with a name that matches the provided regular expression pattern, returning null if no such file can be found.
getFileName(AbsoluteLocation, boolean) - Method in class org.at4j.tar.builder.V7TarEntryStrategy
Get the file name for the supplied location, discarding the path up to the file name.
getFileNameCharset() - Method in class org.at4j.tar.TarExtractSpecification
Get the charset used for decoding file names in the Tar file.
getFileNameEncodingCharset() - Method in class org.at4j.zip.builder.ZipBuilder
Get the charset used for encoding file names in the Zip file.
getFileNameEncodingCharset() - Method in interface org.at4j.zip.builder.ZipBuilderConfiguration
Get the charset used for encoding file names in the Zip file.
getFileNameEncodingCharset() - Method in class org.at4j.zip.builder.ZipBuilderSettings
Get the charset to use for encoding file names in the archive.
getFileNameExtension(String) - Static method in class org.schmant.support.io.FileSupport
Get the file name extension for the supplied file name.
getFileNameExtension(File) - Static method in class org.schmant.support.io.FileSupport
Get the file name extension for the supplied file.
getFileObject() - Method in interface org.entityfs.fs.cap.entity.ECFileResolvable
Return a File object representing the entity.
getFileObject(EntityView) - Static method in class org.entityfs.util.cap.entity.ECFileResolvableUtil
Get a java.io.File object that references the entity in the backing file system.
getFileObject() - Method in class org.schmant.support.FutureDirectory
Get a File object referencing the directory.
getFileObject() - Method in class org.schmant.support.FutureEntity
Get the File object referencing the future entity.
getFileObject() - Method in class org.schmant.support.FutureFile
Get a File object referencing the file.
getFileOrNull(EntityHolder, String) - Static method in class org.entityfs.util.Directories
Get an existing file from the holder, returning null if the file does not exist or if has been made invisible by view filters.
getFileOrNull(EntityHolder, RelativeLocation) - Static method in class org.entityfs.util.Directories
Get an existing file with the given location relative to the entity holder, returning null if the file does not exist or if it has been made invisible by view filters.
getFileOrNull(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getFileOrNullInternal(Object, List<String>) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getFilePointer() - Method in interface org.entityfs.RandomAccess
Get the current offset in the file.
getFilePointer() - Method in class org.entityfs.util.base.EmptyRandomAccess
 
getFilePointer() - Method in class org.entityfs.util.io.ByteArrayRandomAccess
 
getFilePointer() - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
getFilePointer() - Method in class org.entityfs.util.io.InputStreamBackedRandomAccess
 
getFilePointer() - Method in class org.entityfs.util.io.LockAwareRandomAccess
 
getFilePointer() - Method in class org.entityfs.util.io.RandomAccessAdapter
 
getFilePointer() - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
getFilePointer() - Method in class org.entityfs.util.io.RangeRandomAccess
 
getFilePointer() - Method in class org.entityfs.util.io.TempFileBackedRandomAccess
 
getFiles() - Method in class org.schmant.arg.AbstractMultiplexingWritableFileProxy
 
getFileSegmentSizeBytes() - Method in class org.entityfs.ram.RamFileSystemBuilder
Get the Ram file segment size in bytes.
getFileSize() - Method in class org.at4j.tar.TarEntryHeaderData
 
getFileSystem() - Method in interface org.entityfs.EntityView
Get the FileSystem that the viewed entity belongs to.
getFilter() - Method in class org.at4j.archive.builder.ArchiveEntrySettingsRule
Get the filter that determines which entries that this rule will apply to.
getFilter() - Method in class org.at4j.tar.TarExtractSpecification
Get the filter that is used to decide which of the Tar entries to extract.
getFilter() - Method in class org.at4j.util.archive.ExtractSpecification
Get the filter for the extraction operation.
getFilter() - Method in class org.entityfs.util.itr.AbstractIterator
 
getFilter() - Method in interface org.entityfs.ViewCapable
Get the filter that is used to create this view.
getFilter() - Method in class org.schmant.arg.DirectoryAndFilter
Get the filter property.
getFilter() - Method in class org.schmant.arg.DirectoryRepresentation
Get the filter.
getFirst() - Method in class org.entityfs.support.util.TwoObjects
Get the first object.
getFlag() - Method in enum org.schmant.task.apache.ant.AntLogLevel
Get the log level's Ant command line flag.
getFloatValue(String) - Method in class org.entityfs.util.properties.FileBackedProperties
 
getFloatValue(String, float) - Method in class org.entityfs.util.properties.FileBackedProperties
 
getFloatValue(String) - Method in interface org.entityfs.util.properties.Properties
Get a float property value.
getFloatValue(String, float) - Method in interface org.entityfs.util.properties.Properties
Get a float property value.
getFloatValue(String) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getFloatValue(String, float) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getFloatValue() - Method in class org.entityfs.util.properties.PropertyValue
Get the property value converted to a float.
getFooter() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
getForProtocol(String) - Static method in enum org.schmant.project.intellij.IntelliJUrlProtocol
 
getFromChar(char) - Static method in enum org.schmant.task.template.jdk.javadoc.JavadocTagPlace
Get the enumeration constant that represents the supplied tag place character.
getFromString(String) - Static method in enum org.schmant.task.findbugs.FindbugsEffortLevel
Get the effort level that corresponds to the supplied string.
getFromString(String) - Static method in enum org.schmant.task.findbugs.FindbugsReportFormat
Get the report format that corresponds to the supplied string.
getFromString(String) - Static method in enum org.schmant.task.findbugs.FindbugsReportLevel
Get the reporting level that corresponds to the supplied string.
getFromString(String) - Static method in enum org.schmant.task.template.jdk.java.JavaVMType
 
getFromString(String) - Static method in enum org.schmant.task.template.jdk.javadoc.JavadocVisibilityLevel
Parse the string ("private", "package", "protected" or "public") and return the corresponding visibility level.
getFutureEntity(Object, Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getFutureEntityForFile(File, RelativeLocation, List<String>) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getFutureEntityOrNull(Object, Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getFutureEntityOrNullInternal(Object, Object, List<String>) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getGeneralPurposeBitFlags() - Method in class org.at4j.zip.ZipEntry
Get the Zip entry's general purpose bit flags.
getGeneralPurposeBitFlags() - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
getGeneratedClassFileCompatibility() - Method in class org.schmant.project.eclipse.JdkCompliance
Get the generated class file compatibility level.
getGid() - Method in class org.at4j.zip.ef.InfoZipUnixExtraField
Get the owner group id for the Zip entry.
getGid() - Method in class org.at4j.zip.ef.NewInfoZipUnixExtraField
Get the owner group id for the Zip entry.
getGid() - Method in interface org.entityfs.entityattrs.UidGidConfigurable
Get the group id.
getGlobalLibraries() - Method in class org.schmant.project.intellij.IntelliJWorkspaceSettings
Get all global libraries.
getGroupHeading() - Method in class org.schmant.task.template.jdk.javadoc.JavadocPackageGroup
 
getGroupModes() - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Get the set of UnixEntityAccessModeFlag:s in effect for users that don't own the entity but are members of its owning group.
getGroups() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
getHeader(Object, String, TarEntrySettings, long, EntityType, Date) - Method in class org.at4j.tar.builder.UstarEntryStrategy
Override the inherited implementation to add ustar specific data.
getHeader(Object, String, TarEntrySettings, long, EntityType, Date) - Method in class org.at4j.tar.builder.V7TarEntryStrategy
Create a Tar header for the new entry.
getHeader() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
getHelpFile() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
getHoldCount() - Method in class org.entityfs.lock.CompoundEntityLock
 
getHoldCount() - Method in interface org.entityfs.lock.EntityLock
Get the hold count of the lock.
getHoldCount() - Method in class org.entityfs.lock.NoObjectDummyLock
 
getId() - Method in enum org.at4j.comp.lzma.MatchFinderAlgorithm
Get the id that this match finder algorithm is identified by when used with the LZMA encoder.
getIdentifier() - Method in class org.schmant.report.AbstractPrintingReport
 
getIdentifier() - Method in class org.schmant.report.AsynchronousReport
 
getIdentifier() - Method in class org.schmant.report.MultiplexingReport
 
getIdentifier() - Method in interface org.schmant.report.Report
Get the identifier for this report.
getIdentifier() - Method in enum org.schmant.task.template.jdk.javadoc.JavadocTagPlace
Get a textual description of the tag place.
getIgnoreCount() - Method in class org.schmant.task.junit4.suitereporter.TestRun
Get the number of ignored tests in this test run.
getIgnoredUserLibraries() - Static method in class org.schmant.plugin.eclipse.java.ClasspathFileParserImpl
Get the set of names of libraries that are ignored if they occur in a project's .classpath file.
getImplicitClassFileGeneration() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
 
getInputEncoding() - Method in class org.schmant.task.template.text.AbstractTextInsertionTask
 
getInputEncoding() - Method in class org.schmant.task.text.AbstractAddTextTask
 
getInputStreamSettings() - Method in class org.at4j.comp.bzip2.BZip2ReadableFileSettings
Get the settings for a BZip2InputStream based on the configuration of this object.
getInstance() - Static method in class org.schmant.arg.ArgumentInterpreter
Get the singleton instance of this class.
getInstance() - Static method in class org.schmant.task.template.xml.XmlArgumentInterpreter
Deprecated. 
getInternalFileAttributes() - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
getInternalFileAttributesStrategy() - Method in class org.at4j.zip.builder.ZipBuilder
Get the strategy used for determining a Zip entry's internal file attributes property.
getInternalFileAttributesStrategy() - Method in class org.at4j.zip.builder.ZipBuilderSettings
Get the internal file attributes strategy for creating the internal file attributes for the entries that are added to the archive.
getInterpreted() - Method in class org.schmant.arg.ArgumentInterpretationResult
Get the list of interpreted objects.
getIntValue() - Method in enum org.entityfs.entityattrs.ntfs.NtFileAttributes
Get the integer flag value for the attribute.
getIntValue() - Method in enum org.entityfs.entityattrs.unix.UnixEntityAccessModeFlag
Get the integer value for the access permission.
getIntValue() - Method in enum org.entityfs.entityattrs.unix.UnixEntityModeFlag
Get the flag's integer value.
getIntValue(String) - Method in class org.entityfs.util.properties.FileBackedProperties
 
getIntValue(String, int) - Method in class org.entityfs.util.properties.FileBackedProperties
 
getIntValue(String) - Method in interface org.entityfs.util.properties.Properties
Get an int property value.
getIntValue(String, int) - Method in interface org.entityfs.util.properties.Properties
Get an int property value.
getIntValue(String) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getIntValue(String, int) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getIntValue() - Method in class org.entityfs.util.properties.PropertyValue
Get the property value converted to an int.
getIntValue() - Method in enum org.schmant.task.template.io.zip.ZipCompressionMethod
Get the integer value for the compression method, i.e.
getIterator(EntityListable) - Static method in class org.entityfs.util.Directories
Create and return an Iterator for the directory.
getJarFile() - Method in interface org.entityfs.jar.cap.fs.FSCJarFileBacked
Get the JarFile for the Jar file system.
getJarFile(FileSystem) - Static method in class org.entityfs.jar.cap.fs.FSCJarFileBackedUtil
Get the JarFile backing the Jar file system, if it can be constructed.
getJavaExecutable() - Method in class org.schmant.task.template.jdk.java.AbstractExtJavaTaskDecorator
 
getJavaExecutable() - Method in class org.schmant.task.template.jdk.java.AbstractExtJvmTask
 
getJavaExecutable() - Method in interface org.schmant.task.template.jdk.java.ExtJavaTaskDecorator
Return the path to an executable (external program) that the decorator wants, or null if the decorator doesn't care.
getJavaHome() - Method in class org.schmant.task.template.jdk.java.AbstractExtJvmTask
 
getJavaPackageNames() - Method in class org.schmant.tpm.TaskPackage
Get the names of the Java packages that should be automatically imported when this task package is enabled.
getJavaSystemProperties(List<String>) - Method in class org.schmant.task.junit4.ant.JUnit4AntXmlReporter
 
getJavaSystemProperties(List<String>) - Method in interface org.schmant.task.junit4.JUnit4Reporter
Get the Map of Java system properties that the RunListener will use to configure itself.
getJavaSystemProperties(List<String>) - Method in class org.schmant.task.junit4.JUnit4SimpleReporter
 
getJavaSystemProperties(List<String>) - Method in class org.schmant.task.junit4.suitereporter.JUnit4TestSuiteReporter
 
getJavaVMType() - Method in class org.schmant.task.template.jdk.java.AbstractExtJavaTask
 
getJdkCompliance() - Method in class org.schmant.plugin.eclipse.java.EclipseJavaProjectImpl
Get the project's JDK compliance.
getJdkCompliance() - Method in class org.schmant.project.eclipse.EclipseWorkspaceConfiguration
Get the default JDK compliance for the workspace, i.e.
getJdkExecutable(File, String, String...) - Static method in class org.schmant.support.JdkUtil
Get a JDK command such as java or javac from a Java installation.
getJdkExecutable(String, String...) - Static method in class org.schmant.support.JdkUtil
Get a JDK command such as java or javac from the default Java installation.
getJdkExecutableOrNull(File, String, String...) - Static method in class org.schmant.support.JdkUtil
Get a JDK command such as java or javac from the bin catalog of a Java installation.
getJdkFile(File, String) - Static method in class org.schmant.support.JdkUtil
Get a Java installation file, such as jre/lib/rt.jar.
getJdkFile(String) - Static method in class org.schmant.support.JdkUtil
Get a Java installation file.
getJdkFileOrNull(File, String) - Static method in class org.schmant.support.JdkUtil
Get a file, if it can be found, from a Java installation.
getJdkFileOrNull(String) - Static method in class org.schmant.support.JdkUtil
Get a file from the default Java installation.
getJdkVersion(File) - Static method in class org.schmant.support.JdkUtil
Get the version of the Java version with its home directory in javaHome.
getJdkVersion() - Static method in class org.schmant.support.JdkUtil
Get the version of the default Java installation.
getJdkVersionFromJavaExecutable(File) - Static method in class org.schmant.support.JdkUtil
Get the version of the supplied Java executable.
getJvmOptions() - Method in class org.schmant.task.template.jdk.java.AbstractExtJavaTaskDecorator
 
getJvmOptions() - Method in class org.schmant.task.template.jdk.java.AbstractExtJvmTask
 
getJvmOptions() - Method in interface org.schmant.task.template.jdk.java.ExtJavaTaskDecorator
Return a collection of JVM options that the decorator wants to set.
getKeyword() - Method in enum org.schmant.task.template.jdk.javac.JavacAnnotationProcessingMode
 
getKeyword() - Method in enum org.schmant.task.template.jdk.javac.JavacDebugKeyword
 
getKeyword() - Method in enum org.schmant.task.template.jdk.javac.JavacImplicitClassFileGeneration
 
getLastAccessed() - Method in class org.at4j.zip.ef.ExtendedTimestampExtraField
Get the time when the entity in the Zip entry was last accessed, if set.
getLastAccessTime() - Method in class org.at4j.zip.ef.InfoZipUnixExtraField
Get the Zip entry's last access time.
getLastAccessTime() - Method in class org.at4j.zip.ef.NtfsExtraField
Get the time when the entity in the Zip entry was last accessed.
getLastCreated() - Method in class org.schmant.task.stub.AbstractTaskFactory
 
getLastCreated() - Method in interface org.schmant.task.TaskFactory
Get the last created task.
getLastModificationTime() - Method in class org.at4j.tar.TarEntry
Get the time of last modification for the file system entity that was added to the Tar file to create this Tar entry.
getLastModificationTime() - Method in class org.at4j.tar.TarEntryHeaderData
 
getLastModificationTime() - Method in class org.at4j.zip.ef.InfoZipUnixExtraField
Get the Zip entry's last modification time.
getLastModificationTime() - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
getLastModified() - Method in class org.at4j.zip.ef.ExtendedTimestampExtraField
Get the time of last modification for the entity in the Zip entry, if set.
getLastModified() - Method in class org.at4j.zip.ef.NtfsExtraField
Get the time that the entity in the Zip entry was last modified.
getLastModified() - Method in class org.at4j.zip.ZipEntry
Get the instant in time when the file or directory entity that was used to create this Zip entry was last modified.
getLastModified() - Method in interface org.entityfs.EntityView
Get the time of last modification of the viewed entity.
getLastModified() - Method in class org.entityfs.ram.AbstractRamEntityAdapter
 
getLastModified(EntityView) - Static method in class org.entityfs.util.Entities
Get the last modification time of an entity.
getLevel() - Method in class org.schmant.report.AbstractReport
 
getLevel() - Method in interface org.schmant.report.Report
Get the current log level.
getLevel() - Method in class org.schmant.support.io.LoggingProcessOutputStrategy
Get the log level.
getLevel() - Method in class org.schmant.task.io.zip.AbstractJavaZipTask
 
getLibraries() - Method in class org.schmant.project.eclipse.EclipseWorkspaceSettings
Get all user-defined libraries.
getLibrary() - Method in class org.schmant.project.java.LibraryClasspathEntry
Get the library file.
getLinkClass() - Method in class org.schmant.task.tp.AbstractLinkInsertionTask
This method may be overridden by subclasses that want to return a default link class if none is set.
getLinkClass() - Method in class org.schmant.task.tp.ailinks.ArgumentInterpreterLinksTask
 
getLinkClass() - Method in class org.schmant.task.tp.tflinks.TaskFactoryLinksTask
 
getLinkName() - Method in class org.at4j.tar.TarEntryHeaderData
 
getLinks() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
getLinkTarget() - Method in interface org.at4j.archive.ArchiveSymbolicLinkEntry
Get the link target location.
getLinkTarget() - Method in class org.at4j.tar.TarSymbolicLinkEntry
Get the target of this symbolic link.
getLinkTarget() - Method in class org.at4j.zip.ZipSymbolicLinkEntry
Get the symbolic link's target.
getLinkTarget() - Method in class org.schmant.task.tp.AbstractLinkInsertionTask
 
getLittleEndianByteArray() - Method in class org.at4j.support.lang.SignedInteger
Get the signed integer value represented as a little-endian byte array (four bytes long).
getLittleEndianByteArray() - Method in class org.at4j.support.lang.SignedLong
Get the signed long value represented as a little-endian byte array (eight bytes long).
getLocale() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTask
 
getLocation() - Method in class org.at4j.archive.AbstractArchiveEntry
 
getLocation() - Method in interface org.at4j.archive.ArchiveEntry
Get the location of the entry in the archive.
getLocation() - Method in class org.at4j.archive.builder.EntryToArchive
Get the location of the entry in the archive.
getLocation() - Method in class org.at4j.tar.TarEntryHeaderData
 
getLocation() - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
getLocation() - Method in class org.entityfs.el.AbsoluteLocation
 
getLocation(RelativeLocation) - Method in class org.entityfs.el.AbsoluteLocation
 
getLocation() - Method in interface org.entityfs.el.EntityLocation
Get a string representation of the entity location.
getLocation(RelativeLocation) - Method in interface org.entityfs.el.EntityLocation
Get the location of this entity location combined with the given relative location, represented by the same entity location type as this entity location.
getLocation() - Method in class org.entityfs.el.RelativeLocation
 
getLocation(RelativeLocation) - Method in class org.entityfs.el.RelativeLocation
 
getLocation() - Method in class org.entityfs.util.FoundEntity
Get the found entity's location relative to the directory that was the root of the find operation.
getLocation() - Method in class org.entityfs.util.zip.ZipEntryInfoImpl
 
getLocation() - Method in class org.schmant.arg.EntityAndAbsoluteLocation
Get the location.
getLocation() - Method in class org.schmant.support.FutureEntity
Return the future entity's location relative to the base directory.
getLocationAwareDepthFirstIterator(EntityListable) - Static method in class org.entityfs.util.Directories
Get a depth-first iterator that returns EntityAndRelativeLocation objects.
getLocationAwareDepthFirstIterator(EntityListable, Filter<? super EntityView>) - Static method in class org.entityfs.util.Directories
Get a depth-first iterator that returns EntityAndRelativeLocation objects.
getLocationAwareDepthLastIterator(EntityListable) - Static method in class org.entityfs.util.Directories
Get a depth-last (breadth-first) iterator that returns EntityAndRelativeLocation objects.
getLocationAwareDepthLastIterator(EntityListable, Filter<? super EntityView>) - Static method in class org.entityfs.util.Directories
Get a depth-last (breadth-first) iterator that returns EntityAndRelativeLocation objects.
getLock(Object, LockAdapter, LogAdapter) - Method in interface org.entityfs.lock.LockAcquiringStrategy
Lock a custom lock that is not tied to any specific entity.
getLock(Object) - Method in interface org.entityfs.lock.LockAdapter
Get the lock identified by the identifier.
getLockable() - Method in class org.entityfs.lock.cmd.AbstractLockCommand
 
getLockable() - Method in interface org.entityfs.lock.cmd.LockCommand
Get the lockable object that this lock command is for.
getLockAcquiringStrategy() - Method in interface org.entityfs.FileSystem
Get the file system's lock acquiring strategy object.
getLockAcquiringStrategy() - Method in interface org.entityfs.FileSystemBuilder
Get the lock acquiring strategy.
getLockAcquiringStrategy() - Method in class org.entityfs.lock.AbstractLockable
 
getLockAdapter() - Method in class org.entityfs.lock.AbstractLockable
 
getLockAdapterFactory() - Method in interface org.entityfs.FileSystem
Get the file system's lock adapter factory.
getLockAdapterFactory() - Method in interface org.entityfs.FileSystemBuilder
Get the lock adapter factory.
getLockCommandCollection(LockCommand...) - Static method in class org.entityfs.util.lock.cmd.LockCommandUtil
Get a collection containing all supplied lock commands.
getLockCommandExecutor() - Method in interface org.entityfs.FileSystem
Get the file system's lock command executor.
getLockCommandsForAccessControl(Entity) - Method in class org.entityfs.AbstractAccessController
 
getLockCommandsForAccessControl(Entity) - Method in interface org.entityfs.security.AccessController
Get the collection of lock commands that have to be executed in order to get all required locks for performing an access control on the supplied entity.
getLockCommandsForAccessControls(Entity...) - Static method in class org.entityfs.util.lock.cmd.LockCommandUtil
Get the lock commands required for acquiring the locks required for performing access controls on the supplied entities.
getLockCommandsForAccessControlsOrNull(Entity...) - Static method in class org.entityfs.util.lock.cmd.LockCommandUtil
Get the lock commands required for acquiring the locks required for performing access controls on the supplied entities.
getLocked() - Method in class org.entityfs.lock.AbstractLockable
Get the object that will be the locked object of the locks.
getLocked() - Method in class org.entityfs.lock.CompoundEntityLock
 
getLocked() - Method in class org.entityfs.lock.DummyLock
 
getLocked() - Method in interface org.entityfs.lock.EntityLock
Get the locked object.
getLocked() - Method in class org.entityfs.lock.NoObjectDummyLock
 
getLockStack() - Method in exception org.entityfs.exception.LockTimeoutException
 
getLogAdapter() - Method in class org.at4j.comp.bzip2.BZip2InputStreamSettings
Get the log adapter used to write diagnostic output to.
getLogAdapter() - Method in class org.at4j.comp.bzip2.BZip2OutputStreamSettings
Get the log adapter used for logging diagnostic output to.
getLogAdapter() - Method in class org.at4j.comp.bzip2.BZip2ReadableFileSettings
 
getLogAdapter() - Method in class org.at4j.comp.bzip2.BZip2WritableFileSettings
 
getLogAdapter() - Method in interface org.entityfs.FileSystem
Convenient alternative to calling getLogAdapterHolder().getLogAdapter().
getLogAdapter() - Method in interface org.entityfs.FileSystemBuilder
Get the log adapter that the file system will use.
getLogAdapter() - Method in class org.entityfs.lock.AbstractLockable
Subclasses should override this to return a log adapter if they have access to one.
getLogAdapter() - Method in class org.entityfs.support.io.AbstractCommands
Get the file system's current log adapter.
getLogAdapter() - Method in class org.entityfs.support.log.LogAdapterHolder
Get the current LogAdapter.
getLogAdapter() - Method in class org.entityfs.util.lang.EntityClassLoader
Get the current log adapter, or null if no log adapter holder is set.
getLogAdapterHolder() - Method in interface org.entityfs.FileSystem
Get the file system's current LogAdapterHolder.
getLogFileName(String) - Method in class org.schmant.report.FileReportFactory
Get the name of the log file for the specified identifier.
getLogFooter() - Method in class org.schmant.task.stub.AbstractTask
Get the log footer property.
getLoggingDirectory() - Method in class org.schmant.report.FileReportFactory
Get the directory where the log files are stored.
getLogHeader() - Method in class org.schmant.task.stub.AbstractTask
Get the log header property.
getLongValue(String) - Method in class org.entityfs.util.properties.FileBackedProperties
 
getLongValue(String, long) - Method in class org.entityfs.util.properties.FileBackedProperties
 
getLongValue(String) - Method in interface org.entityfs.util.properties.Properties
Get a long property value.
getLongValue(String, long) - Method in interface org.entityfs.util.properties.Properties
Get a long property value.
getLongValue(String) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getLongValue(String, long) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getLongValue() - Method in class org.entityfs.util.properties.PropertyValue
Get the property value converted to a long.
getMagic() - Method in class org.at4j.tar.TarEntryHeaderData
 
getMajor() - Method in class org.schmant.support.JdkVersion
Get the major version number, i.e.
getManifest() - Method in class org.entityfs.util.jar.JarCreator
 
getManifest() - Method in class org.schmant.task.jdk.jar.AbstractJarTask
 
getManifestFile() - Method in class org.schmant.task.jdk.jar.AbstractJarTask
 
getMatchFinderAlgorithm() - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
Get the match finder algorithm for the encoder.
getMatchingEntityName(EntityView, Map<String, ? extends EntityView>) - Method in interface org.entityfs.util.dirdiff.EntityMatchStrategy
Check if there is a matching entity in the supplied entity map.
getMatchingEntityName(EntityView, Map<String, ? extends EntityView>) - Method in class org.entityfs.util.dirdiff.EntitySizeAndFileModificationTimeMatchStrategy
 
getMatchingEntityName(EntityView, Map<String, ? extends EntityView>) - Method in class org.entityfs.util.dirdiff.EntitySizeAndModificationTimeMatchStrategy
 
getMatchingEntityName(EntityView, Map<String, ? extends EntityView>) - Method in class org.entityfs.util.dirdiff.FileSizeAndModificationTimeMatchStrategy
 
getMaxDataQueueDepth() - Method in class org.at4j.comp.lzma.LzmaInputStreamSettings
Get the maximum depth of the incoming data queue.
getMaxDataQueueSize() - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
Get the maximum size for the data queue used to feed data to the encoder.
getMaxFileSystemSizeBytes() - Method in class org.entityfs.ram.RamFileSystemBuilder
Get the maximum size of the file system data in bytes.
getMessage() - Method in class org.schmant.task.junit4.suitereporter.FailedTest
Get the failure message.
getMethod() - Method in class org.schmant.task.io.zip.AbstractJavaZipTask
 
getMinor() - Method in class org.schmant.support.JdkVersion
Get the minor version number, i.e.
getMode() - Method in class org.at4j.tar.TarEntryHeaderData
 
getMode() - Method in interface org.entityfs.RandomAccess
Get the mode that this RandomAccess was opened in.
getMode() - Method in class org.entityfs.util.base.EmptyRandomAccess
 
getMode() - Method in class org.entityfs.util.io.ByteArrayRandomAccess
 
getMode() - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
getMode() - Method in class org.entityfs.util.io.InputStreamBackedRandomAccess
 
getMode() - Method in class org.entityfs.util.io.LockAwareRandomAccess
 
getMode() - Method in class org.entityfs.util.io.RandomAccessAdapter
 
getMode() - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
getMode() - Method in class org.entityfs.util.io.RangeRandomAccess
 
getMode() - Method in class org.entityfs.util.io.TempFileBackedRandomAccess
 
getModeFlags() - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Get the set of UnixEntityModeFlag:s.
getModuleCreatorPlugins() - Method in class org.schmant.project.intellij.AbstractIntelliJInfoCollector
Get the list of module creator plugins that are registered with the plugin registry.
getModuleFiles() - Method in class org.schmant.project.intellij.IprSettings
Get the collection of .iml file locations as referenced by the .ipr file.
getName() - Method in class org.at4j.archive.AbstractArchiveEntry
Get the entry's file name.
getName() - Method in class org.at4j.zip.comp.BZip2CompressionMethod
 
getName() - Method in class org.at4j.zip.comp.Deflate64CompressionMethod
 
getName() - Method in class org.at4j.zip.comp.DeflatedCompressionMethod
 
getName() - Method in class org.at4j.zip.comp.IbmLz77CompressionMethod
 
getName() - Method in class org.at4j.zip.comp.IbmTerseCompressionMethod
 
getName() - Method in class org.at4j.zip.comp.ImplodedCompressionMethod
 
getName() - Method in class org.at4j.zip.comp.LzmaCompressionMethod
 
getName() - Method in class org.at4j.zip.comp.PKWareImplodingCompressionMethod
 
getName() - Method in class org.at4j.zip.comp.PpmdCompressionMethod
 
getName() - Method in class org.at4j.zip.comp.Reduced1CompressionMethod
 
getName() - Method in class org.at4j.zip.comp.Reduced2CompressionMethod
 
getName() - Method in class org.at4j.zip.comp.Reduced3CompressionMethod
 
getName() - Method in class org.at4j.zip.comp.Reduced4CompressionMethod
 
getName() - Method in class org.at4j.zip.comp.ShrunkCompressionMethod
 
getName() - Method in class org.at4j.zip.comp.StoredCompressionMethod
 
getName() - Method in class org.at4j.zip.comp.WavPackCompressionMethod
 
getName() - Method in interface org.at4j.zip.comp.ZipEntryCompressionMethod
Get a human-readable name for the compression method.
getName() - Method in class org.entityfs.el.AbstractLocation
Get a name from a location string.
getName() - Method in interface org.entityfs.el.EntityLocation
Get the name of the entity referenced by this entity location.
getName() - Method in interface org.entityfs.FileSystem
Get the file system's name.
getName() - Method in interface org.entityfs.FileSystemBuilder
Get the file system's name.
getName() - Method in interface org.entityfs.Named
Get the name.
getName() - Method in class org.entityfs.util.ClasspathNamedReadableFile
 
getName(Named) - Static method in class org.entityfs.util.Entities
Get the entity's name.
getName() - Method in class org.entityfs.util.EntityCopySpecification
Get the name to give to the entity at the target location.
getName() - Method in class org.entityfs.util.EntityRenameSpecification
Get the name that the entity will have at the target location.
getName() - Method in class org.entityfs.util.FileReadableFile
 
getName() - Method in class org.entityfs.util.io.ReadWritableFileAdapter
 
getName() - Method in class org.entityfs.util.ManualNamedReadableFile
 
getName() - Method in class org.entityfs.util.NamedReadableFileAdapter
 
getName() - Method in class org.entityfs.util.UrlReadableFile
 
getName() - Method in class org.schmant.arg.RenamedFile
 
getName() - Method in class org.schmant.project.AbstractProject
 
getName() - Method in class org.schmant.project.eclipse.EclipseProjectInfo
Get the project's name.
getName() - Method in interface org.schmant.project.Project
Get the name of this project.
getName() - Method in class org.schmant.support.FutureEntity
Get the name of the future entity.
getName() - Method in class org.schmant.task.template.jdk.javadoc.JavadocTagDefinition
Get the tag name.
getName() - Method in class org.schmant.task.tp.taskref.TaskCategory
Get the category's name.
getName() - Method in class org.schmant.tpm.TaskPackage
Get the task package's name.
getNamedReadableFile(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getNamedReadableFileForUri(CharSequence, List<String>) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. 
getNamedReadableFileInternal(Object, List<String>) - Method in class org.schmant.arg.AbstractReadableFileArgumentInterpretationStrategy
 
getNamedReadableFileOrNull(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getNamedReadableFileOrNullInternal(Object, List<String>) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getNewWritableFile(Object, OverwriteStrategy) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getNewWritableFileInternal(Object, OverwriteStrategy, List<String>) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. 
getNextEvent(XMLEventReader) - Static method in class org.schmant.support.xml.stax.StAXSupport
Get the next interesting event (comments are ignored).
getNextEventIgnoreCharacters(XMLEventReader) - Static method in class org.schmant.support.xml.stax.StAXSupport
Get the next non-comment and non-characters event.
getNextEventOrNull(XMLEventReader) - Static method in class org.schmant.support.xml.stax.StAXSupport
Get the next event, returning null if the end of the XML stream is reached.
getNextStartElement(XMLEventReader) - Static method in class org.schmant.support.xml.stax.StAXSupport
Get the next StartElement event.
getNextStartElementOrNull(XMLEventReader) - Static method in class org.schmant.support.xml.stax.StAXSupport
Get the next start element, returning null if the end of the file is encountered.
getNextText(XMLEventReader) - Static method in class org.schmant.support.xml.stax.StAXSupport
Get the next text.
getNode(XPath, Node, String) - Static method in class org.schmant.support.xml.xpath.XPathSupport
Get the document Node matching the supplied XPath expression.
getNodeList(XPath, Node, String) - Static method in class org.schmant.support.xml.xpath.XPathSupport
Get the list of Node:s matching the supplied XPath expression.
getNoOfBytesReadOrSkipped() - Method in class org.entityfs.support.io.CountingInputStream
Get the number of bytes that the client has read from or skipped over in this stream.
getNoOfBytesWritten() - Method in class org.entityfs.support.io.CountingOutputStream
Get the number of bytes that have been written to the wrapped OutputStream.
getNoQualifierPackages() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
getNotInterpreted() - Method in class org.schmant.arg.ArgumentInterpretationResult
Get a list of the objects that the interpreter was not able to interpret.
getNtFileAttributes() - Method in interface org.entityfs.entityattrs.ntfs.NtFileAttributesConfigurable
Get the attributes.
getNumberOfBitsInUnfinishedByte() - Method in interface org.at4j.support.io.BitOutput
Get the number of bits that have been written to the last byte.
getNumberOfBitsInUnfinishedByte() - Method in class org.at4j.support.io.LittleEndianBitOutputStream
 
getNumberOfBytesRead() - Method in class org.at4j.support.io.LittleEndianBitInputStream
Get the number of whole bytes read this far.
getNumberOfBytesWritten() - Method in class org.at4j.support.io.LittleEndianBitOutputStream
Get the total number of whole bytes written by this stream so far.
getNumberOfEncoderThreads() - Method in class org.at4j.comp.bzip2.BZip2OutputStreamSettings
 
getNumberOfEncoderThreads() - Method in class org.at4j.comp.bzip2.BZip2WritableFileSettings
 
getNumberOfHuffmanTreeRefinementIterations() - Method in class org.at4j.comp.bzip2.BZip2OutputStreamSettings
Get the number of Huffman tree refinement iterations.
getNumberOfHuffmanTreeRefinementIterations() - Method in class org.at4j.comp.bzip2.BZip2WritableFileSettings
Get the number of Huffman tree refinement iterations.
getNumberOfLiteralContextBits() - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
Get the number of literal context bits.
getNumberOfLiteralPosBits() - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
Get the number of literal pos bits.
getNumberOfPosBits() - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
Get the number of pos bits.
getNumberOfSources() - Method in class org.at4j.comp.prog.StreamCompressionProgramArguments
 
getNumberOfThreads() - Method in class org.at4j.comp.prog.StreamCompressionProgramArguments
 
getNumberOfThreads() - Method in class org.schmant.run.TaskExecutor
Get the maximum number of threads for the task executor.
getObject() - Method in class org.schmant.arg.NotInterpretedObject
Get the object that the ArgumentInterpreter was not able to interpret.
getObject(XPath, Node, String, QName) - Static method in class org.schmant.support.xml.xpath.XPathSupport
Get the object that is returned when evaluating the supplied XPath expression.
getObjectForRootDirectory(DirectoryView) - Method in class org.entityfs.util.itr.DepthFirstIteratorImpl
 
getObjectForRootDirectory(DirectoryView) - Method in class org.entityfs.util.itr.DepthLastIteratorImpl
 
getObjectForRootDirectory(DirectoryView) - Method in class org.entityfs.util.itr.LocationAwareDepthFirstIteratorImpl
 
getObjectForRootDirectory(DirectoryView) - Method in class org.entityfs.util.itr.LocationAwareDepthLastIteratorImpl
 
getObjectValue(String) - Method in class org.entityfs.util.properties.FileBackedProperties
 
getObjectValue(String, Serializable) - Method in class org.entityfs.util.properties.FileBackedProperties
 
getObjectValue(String) - Method in interface org.entityfs.util.properties.Properties
Get an Object (Serializable) property value.
getObjectValue(String, Serializable) - Method in interface org.entityfs.util.properties.Properties
Get an Object (Serializable) property value.
getObjectValue(String) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getObjectValue(String, Serializable) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getObjectValue() - Method in class org.entityfs.util.properties.PropertyValue
Get the property value deserialized to an object.
getOfflineLinks() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
getOldName() - Method in class org.entityfs.event.ChildEntityRenamedEvent
 
getOldName() - Method in class org.entityfs.event.EntityRenamedEvent
 
getOptionsInternal() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
Get the list of options that the compiler will get.
getOriginalCreationTime() - Method in class org.at4j.zip.ef.ExtendedTimestampExtraField
Get the time when the entity in the Zip entry was originally created, if set.
getOtherModes() - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Get the set of UnixEntityAccessModeFlag:s in effect for users that do not own the entity and that are not members of its owning group.
getOutput(InputStream) - Method in class org.entityfs.support.io.AbstractCommands
Get the output from a stream, for instance from the output of a process.
getOutput() - Method in class org.schmant.support.io.AbstractProcessOutputListener
This may be implemented by subclasses to return the entire output of the monitored process if they keep it in memory.
getOutput() - Method in interface org.schmant.support.io.ProcessOutputListener
Get the entire output from the monitored process.
getOutput() - Method in class org.schmant.support.io.SaveToStringProcessOutputStrategy
Get the output from the process after it has been run.
getOutputEncoding() - Method in class org.schmant.task.template.text.AbstractTextInsertionTask
 
getOutputEncoding() - Method in class org.schmant.task.text.AbstractAddTextTask
 
getOutputListener() - Method in class org.schmant.support.io.AppendToFileProcessOutputStrategy
 
getOutputListener() - Method in class org.schmant.support.io.LoggingProcessOutputStrategy
 
getOutputListener() - Method in class org.schmant.support.io.PrintProcessOutputStrategy
 
getOutputListener() - Method in interface org.schmant.support.io.ProcessOutputStrategy
Create a new process output listener for listening to a process.
getOutputListener() - Method in class org.schmant.support.io.SaveToStringProcessOutputStrategy
 
getOutputStreamSettings() - Method in class org.at4j.comp.bzip2.BZip2WritableFileSettings
Get the settings for a BZip2OutputStream based on the configuration of this object.
getOverview() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTask
 
getOverwriteStrategy() - Method in class org.at4j.tar.TarExtractSpecification
Are existing entities overwritten with entries from the archive?
getOverwriteStrategy() - Method in class org.at4j.util.archive.ExtractSpecification
 
getOverwriteStrategy() - Method in class org.entityfs.util.EntityCopySpecification
Get the strategy that is used for deciding whether to overwrite existing entities.
getOverwriteStrategy() - Method in class org.entityfs.util.EntityRenameSpecification
Get the strategy used for dealing with an old entity that already exists at the target location.
getOverwriteStrategy() - Method in class org.schmant.task.lang.ClosureParameters
Get the overwrite strategy.
getOverwriteStrategy() - Method in class org.schmant.task.stub.AbstractGeneratorTask
 
getOverwriteStrategy() - Method in class org.schmant.task.stub.AbstractProcessTask
 
getOwnerGid() - Method in class org.at4j.tar.builder.TarEntrySettings
Get the owner group id.
getOwnerGid() - Method in class org.at4j.tar.TarEntry
Get the owner group id for the entry.
getOwnerGid() - Method in class org.at4j.tar.TarEntryHeaderData
 
getOwnerGroupName() - Method in class org.at4j.tar.builder.TarEntrySettings
Get the owner group name.
getOwnerGroupName() - Method in class org.at4j.tar.TarEntryHeaderData
 
getOwnerGroupName() - Method in class org.at4j.tar.UstarDirectoryEntry
 
getOwnerGroupName() - Method in interface org.at4j.tar.UstarEntry
Get the name of the group that owned the file system entity that was added to the Tar archive to make this Tar entry.
getOwnerGroupName() - Method in class org.at4j.tar.UstarFileEntry
 
getOwnerGroupName() - Method in class org.at4j.tar.UstarSymbolicLinkEntry
 
getOwnerUid() - Method in class org.at4j.tar.builder.TarEntrySettings
Get the owner user id.
getOwnerUid() - Method in class org.at4j.tar.TarEntry
Get the owner user id for the entry.
getOwnerUid() - Method in class org.at4j.tar.TarEntryHeaderData
 
getOwnerUserName() - Method in class org.at4j.tar.builder.TarEntrySettings
Get the owner user name.
getOwnerUserName() - Method in class org.at4j.tar.TarEntryHeaderData
 
getOwnerUserName() - Method in class org.at4j.tar.UstarDirectoryEntry
 
getOwnerUserName() - Method in interface org.at4j.tar.UstarEntry
Get the user name for the owner of the file system entity that was added to the Tar archive to make this Tar entry.
getOwnerUserName() - Method in class org.at4j.tar.UstarFileEntry
 
getOwnerUserName() - Method in class org.at4j.tar.UstarSymbolicLinkEntry
 
getPackage(String) - Method in class org.entityfs.util.lang.EntityClassLoader
 
getPackageNames() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTask
 
getPackagePattern() - Method in class org.schmant.task.template.jdk.javadoc.JavadocPackageGroup
 
getPackagePrefix() - Method in class org.schmant.task.text.apilinks.ApiLink
 
getPackages() - Method in class org.entityfs.util.lang.EntityClassLoader
 
getParent() - Method in class org.at4j.archive.AbstractArchiveEntry
Get the parent directory entry for this archive entry.
getParent() - Method in interface org.at4j.archive.ArchiveEntry
Get the parent directory entry for this entry.
getParent() - Method in interface org.entityfs.EntityView
Get the parent directory for this entity or for this entity view.
getParent(EntityView) - Static method in class org.entityfs.util.Entities
Get the entity's parent directory.
getParent(Entity) - Static method in class org.entityfs.util.Entities
Get the entity's parent directory.
getParent() - Method in class org.schmant.support.FutureEntity
Get the parent directory of the future entity.
getParentFile(File) - Method in class org.schmant.arg.AbstractArgumentInterpretationStrategy
Get the file's parent directory.
getParentFileSystem() - Method in interface org.entityfs.zip.cap.fs.FSCZipFileBacked
If the Zip FileSystem is created on an EFile, this method can be called to return the parent file system.
getParentFileSystem(FileSystem) - Static method in class org.entityfs.zip.cap.fs.FSCZipFileBackedUtil
Return the file system where the backing ZipFile is.
getParentFileSystem() - Method in class org.entityfs.zip.FSCZipFileBackedImpl
 
getParentLocation(File) - Method in class org.at4j.support.prog.AbstractProgram
Get the absolute location of the file's parent directory.
getParentLocation() - Method in class org.entityfs.el.AbsoluteLocation
 
getParentLocation() - Method in interface org.entityfs.el.EntityLocation
Get the parent location of this entity location.
getParentLocation() - Method in class org.entityfs.el.RelativeLocation
 
getParentOrNull() - Method in class org.schmant.support.FutureEntity
Get the parent directory of the future entity.
getPathEntries() - Method in class org.schmant.project.java.JavaProjectClasspathDecorator
 
getPathEntries() - Method in interface org.schmant.task.PathDecorator
Get the path entries.
getPathSegmentStack() - Method in class org.entityfs.el.AbstractLocation
 
getPathSegmentStack() - Method in interface org.entityfs.el.EntityLocation
Get this entity location represented as a list of entity names.
getPathString(Collection<String>, char) - Static method in class org.schmant.support.SchmantUtil
Build a path string, i.e.
getPathString(Collection<?>) - Static method in class org.schmant.support.SchmantUtil
Build a path string with the entries separated by the platform's path separator (File.pathSeparator).
getPattern() - Method in class org.entityfs.support.util.regexp.Glob
Get the Pattern object that corresponds to this glob pattern.
getPattern(String) - Static method in class org.entityfs.util.filter.regexp.GlobSupport
Get a Java regexp Pattern from a glob pattern.
getPattern(String, int) - Static method in class org.entityfs.util.filter.regexp.GlobSupport
Get a Java regexp Pattern from a glob pattern.
getPattern() - Method in class org.schmant.support.text.PatternAndStrategy
 
getPaxVariables() - Method in class org.at4j.tar.PaxDirectoryEntry
 
getPaxVariables() - Method in interface org.at4j.tar.PaxEntry
Get a read only map containing this entry's PAX variables.
getPaxVariables() - Method in class org.at4j.tar.PaxFileEntry
 
getPaxVariables() - Method in class org.at4j.tar.PaxSymbolicLinkEntry
 
getPermission() - Method in exception org.entityfs.security.AccessDeniedException
Get the permission that the Subject did not have.
getPlaces() - Method in class org.schmant.task.template.jdk.javadoc.JavadocTagDefinition
Get the places where the tag may occur.
getPlugins(String) - Method in class org.schmant.plugin.PluginRegistry
Get all plugins registered under the given name.
getPreparationScripts() - Method in class org.schmant.LauncherSettings
 
getPrimaryGid() - Method in class org.entityfs.entityattrs.AbstractAccessControllerUidGidSubject
 
getPrimaryGid() - Method in class org.entityfs.entityattrs.SimpleAccessControllerUidGidSubject
 
getPrimaryGid() - Method in class org.entityfs.entityattrs.UidGid
Get the primary GID.
getPrimaryGid() - Method in interface org.entityfs.entityattrs.UidGidSubject
Get the primary GID.
getPrincipals() - Method in class org.entityfs.security.SimpleAccessControllerSubject
Get the Subject's principals.
getPrincipals(Class<T>) - Method in class org.entityfs.security.SimpleAccessControllerSubject
Get a set of Principal:s for this subject that are instances or subclasses of the given class.
getPrincipals() - Method in interface org.entityfs.security.Subject
Get the set of JAAS Principal:s for this subject.
getPrincipals(Class<T>) - Method in interface org.entityfs.security.Subject
Get a set of Principal:s for this subject that are instances or subclasses of the given class.
getPrivateCredentials() - Method in class org.entityfs.security.SimpleAccessControllerSubject
Return the set of private credentials held by this subject.
getPrivateCredentials(Class<T>) - Method in class org.entityfs.security.SimpleAccessControllerSubject
Return a set of private credentials for this subject where the credentials are instances or subclasses of the given class.
getPrivateCredentials() - Method in interface org.entityfs.security.Subject
Return the set of private credentials held by this subject.
getPrivateCredentials(Class<T>) - Method in interface org.entityfs.security.Subject
Return a set of private credentials for this subject where the credentials are instances or subclasses of the given class.
getProcessId() - Method in class org.at4j.tar.builder.PaxTarEntryStrategy
Get the process id.
getProcessResult() - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTask
 
getProcessResult() - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTask
 
getProcessResult() - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTask
 
getProcessResult() - Method in class org.schmant.task.template.process.AbstractExtProcessTask
Get the result of the external program.
getProcessResult() - Method in interface org.schmant.task.template.process.ExtProcessTask
Get the result from the external program.
getProcessSettings(ExtProcessConfigured) - Static method in class org.schmant.task.template.process.ExtProcessSupport
Get the settings for the external program.
getProduced(Producer<?>, List<String>) - Method in class org.schmant.arg.ArgumentInterpreter
Get the produced object from a Producer, throwing an exception if the task has not been run yet.
getProgramArguments() - Method in class org.schmant.LauncherSettings
 
getProgramArguments() - Method in class org.schmant.task.template.jdk.java.AbstractExtJavaTaskDecorator
 
getProgramArguments() - Method in interface org.schmant.task.template.jdk.java.ExtJavaTaskDecorator
Return a collection of program arguments that the decorator wants to set.
getProject(String) - Method in class org.schmant.project.AbstractProjectRepository
Get the named project.
getProject() - Method in class org.schmant.project.java.JavaProjectClasspathDecorator
Get the project to build.
getProject() - Method in class org.schmant.project.java.OtherJavaProjectClasspathEntry
Get the project that the owner of this classpath entry depends on.
getProject(String) - Method in interface org.schmant.project.ProjectRepository
Get the named project from this repository, if it exists.
getProjectBuildDependencies() - Method in class org.schmant.project.AbstractJavaProject
 
getProjectBuildDependencies() - Method in interface org.schmant.project.java.JavaProject
Get the collection of projects that this projects has build dependencies to.
getProjectDirectories() - Method in class org.schmant.project.eclipse.EclipseWorkspaceSettings
Get all user-defined project directories.
getProjectFileParser() - Method in class org.schmant.plugin.eclipse.java.EclipseJavaProjectCreatorPlugin
Get the .project file parser.
getProjectLibraries() - Method in class org.schmant.project.intellij.IprSettings
 
getProjectName() - Method in class org.schmant.project.java.OtherJavaProjectClasspathEntry
Get the name of the project.
getProjectNatures() - Method in class org.schmant.project.eclipse.EclipseProjectInfo
Get the project's set of project natures.
getProjectRepositoryConfiguration() - Method in class org.schmant.project.AbstractProjectRepository
Get the project repository configuration.
getProjectRepositoryConfiguration() - Method in class org.schmant.project.ProjectRepositoryInfo
Get the project repository configuration.
getProjectRoot() - Method in class org.schmant.project.intellij.AbstractIntelliJInfoCollector
 
getProjects() - Method in class org.schmant.project.AbstractProjectRepository
 
getProjects(Filter<? super Project>) - Method in class org.schmant.project.AbstractProjectRepository
 
getProjects() - Method in interface org.schmant.project.ProjectRepository
Get all projects stored in this repository.
getProjects(Filter<? super Project>) - Method in interface org.schmant.project.ProjectRepository
Get all projects stored in this repository that passes the supplied filter.
getProjects() - Method in class org.schmant.project.ProjectRepositoryInfo
Get the projects in the project repository.
getProperties() - Method in class org.at4j.comp.lzma.LzmaInputStreamSettings
Get the decoder properties or null if they are not known beforehand.
getProperties() - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
This method can be used to get the output stream properties in the format that they are encoded in the stream.
getProperties() - Method in class org.at4j.tar.builder.TarEntrySettings
Get the properties for this settings object.
getProperties() - Method in class org.schmant.LauncherSettings
 
getPropertiesMatching(Pattern) - Method in class org.entityfs.util.properties.FileBackedProperties
Get all properties whose names match the supplied regular expression pattern.
getPropertiesMatching(Glob) - Method in class org.entityfs.util.properties.FileBackedProperties
Get all properties whose names match the supplied glob pattern.
getPropertiesMatching(Pattern) - Method in interface org.entityfs.util.properties.Properties
Get a new Properties object that contains all properties from this object whose names match the supplied regular expression Pattern.
getPropertiesMatching(Glob) - Method in interface org.entityfs.util.properties.Properties
Get a new Properties object that contains all properties from this object whose names match the supplied glob pattern.
getPropertiesMatching(Pattern) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getPropertiesMatching(Glob) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getPropertyValue(String) - Method in class org.entityfs.util.properties.FileBackedProperties
 
getPropertyValue(String, PropertyValue) - Method in class org.entityfs.util.properties.FileBackedProperties
 
getPropertyValue(String) - Method in interface org.entityfs.util.properties.Properties
Return a property value as a PropertyValue object.
getPropertyValue(String, PropertyValue) - Method in interface org.entityfs.util.properties.Properties
Get a property value.
getPropertyValue(String) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getPropertyValue(String, PropertyValue) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getProtocol() - Method in class org.schmant.project.intellij.IntelliJUrl
 
getProtocol() - Method in enum org.schmant.project.intellij.IntelliJUrlProtocol
 
getProxied() - Method in class org.entityfs.support.io.InputStreamProxy
 
getProxied() - Method in class org.entityfs.support.io.OutputStreamProxy
Get the proxied stream.
getProxied() - Method in class org.entityfs.support.lang.ObjectProxySupport
Get the proxied object.
getProxied() - Method in class org.entityfs.support.lang.SerializableObjectProxySupport
Get the proxied object.
getPublicCredentials() - Method in class org.entityfs.security.SimpleAccessControllerSubject
Return the set of public credentials held by this subject.
getPublicCredentials(Class<T>) - Method in class org.entityfs.security.SimpleAccessControllerSubject
Return a set of public credentials for this subject where the credentials are instances or subclasses of the given class.
getPublicCredentials() - Method in interface org.entityfs.security.Subject
Return the set of public credentials held by this subject.
getPublicCredentials(Class<T>) - Method in interface org.entityfs.security.Subject
Return a set of public credentials for this subject where the credentials are instances or subclasses of the given class.
getPublicIdMap() - Method in class org.schmant.support.xml.XmlCatalogResolver
Get (a copy of) all the public id mappings in the catalog resolver.
getRandomlyAccessibleFile(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getRandomlyAccessibleFileForUri(CharSequence, List<String>) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. 
getRandomlyAccessibleFileOrNull(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getRandomlyAccessibleFileOrNullInternal(Object, List<String>) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadable() - Method in enum org.entityfs.entityattrs.ntfs.NtFileAttributes
Get a readable tag for the attribute.
getReadable() - Method in enum org.entityfs.entityattrs.unix.UnixEntityAccessModeFlag
Get a readable name for the access permission.
getReadable() - Method in enum org.entityfs.entityattrs.unix.UnixEntityModeFlag
Get a readable representation of the mode flag.
getReadableFile(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadableFile() - Method in class org.schmant.task.template.io.zip.EntityOrReadableFile
Get the readable file.
getReadableFileInternal(Object, List<String>) - Method in class org.schmant.arg.AbstractReadableFileArgumentInterpretationStrategy
 
getReadableFileOrNull(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadableFileOrNullInternal(Object, List<String>) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadLock() - Method in class org.at4j.archive.AbstractArchiveEntry
Since archive objects are read only, this method only returns a dummy lock.
getReadLock() - Method in class org.at4j.comp.bzip2.BZip2ReadableFile
 
getReadLock() - Method in class org.at4j.comp.lzma.LzmaReadableFile
 
getReadLock() - Method in class org.entityfs.lock.AbstractLockable
 
getReadLock() - Method in class org.entityfs.lock.AbstractReadWriteLockableProxy
 
getReadLock() - Method in interface org.entityfs.lock.EntityLockAdapter
Get the entity's read lock.
getReadLock(EntityLockAdapter, LogAdapter) - Method in interface org.entityfs.lock.LockAcquiringStrategy
Get a locked read lock for an entity from its lock adapter.
getReadLock() - Method in interface org.entityfs.lock.ReadLockable
Get the read lock without locking it.
getReadLock() - Method in class org.entityfs.util.AggregatingEntityRepository
 
getReadLock() - Method in class org.entityfs.util.base.AbstractReadableFile
This method returns a NoObjectDummyLock.
getReadLock() - Method in class org.entityfs.util.base.AbstractReadWritableFile
This returns a dummy lock.
getReadLock() - Method in class org.entityfs.util.ClasspathNamedReadableFile
This method returns a dummy lock.
getReadLock() - Method in class org.entityfs.util.CompoundEntityHolder
 
getReadLock() - Method in class org.entityfs.util.io.GZipReadableFile
 
getReadLock() - Method in class org.entityfs.util.NamedReadableFileAdapter
 
getReadLock() - Method in class org.schmant.arg.GZipReadableFileProxy
 
getReadLock() - Method in class org.schmant.task.at4j.bzip2.BZip2ReadableFileProxy
 
getReadLock() - Method in class org.schmant.task.at4j.lzma.LzmaReadableFileProxy
 
getReadOnlyDirectory(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadOnlyDirectoryInternal(Object, List<String>) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadOnlyDirectoryOrNull(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadOnlyDirectoryOrNullInternal(Object, List<String>) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadOnlyEntity(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadOnlyEntityOrNull(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadOnlyEntityOrNullInternal(Object, List<String>) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadOnlyFile(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadOnlyFileOrNull(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadOnlyFileOrNullInternal(Object, List<String>) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadWriteDirectory(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadWriteDirectoryInternal(Object, List<String>) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadWriteDirectoryOrNull(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadWriteDirectoryOrNullInternal(Object, List<String>) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadWriteEntity(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadWriteEntityOrNull(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadWriteEntityOrNullInternal(Object, List<String>) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadWriteFile(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadWriteFileOrNull(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getReadWriteFileOrNullInternal(Object, List<String>) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getRelativeLocation(EntityView, EntityView) - Static method in class org.entityfs.util.Entities
Get the location of e1, relative to e2.
getRelativeLocation() - Method in class org.entityfs.util.EntityAndRelativeLocation
Get the relative location.
getRelativeLocation() - Method in class org.schmant.support.FutureEntity
Get the future entity's location relative to its base directory.
getRelativeOffsetOfLocalHeader() - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
getRelativeTo(AbsoluteLocation) - Method in class org.entityfs.el.AbsoluteLocation
 
getRelativeToBase() - Method in class org.schmant.task.lang.ClosureParameters
This property is set with the task's source's location relative to a base location if the task is run within a recursive task.
getRelativeToBase() - Method in class org.schmant.task.stub.AbstractActionTask
 
getRelativeToScriptDirectory(File) - Static method in class org.schmant.support.SchmantUtil
Get absolute file created by appending the supplied file to the directory of the launched script.
getReplace(String, Matcher) - Method in class org.schmant.support.text.CapturingGroupAwareStringTextStrategy
 
getReplace(String, Matcher) - Method in class org.schmant.support.text.ClosureReplacementTextStrategy
 
getReplace(String, Matcher) - Method in class org.schmant.support.text.PropertyValueTextStrategy
 
getReplace(String, Matcher) - Method in interface org.schmant.support.text.ReplacementTextStrategy
Get the replacement text for the supplied text.
getReplace(String, Matcher) - Method in class org.schmant.support.text.StringTextStrategy
 
getReport() - Static method in class org.schmant.report.ReportManager
Get the Report for the current thread.
getReportFactory() - Method in class org.schmant.LauncherSettings
 
getReportLineFormatter() - Method in class org.schmant.LauncherSettings
 
getReportLineFormatter() - Method in class org.schmant.report.AbstractPrintingReport
 
getRepository() - Method in class org.schmant.project.AbstractProject
 
getRepositoryLocation() - Method in class org.schmant.task.svnkit.AbstractSvnTask
 
getResourceAsStream(String) - Method in class org.entityfs.util.lang.EntityClassLoader
Return an open InputStream for the contents of a resource in the classpath.
getResourceResolver(Report) - Method in interface org.schmant.task.template.xml.LSResourceResolverDecorator
 
getRoot() - Method in class org.entityfs.fs.AbstractFSFileSystemBuilder
Get the root directory of the file system to create.
getRoot() - Method in interface org.entityfs.fs.FSFileSystemBuilder
Get the root directory of the file system, if set.
getRootDirectory() - Method in interface org.entityfs.FileSystem
Get the file system's root directory.
getRootDirectory() - Method in class org.schmant.project.java.ClassDirectoryClasspathEntry
Get the root directory of the class file tree.
getRootDirectory() - Method in class org.schmant.tpm.TaskPackage
Get the task package's root directory.
getRootEntry() - Method in interface org.at4j.archive.Archive
Get the archive's root directory.
getRootEntry() - Method in class org.at4j.tar.TarFile
Get the root directory entry for the Tar file.
getRootEntry() - Method in class org.at4j.zip.ZipFile
Get the Zip file's root entry.
getRootEntry() - Method in class org.at4j.zip.ZipFileContents
 
getRules() - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
getRules() - Method in interface org.at4j.archive.builder.ArchiveBuilder
Get a copy of the list of rules that are used to determine the entry settings for entries added to this archive.
getRules() - Method in class org.schmant.task.at4j.tar.TarDirectoryWithRules
 
getRules() - Method in class org.schmant.task.at4j.zip.ZipDirectoryWithRules
 
getRunCount() - Method in class org.schmant.task.junit4.suitereporter.TestRun
Get the number of run tests in this test run.
getRunListenerClassName() - Method in class org.schmant.task.junit4.ant.JUnit4AntXmlReporter
 
getRunListenerClassName() - Method in interface org.schmant.task.junit4.JUnit4Reporter
Get the fully qualified name of the RunListener class.
getRunListenerClassName() - Method in class org.schmant.task.junit4.JUnit4SimpleReporter
 
getRunListenerClassName() - Method in class org.schmant.task.junit4.suitereporter.JUnit4TestSuiteReporter
 
getRunTime() - Method in class org.schmant.task.junit4.suitereporter.TestRun
Get the total time it took to run the test run.
getSatisfiedStateLock() - Method in class org.schmant.project.java.JavaProjectDependencies
 
getSatisfiedStateLock() - Method in class org.schmant.run.AlreadySatisfiedTaskDependency
This method returns a dummy lock.
getSatisfiedStateLock() - Method in class org.schmant.run.CompoundTaskDependency
 
getSatisfiedStateLock() - Method in class org.schmant.run.ManualTaskDependency
 
getSatisfiedStateLock() - Method in interface org.schmant.run.TaskDependency
Get the Lock that protects the dependency's satisfied property.
getSatisfiedStateLock() - Method in class org.schmant.task.stub.AbstractTask
 
getSchema() - Method in class org.schmant.task.xml.validation.SchemaFactoryTask
Get the parsed Schema.
getSchemaOrNull() - Method in class org.schmant.task.xml.validation.SchemaFactoryTask
Get the parsed schema, returning null if it is not parsed.
getSchmantHome() - Method in class org.schmant.LauncherSettings
 
getSchmantHome() - Static method in class org.schmant.support.SchmantUtil
Get the location of the Schmant installation that is currently running.
getScriptEFile() - Static method in class org.schmant.support.SchmantUtil
Get the currently executing script file.
getScriptExecutorImplementation() - Method in class org.schmant.LauncherSettings
Get the fully qualified class name of the ScriptExecutor implementation to use for running the build script, if that is set.
getScriptFile() - Method in class org.schmant.LauncherSettings
 
getScriptFile() - Static method in class org.schmant.support.SchmantUtil
Get a reference to the currently executing script file as a File object.
getScriptFileObject() - Method in class org.schmant.LauncherSettings
Get the script file object.
getSecond() - Method in class org.entityfs.support.util.TwoObjects
Get the second object.
getSecondaryGids() - Method in class org.entityfs.entityattrs.AbstractAccessControllerUidGidSubject
 
getSecondaryGids() - Method in class org.entityfs.entityattrs.SimpleAccessControllerUidGidSubject
 
getSecondaryGids() - Method in class org.entityfs.entityattrs.UidGid
 
getSecondaryGids() - Method in interface org.entityfs.entityattrs.UidGidSubject
Get the set of secondary GID:s.
getSegmentSize() - Method in class org.entityfs.ram.RamFileSystemAdapter
 
getSender() - Method in class org.entityfs.event.AbstractEntityEvent
 
getSender() - Method in interface org.entityfs.event.EntityEvent
Get the entity (view) that sent this event.
getSettings() - Method in class org.at4j.archive.builder.ArchiveEntrySettingsRule
Get the entry settings for this rule.
getSettings() - Method in class org.schmant.task.at4j.tar.TarEntryAndSettings
 
getSettings() - Method in class org.schmant.task.at4j.zip.ZipEntryAndSettings
 
getSeverityText(Level) - Method in class org.schmant.report.AbstractPrintingReport
Get a text string for the log level.
getSize() - Method in class org.at4j.comp.bzip2.BZip2ReadableFile
 
getSize() - Method in class org.at4j.comp.lzma.LzmaReadableFile
 
getSize() - Method in class org.at4j.tar.TarFileEntry
Get the size of the file data for this Tar file entry.
getSize() - Method in class org.at4j.zip.ZipFileEntry
Get the compressed size of the Zip file entry.
getSize() - Method in class org.entityfs.ram.RamFileAdapter
 
getSize() - Method in interface org.entityfs.ReadableFile
Get the size of the file (in bytes).
getSize() - Method in class org.entityfs.util.ByteArrayReadableFile
 
getSize() - Method in class org.entityfs.util.CharSequenceReadableFile
 
getSize() - Method in class org.entityfs.util.ClasspathNamedReadableFile
 
getSize() - Method in class org.entityfs.util.FileReadableFile
 
getSize(ReadableFile) - Static method in class org.entityfs.util.Files
Get the size of the file in bytes.
getSize() - Method in class org.entityfs.util.io.GZipReadableFile
 
getSize() - Method in class org.entityfs.util.io.ReadWritableFileAdapter
 
getSize() - Method in class org.entityfs.util.ManualNamedReadableFile
 
getSize() - Method in class org.entityfs.util.NamedReadableFileAdapter
 
getSize() - Method in class org.entityfs.util.UrlReadableFile
 
getSize() - Method in class org.entityfs.zip.ZipFileAdapter
 
getSize() - Method in class org.schmant.arg.GZipReadableFileProxy
 
getSize() - Method in class org.schmant.task.at4j.bzip2.BZip2ReadableFileProxy
 
getSize() - Method in class org.schmant.task.at4j.lzma.LzmaReadableFileProxy
 
getSizeGuard() - Method in class org.entityfs.ram.RamFileSystemAdapter
 
getSizeNoLocking() - Method in interface org.entityfs.ReadWritableFile
Get an approximate size of the file without having to lock it.
getSizeNoLocking() - Method in class org.entityfs.util.base.AbstractReadWritableFile
This default implementation returns the result from the ReadableFile.getSize() method.
getSizeOfDataInStream(InputStream, int) - Static method in class org.entityfs.support.io.StreamUtil
Calculate the size of the data that can be read from the stream.
getSmallestDifferentHierarchies(Entity, Entity) - Static method in class org.entityfs.util.Entities
Get the smallest possible entity hierarchy with a common root entity for the two entities.
getSource() - Method in class org.schmant.task.apache.ant.AntTask
 
getSource() - Method in interface org.schmant.task.confable.SourceConfigured
Get the first source set.
getSource() - Method in class org.schmant.task.findbugs.ExtFindbugsTask
 
getSource() - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTask
 
getSource() - Method in class org.schmant.task.lang.ClosureParameters
Get the first item of the source list, or null if no sources are set.
getSource() - Method in class org.schmant.task.stub.AbstractActionTask
Get the source object when there is only one source set.
getSource(Object) - Method in class org.schmant.task.template.xml.XmlArgumentInterpreter
Deprecated. Use InterpretAsXmlSourceStrategy instead.
getSourceCodeVersion() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
 
getSourceCodeVersion() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTask
 
getSourceCompatibility() - Method in class org.schmant.project.eclipse.JdkCompliance
Get the source code compatibility level.
getSourceDirectories() - Method in class org.schmant.project.AbstractJavaProject
 
getSourceDirectories() - Method in interface org.schmant.project.java.JavaProject
Get the project's source code directories.
getSourceFileNames() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTask
 
getSourceFilesDir() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
 
getSources() - Method in class org.schmant.task.apache.ant.AntTask
 
getSources() - Method in interface org.schmant.task.confable.SourceConfigured
Get the source list.
getSources() - Method in class org.schmant.task.findbugs.ExtFindbugsTask
 
getSources() - Method in class org.schmant.task.jdk.jar.EarTask
Override this method to add special file and directory sources.
getSources() - Method in class org.schmant.task.jdk.jar.WarTask
Override this method to add special file and directory sources.
getSources() - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTask
 
getSources() - Method in class org.schmant.task.lang.ClosureParameters
Get a list containing all sources in the order that they were added to the task factory.
getSources() - Method in class org.schmant.task.stub.AbstractActionTask
Get the sources set on this action task.
getSpecification() - Method in class org.schmant.task.stub.AbstractTaskFactory
Subclasses use this to get the task specification that they are currently configuring.
getSpecification() - Method in interface org.schmant.task.TaskFactory
Get the specification that this task factory object is currently working on.
getSplitStringArrayValue(String, String) - Method in class org.entityfs.util.properties.FileBackedProperties
 
getSplitStringArrayValue(String, String, String[]) - Method in class org.entityfs.util.properties.FileBackedProperties
 
getSplitStringArrayValue(String, String) - Method in interface org.entityfs.util.properties.Properties
Return a String property value converted to a String array by splitting it with the provided regular expression.
getSplitStringArrayValue(String, String, String[]) - Method in interface org.entityfs.util.properties.Properties
Return a comma-separated String property value converted to a String array by splitting it with the provided regular expression.
getSplitStringArrayValue(String, String) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getSplitStringArrayValue(String, String, String[]) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getSplitStringArrayValue(String) - Method in class org.entityfs.util.properties.PropertyValue
Get the property value split to a String array value using the supplied regular expression.
getStabilizedLimitMSecs() - Method in class org.entityfs.util.obs.polling.PollingDirectoryMonitorer
 
getStackTrace() - Method in class org.schmant.task.junit4.suitereporter.FailedTest
Get the failure's stack trace.
getStackTraceWriter(Level) - Method in class org.schmant.report.AbstractPrintingReport
 
getStackTraceWriter(Level) - Method in class org.schmant.report.AsynchronousReport
 
getStackTraceWriter(Level) - Method in class org.schmant.report.MultiplexingReport
 
getStackTraceWriter(Level) - Method in interface org.schmant.report.Report
Get a PrintWriter to write a stack trace to if the stack trace for some reason cannot be logged through any of the ordinary logger methods.
getStartPositionOfFileData() - Method in class org.at4j.zip.ZipEntryLocalFileHeaderData
 
getStartPosOfFileData() - Method in class org.at4j.tar.TarFileEntry
Get the start position of file data in the Tar file for this Tar file entry.
getStatus() - Method in class org.schmant.run.TaskExecutor
Return a read only view of the task executor's status.
getStderrOutput() - Method in class org.schmant.support.io.ProcessResult
Get the process' output to stderr, if that was collected by the ProcessOutputStrategy used.
getStderrStrategy() - Method in class org.schmant.support.io.ProcessSettings
Get the strategy to use for collecting the process' stderr output.
getStderrStrategy() - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTask
 
getStderrStrategy() - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTask
 
getStderrStrategy() - Method in class org.schmant.task.template.process.AbstractExtProcessTask
 
getStderrStrategy() - Method in interface org.schmant.task.template.process.ExtProcessConfigured
 
getStdoutOutput() - Method in class org.schmant.support.io.ProcessResult
Get the process' output to stdout, if that was collected by the ProcessOutputStrategy used.
getStdoutStrategy() - Method in class org.schmant.support.io.ProcessSettings
Get the strategy to use for collecting the process' stdout output.
getStdoutStrategy() - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTask
 
getStdoutStrategy() - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTask
 
getStdoutStrategy() - Method in class org.schmant.task.template.process.AbstractExtProcessTask
 
getStdoutStrategy() - Method in interface org.schmant.task.template.process.ExtProcessConfigured
 
getStrategy() - Method in class org.schmant.support.text.PatternAndStrategy
 
getString(XPath, Node, String) - Static method in class org.schmant.support.xml.xpath.XPathSupport
Get the text returned when evaluating the supplied XPath expression.
getStringArrayValue(String) - Method in class org.entityfs.util.properties.FileBackedProperties
 
getStringArrayValue(String, String[]) - Method in class org.entityfs.util.properties.FileBackedProperties
 
getStringArrayValue(String) - Method in interface org.entityfs.util.properties.Properties
Return a comma-separated String property value converted to a String array.
getStringArrayValue(String, String[]) - Method in interface org.entityfs.util.properties.Properties
Return a comma-separated String property value converted to a String array.
getStringArrayValue(String) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getStringArrayValue(String, String[]) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getStringArrayValue() - Method in class org.entityfs.util.properties.PropertyValue
Get the property value split to a String array value.
getStringValue(String) - Method in class org.entityfs.util.properties.FileBackedProperties
 
getStringValue(String, String) - Method in class org.entityfs.util.properties.FileBackedProperties
 
getStringValue(String) - Method in interface org.entityfs.util.properties.Properties
Get a String property value.
getStringValue(String, String) - Method in interface org.entityfs.util.properties.Properties
Get a String property value.
getStringValue(String) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getStringValue(String, String) - Method in class org.entityfs.util.properties.PropertiesImpl
 
getStringValue() - Method in class org.entityfs.util.properties.PropertyValue
Get the property value.
getStylesheetFile() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
getSubdirectoryPair(DirectoryView, DirectoryView, DirectoryView) - Method in class org.entityfs.util.dirdiff.DirectoryTreeDifferentiator
Get a Pair of a master subdirectory and a target subdirectory if the supplied master subdirectory has a matching target subdirectory.
getSubject() - Method in class org.entityfs.AbstractAccessController
 
getSubject() - Method in interface org.entityfs.security.AccessController
Get the Subject for the current thread.
getSubject() - Method in exception org.entityfs.security.AccessDeniedException
Get the Subject that made the call.
getSubset(Set<?>, Class<T>) - Method in class org.entityfs.security.AbstractAccessControllerSubject
Get a set containing the elements in s that are instances or subclasses of the specified Class.
getSuper() - Method in class org.schmant.support.JdkVersion
Get the super version number, i.e.
getSupportedCapabilities() - Method in interface org.entityfs.FileSystem
Get the set of all supported file system capability types for this file system.
getSupportedEntityCapabilities() - Method in interface org.entityfs.FileSystem
Get the set of all supported entity capability types for this file system.
getSystemIdMap() - Method in class org.schmant.support.xml.XmlCatalogResolver
Get (a copy of) all the system id mappings in the catalog resolver.
getTag() - Method in enum org.entityfs.support.io.RandomAccessMode
Get the mode tag as defined in java.io.RandomAccessFile, for instance "rw" for read/write.
getTagText() - Method in class org.schmant.task.template.jdk.javadoc.JavadocTagDefinition
Get the header text for the tag.
getTarget() - Method in interface org.schmant.task.confable.TargetConfigured
Get the target.
getTarget() - Method in class org.schmant.task.findbugs.ExtFindbugsTask
 
getTarget() - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTask
 
getTarget() - Method in class org.schmant.task.jdk.javadoc.pdfdoclet.AbstractPdfDocletDecorator
 
getTarget() - Method in class org.schmant.task.lang.ClosureParameters
Get the target, or null if no target is set.
getTarget(ProcessTaskSpec<?>, DirectoryView, RelativeLocation) - Method in class org.schmant.task.meta.ChangeExtensionTargetStrategy
 
getTarget(ProcessTaskSpec<?>, DirectoryView, RelativeLocation) - Method in class org.schmant.task.meta.DefaultTargetStrategy
 
getTarget(ProcessTaskSpec<?>, DirectoryView, RelativeLocation) - Method in interface org.schmant.task.meta.TargetStrategy
Create the target location for the entity being processed.
getTarget() - Method in class org.schmant.task.stub.AbstractGeneratorTask
 
getTarget() - Method in class org.schmant.task.stub.AbstractProcessTask
 
getTarget() - Method in class org.schmant.task.svnkit.SvnExportTask
 
getTarget() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
getTargetDirectory() - Method in class org.entityfs.util.zip.AbstractZipCreator
 
getTargetFileName() - Method in class org.entityfs.util.zip.AbstractZipCreator
 
getTargetFromTargetStrategy(EntityView, DirectoryView, RelativeLocation) - Method in class org.schmant.task.meta.RecursiveProcessTask
This method interprets the target strategy into an object that can be used to calculate the target.
getTargetStrategy() - Method in class org.schmant.task.meta.RecursiveProcessTask
Since 1.1, this method returns an Object rather than a TargetStrategy object since this now is either a TargetStrategy or a closure.
getTargetType() - Method in class org.schmant.arg.AbstractArgumentInterpretationStrategy
Subclasses implement this to return the type that they interpret objects as.
getTargetType() - Method in class org.schmant.arg.InterpretAsDirectoryStrategy
 
getTargetType() - Method in class org.schmant.arg.InterpretAsEFileStrategy
 
getTargetType() - Method in class org.schmant.arg.InterpretAsEntityHolderStrategy
 
getTargetType() - Method in class org.schmant.arg.InterpretAsEntityStrategy
 
getTargetType() - Method in class org.schmant.arg.InterpretAsFileDirectoryStrategy
 
getTargetType() - Method in class org.schmant.arg.InterpretAsFileStrategy
 
getTargetType() - Method in class org.schmant.arg.InterpretAsFutureEntityStrategy
 
getTargetType() - Method in class org.schmant.arg.InterpretAsNamedReadableFileStrategy
 
getTargetType() - Method in class org.schmant.arg.InterpretAsNewWritableFileStrategy
 
getTargetType() - Method in class org.schmant.arg.InterpretAsRandomlyAccessibleFileStrategy
 
getTargetType() - Method in class org.schmant.arg.InterpretAsReadableFileStrategy
 
getTargetType() - Method in class org.schmant.arg.InterpretAsReadOnlyDirectoryStrategy
 
getTargetType() - Method in class org.schmant.arg.InterpretAsReadOnlyEntityStrategy
 
getTargetType() - Method in class org.schmant.arg.InterpretAsUrlStrategy
 
getTargetType() - Method in class org.schmant.arg.InterpretAsWritableFileStrategy
 
getTargetType() - Method in class org.schmant.arg.InterpretAsXmlSourceStrategy
 
getTargetVersion() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
 
getTaskFactory() - Method in class org.schmant.task.template.proxy.AbstractProxyTask
 
getTaskPackage(String) - Method in class org.schmant.tpm.TaskPackageManager
Get the named task package.
getTaskPackagePath() - Method in class org.schmant.LauncherSettings
Get the extra task packages set, if any.
getTaskSpecificClasspathEntries() - Method in class org.schmant.task.junit4.ExtJUnit4Task
Override this to add the JUnit4 launcher jar to the classpath.
getTaskSpecificClasspathEntries() - Method in class org.schmant.task.template.jdk.java.AbstractExtJavaTask
This is a callback method that can be overridden by subclasses to add their own classpath entries.
getTempDirectory() - Method in class org.schmant.task.template.text.AbstractTextInsertionTask
 
getTemplates() - Method in class org.schmant.task.xml.xslt.TemplateCompilerTask
 
getTemporaryFilesDirectory() - Method in interface org.entityfs.FileSystem
Get the directory where this file system keeps its temporary files.
getTestCount() - Method in class org.schmant.task.junit4.suitereporter.TestRun
Get the total number of tests in this test run.
getTestHeader() - Method in class org.schmant.task.junit4.suitereporter.FailedTest
Get the header of the failed test.
getTestSourceDirectories() - Method in interface org.schmant.project.intellij.IntelliJJavaProject
Get the project's test source directories.
getTestSourceDirectories() - Method in class org.schmant.project.intellij.IntelliJJavaProjectImpl
Get the test source directories for the project.
getTestSuiteClasses() - Method in class org.schmant.task.junit4.suitereporter.TestRun
Get the fully qualified names of the test suite classes run in this test run, separated by commas.
getText() - Method in class org.schmant.task.text.AbstractAddTextTask
 
getTextEncoding() - Method in class org.schmant.task.text.AbstractAddTextTask
 
getTextEncodingCharset() - Method in class org.at4j.tar.builder.V7TarEntryStrategy
Get the charset that is used to encode text values in Tar entries.
getTextEncodingCharset() - Method in class org.at4j.zip.builder.ZipBuilder
Get the charset used for encoding text such as comments in the Zip file.
getTextEncodingCharset() - Method in interface org.at4j.zip.builder.ZipBuilderConfiguration
Get the charset used for encoding text such as comments in the Zip file.
getTextEncodingCharset() - Method in class org.at4j.zip.builder.ZipBuilderSettings
Get the charset to use for encoding text other than file names in the archive.
getTextFile(String) - Static method in class org.entityfs.util.FileSystems
Creates an in-memory file system containing a text file that contains the provided text and returns the file object.
getTextFile(String, FileSystem) - Static method in class org.entityfs.util.FileSystems
Create a text file containing the provided text in the provided file system's temporary files directory.
getTextFileNameExtensionSet() - Method in class org.at4j.zip.builder.DefaultInternalFileAttributesStrategy
Get the set containing the file name extensions for files that this strategy object thinks are text files.
getThis() - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
Get this object cast to its actual type.
getThis() - Method in class org.entityfs.util.zip.AbstractZipCreator
Get this cast to its actual type.
getThis() - Method in class org.schmant.task.stub.AbstractTask
Get this cast to its actual type.
getThis() - Method in class org.schmant.task.stub.AbstractTaskFactory
This method returns this object cast to its actual type.
getThis() - Method in class org.schmant.task.template.jdk.javadoc.AbstractCustomDocletDecorator
 
getThis() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
getThreadFactory() - Method in class org.at4j.comp.lzma.LzmaInputStreamSettings
Get the thread factory that will be used for creating the LZMA decompression thread.
getThreadFactory() - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
Get the thread factory that will be used for creating the LZMA compression thread.
getTime() - Method in class org.at4j.support.util.WinNtTime
Get the time as an unsigned long.
getTimestampOfLastEvent() - Method in interface org.entityfs.obs.DirectoryMonitorer
Get the timestamp when the last event was fired.
getTimestampOfLastEvent() - Method in class org.entityfs.util.obs.polling.PollingDirectoryMonitorer
Get the timestamp of the last event fired from this object.
getTrace() - Method in class org.schmant.arg.NotInterpretedObject
Get the interpretation trace that tells what the ArgumentInterpreter did to try to interpret the object.
getType() - Method in interface org.entityfs.EntityView
Get the entity's EntityType.
getType() - Method in interface org.entityfs.support.lang.ArrayFilter
Get the types of objects that this array filters.
getTypeFlag() - Method in class org.at4j.tar.TarEntryHeaderData
Get the type flag for the entry.
getTypes() - Method in class org.schmant.project.AbstractProject
 
getTypes() - Method in interface org.schmant.project.Project
Get the project types for the project.
getUid() - Method in class org.at4j.zip.ef.InfoZipUnixExtraField
Get the owner user id for the Zip entry.
getUid() - Method in class org.at4j.zip.ef.NewInfoZipUnixExtraField
Get the owner user id for the Zip entry.
getUid() - Method in class org.entityfs.entityattrs.AbstractAccessControllerUidGidSubject
 
getUid() - Method in class org.entityfs.entityattrs.SimpleAccessControllerUidGidSubject
 
getUid() - Method in class org.entityfs.entityattrs.UidGid
Get the UID.
getUid() - Method in interface org.entityfs.entityattrs.UidGidConfigurable
Get the user id.
getUid() - Method in interface org.entityfs.entityattrs.UidGidSubject
Get the UID.
getUncompressedSize() - Method in class org.at4j.comp.lzma.LzmaInputStreamSettings
Get the size of uncompressed data in the stream.
getUncompressedSize() - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
getUncompressedSize() - Method in class org.at4j.zip.ZipFileEntry
Get the size of the file data when it has been uncompressed.
getUnfinishedByte() - Method in interface org.at4j.support.io.BitOutput
Get the value of the unfinished byte.
getUnfinishedByte() - Method in class org.at4j.support.io.LittleEndianBitOutputStream
 
getUniqueEntityName(String, String) - Method in interface org.entityfs.DirectoryView
Get a unique entity name with the given prefix and suffix in the directory.
getUnixEntityMode() - Method in interface org.entityfs.entityattrs.unix.UnixEntityModeConfigurable
Get the current UnixEntityMode.
getUnparsedExternalFileAttributes() - Method in class org.at4j.zip.extattrs.UnparsedExternalFileAttributes
Get the unparsed external file attributes for the Zip entry.
getUpdate() - Method in class org.schmant.support.JdkVersion
Get the update version number, i.e.
getUri() - Method in interface org.entityfs.fs.cap.entity.ECUriResolvable
Get a URI object referencing the entity's location in the backing file system.
getUri(EntityView) - Static method in class org.entityfs.util.cap.entity.ECUriResolvableUtil
Get a java.net.URI object that references the entity in the backing file system.
getUriMap() - Method in class org.schmant.support.xml.XmlCatalogResolver
Get (a copy of) all the URI mappings in the catalog resolver.
getUriResolver() - Method in interface org.schmant.task.template.xml.UriResolverDecorator
 
getUrl(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getUrlOrNull(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getUrlOrNullInternal(Object, List<String>) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getUrlToIndexPage() - Method in class org.schmant.task.text.apilinks.ApiLink
 
getUserLibraries() - Method in class org.schmant.project.eclipse.EclipseWorkspaceConfiguration
Get the parsed user libraries.
getUserModes() - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Get the set of UnixEntityAccessModeFlag:s in effect for the entity's owner.
getUstarVersion() - Method in class org.at4j.tar.TarEntryHeaderData
 
getUstarVersion() - Method in class org.at4j.tar.UstarDirectoryEntry
 
getUstarVersion() - Method in interface org.at4j.tar.UstarEntry
Get the Ustar version used to create this entry.
getUstarVersion() - Method in class org.at4j.tar.UstarFileEntry
 
getUstarVersion() - Method in class org.at4j.tar.UstarSymbolicLinkEntry
 
getValidEntity(T) - Static method in class org.entityfs.util.Entities
Get a valid entity object for the same absolute location in the file system as the supplied entity.
getValidEntityOrNull(EntityView, boolean) - Static method in class org.entityfs.util.Entities
Get a valid entity object for the same absolute location in the file system as the supplied entity.
getValue() - Method in class org.entityfs.support.util.TreeNode
Get the tree node's value.
getVariables() - Method in class org.at4j.tar.TarEntryHeaderData
 
getVerbosityLevel() - Method in class org.schmant.LauncherSettings
 
getVersionMadeBy() - Method in class org.at4j.zip.extattrs.MsDosExternalFileAttributes
 
getVersionMadeBy() - Method in class org.at4j.zip.extattrs.MsDosExternalFileAttributesFactory
 
getVersionMadeBy() - Method in class org.at4j.zip.extattrs.MsDosExternalFileAttributesParser
 
getVersionMadeBy() - Method in class org.at4j.zip.extattrs.NtfsExternalFileAttributes
 
getVersionMadeBy() - Method in class org.at4j.zip.extattrs.NtfsExternalFileAttributesFactory
 
getVersionMadeBy() - Method in class org.at4j.zip.extattrs.NtfsExternalFileAttributesParser
 
getVersionMadeBy() - Method in class org.at4j.zip.extattrs.UnixExternalFileAttributes
 
getVersionMadeBy() - Method in class org.at4j.zip.extattrs.UnixExternalFileAttributesFactory
 
getVersionMadeBy() - Method in class org.at4j.zip.extattrs.UnixExternalFileAttributesParser
 
getVersionMadeBy() - Method in class org.at4j.zip.extattrs.UnparsedExternalFileAttributes
 
getVersionMadeBy() - Method in class org.at4j.zip.extattrs.UnparsedExternalFileAttributesParser
This method returns null.
getVersionMadeBy() - Method in interface org.at4j.zip.extattrs.ZipExternalFileAttributes
Get the version of the Zip software used to create these external file attributes.
getVersionMadeBy() - Method in interface org.at4j.zip.extattrs.ZipExternalFileAttributesFactory
Get the Zip version that is used to make the kind of external file attributes that are created by this factory.
getVersionMadeBy() - Method in interface org.at4j.zip.extattrs.ZipExternalFileAttributesParser
Get the Zip version that is used to make the kind of external file attributes that are parsed by this parser.
getVersionNeededToExtract() - Method in class org.at4j.zip.comp.BZip2CompressionMethod
 
getVersionNeededToExtract() - Method in class org.at4j.zip.comp.Deflate64CompressionMethod
 
getVersionNeededToExtract() - Method in class org.at4j.zip.comp.DeflatedCompressionMethod
 
getVersionNeededToExtract() - Method in class org.at4j.zip.comp.IbmLz77CompressionMethod
 
getVersionNeededToExtract() - Method in class org.at4j.zip.comp.IbmTerseCompressionMethod
 
getVersionNeededToExtract() - Method in class org.at4j.zip.comp.ImplodedCompressionMethod
 
getVersionNeededToExtract() - Method in class org.at4j.zip.comp.LzmaCompressionMethod
 
getVersionNeededToExtract() - Method in class org.at4j.zip.comp.PKWareImplodingCompressionMethod
 
getVersionNeededToExtract() - Method in class org.at4j.zip.comp.PpmdCompressionMethod
 
getVersionNeededToExtract() - Method in class org.at4j.zip.comp.Reduced1CompressionMethod
 
getVersionNeededToExtract() - Method in class org.at4j.zip.comp.Reduced2CompressionMethod
 
getVersionNeededToExtract() - Method in class org.at4j.zip.comp.Reduced3CompressionMethod
 
getVersionNeededToExtract() - Method in class org.at4j.zip.comp.Reduced4CompressionMethod
 
getVersionNeededToExtract() - Method in class org.at4j.zip.comp.ShrunkCompressionMethod
 
getVersionNeededToExtract() - Method in class org.at4j.zip.comp.StoredCompressionMethod
 
getVersionNeededToExtract() - Method in class org.at4j.zip.comp.WavPackCompressionMethod
 
getVersionNeededToExtract() - Method in interface org.at4j.zip.comp.ZipEntryCompressionMethod
Get the PK-Zip version needed to extract Zip entries compressed by this compression method.
getVersionNeededToExtract() - Method in class org.at4j.zip.ZipEntry
Get the earliest PK-Zip version that can extract this Zip entry.
getVersionNeededToExtract() - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
getVersionUsedToCreate() - Method in class org.at4j.zip.ZipEntry
Get the PK-Zip version (or equivalent) that was used to create this Zip entry.
getVersionUsedToCreate() - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
getViewed() - Method in interface org.entityfs.EntityView
Get the next nested entity view or the entity itself if this is a view of an entity.
getViewedEntity() - Method in interface org.entityfs.EntityView
Get the viewed entity.
getViewedEntitySet(Collection<? extends EntityView>) - Static method in class org.entityfs.util.EntityViews
Get the set consisting of the entities viewed by the entity views in the supplied collection.
getVisibilityLevel() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTask
 
getWindowTitle() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
getWorkingDirectory() - Method in class org.schmant.support.io.ProcessSettings
Get the working directory for the process.
getWorkingDirectory() - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTask
 
getWorkingDirectory() - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTask
 
getWorkingDirectory() - Method in class org.schmant.task.template.process.AbstractExtProcessTask
 
getWorkingDirectory() - Method in interface org.schmant.task.template.process.ExtProcessConfigured
 
getWorkspaceDir() - Method in class org.schmant.project.eclipse.EclipseWorkspaceInfoCollector
Get the workspace directory.
getWrapped() - Method in exception org.entityfs.support.exception.WrappedClassNotFoundException
Get the wrapped ClassNotFoundException.
getWrapped() - Method in exception org.entityfs.support.exception.WrappedIOException
Get the wrapped IOException.
getWrapped() - Method in exception org.entityfs.support.exception.WrappedMalformedURLException
Get the wrapped MalformedURLException.
getWritableFile(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getWritableFileOrNull(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getWritableFileOrNullInternal(Object, List<String>) - Method in class org.schmant.arg.ArgumentInterpreter
Deprecated. Use the ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) method instead. This method will be removed in a future release.
getWriteLock() - Method in class org.at4j.comp.bzip2.BZip2WritableFile
 
getWriteLock() - Method in class org.at4j.comp.lzma.LzmaWritableFile
 
getWriteLock() - Method in class org.at4j.tar.TarFileEntry
This method returns a dummy lock.
getWriteLock() - Method in class org.at4j.zip.ZipFileEntry
This method returns a dummy lock.
getWriteLock() - Method in class org.entityfs.lock.AbstractLockable
 
getWriteLock() - Method in class org.entityfs.lock.AbstractReadWriteLockableProxy
 
getWriteLock() - Method in interface org.entityfs.lock.EntityLockAdapter
 
getWriteLock(EntityLockAdapter, LogAdapter) - Method in interface org.entityfs.lock.LockAcquiringStrategy
Get a locked write lock for an entity from its lock adapter.
getWriteLock() - Method in interface org.entityfs.lock.WriteLockable
Get the write lock without locking it.
getWriteLock() - Method in class org.entityfs.util.base.AbstractReadWritableFile
This returns a dummy lock.
getWriteLock() - Method in class org.entityfs.util.base.AbstractWritableFile
This method returns a NoObjectDummyLock.
getWriteLock() - Method in class org.entityfs.util.ByteArrayReadableFile
Returns a dummy lock.
getWriteLock() - Method in class org.entityfs.util.io.GZipWritableFile
 
getWriteLock() - Method in class org.schmant.arg.AbstractGZipWritableFileProxy
 
getWriteLock() - Method in class org.schmant.arg.AbstractMultiplexingWritableFileProxy
 
getWriteLock() - Method in class org.schmant.task.at4j.bzip2.AbstractBZip2WritableFileProxy
 
getWriteLock() - Method in class org.schmant.task.at4j.lzma.AbstractLzmaWritableFileProxy
 
getXmlCatalog() - Method in class org.schmant.task.xml.catalog.AbstractXmlCatalogActionTask
 
getZipEntry() - Method in class org.entityfs.util.zip.ManualZipEntryInfo
 
getZipEntry() - Method in interface org.entityfs.util.zip.ZipEntryInfo
Get the ZipEntry object for the entity.
getZipEntry() - Method in class org.entityfs.util.zip.ZipEntryInfoImpl
 
getZipEntry() - Method in class org.entityfs.zip.ECZipEntryImpl
 
getZipEntry() - Method in interface org.entityfs.zip.ZipEntityAdapter
 
getZipEntry(AbsoluteLocation) - Method in class org.entityfs.zip.ZipFileSystemAdapter
Get the ZipEntry for the supplied location.
getZipFile() - Method in interface org.entityfs.zip.cap.fs.FSCZipFileBacked
Get the Zip file system's ZipFile.
getZipFile(FileSystem) - Static method in class org.entityfs.zip.cap.fs.FSCZipFileBackedUtil
Get the ZipFile backing the Zip file system, if it can be constructed.
getZipFile() - Method in class org.entityfs.zip.FSCZipFileBackedImpl
 
getZipFile() - Method in class org.entityfs.zip.ZipFileSystemAdapter
 
Glob - Class in org.entityfs.support.util.regexp
This class corresponds to Java's Pattern class for glob patterns.
Glob(String) - Constructor for class org.entityfs.support.util.regexp.Glob
Create a new glob pattern object.
Glob(String, int) - Constructor for class org.entityfs.support.util.regexp.Glob
Create a new glob pattern object using custom pattern compilation flags.
GlobSupport - Class in org.entityfs.util.filter.regexp
Utility class for converting between a glob pattern and a Java regexp Pattern.
GnuTarEntryStrategy - Class in org.at4j.tar.builder
This strategy extends the UstarEntryStrategy with the capability to use special headers for long Tar entry paths and link targets.
GnuTarEntryStrategy() - Constructor for class org.at4j.tar.builder.GnuTarEntryStrategy
Create a new strategy object that will use the platform's default character encoding to encode text values in the Tar entries.
GnuTarEntryStrategy(Charset) - Constructor for class org.at4j.tar.builder.GnuTarEntryStrategy
Create a new strategy object that will use the supplied charset for encoding test values in the Tar entries.
goToElement(XMLEventReader, QName) - Static method in class org.schmant.support.xml.stax.StAXSupport
Go to the next occurrence of the named element.
goToElement(XMLEventReader, String) - Static method in class org.schmant.support.xml.stax.StAXSupport
Go to the next occurrence of the named element.
goToElementOrNull(XMLEventReader, QName) - Static method in class org.schmant.support.xml.stax.StAXSupport
Go to the next occurrence of the named element.
goToElementOrNull(XMLEventReader, String) - Static method in class org.schmant.support.xml.stax.StAXSupport
Go to the next occurrence of the named element.
goToEvent(XMLEventReader, int...) - Static method in class org.schmant.support.xml.stax.StAXSupport
Go to the next event that is of any of the supplied event types.
goToEventOrNull(XMLEventReader, int...) - Static method in class org.schmant.support.xml.stax.StAXSupport
Go to the next event that is of any of the supplied event types.
goToNextBlockBoundary(DataSink, long) - Method in class org.at4j.tar.builder.V7TarEntryStrategy
Set the current position of the DataSink to be on the next tar block boundary after a writing operation.
grantAll(EntityView) - Method in class org.entityfs.util.security.IdentityAccessGranter
Grant all forms of access to an entity.
grantAll(Collection<? extends EntityView>) - Method in class org.entityfs.util.security.IdentityAccessGranter
Grant all forms of access to a collection of entities.
GRANTER - Static variable in class org.entityfs.util.security.TrueAccessGranter
The singleton instance.
grantExecuteAccess(EntityView) - Method in class org.entityfs.util.security.IdentityAccessGranter
Grant execute access to an entity.
grantExecuteAccess(Collection<? extends EntityView>) - Method in class org.entityfs.util.security.IdentityAccessGranter
Grant execute access to a collection of entities.
grantReadAccess(EntityView) - Method in class org.entityfs.util.security.IdentityAccessGranter
Grant read access to an entity.
grantReadAccess(Collection<? extends EntityView>) - Method in class org.entityfs.util.security.IdentityAccessGranter
Grant read access to a collection of entities.
grantWriteAccess(EntityView) - Method in class org.entityfs.util.security.IdentityAccessGranter
Grant write access to an entity.
grantWriteAccess(Collection<? extends EntityView>) - Method in class org.entityfs.util.security.IdentityAccessGranter
Grant write access to a collection of entities.
GrepFilter - Class in org.entityfs.util.filter.entity
This filter matches text files that contain text that matches the filter's regular expression pattern.
GrepFilter(String) - Constructor for class org.entityfs.util.filter.entity.GrepFilter
Create a new grep filter that matches text files containing text that the supplied regular expression pattern matches.
GrepFilter(Pattern) - Constructor for class org.entityfs.util.filter.entity.GrepFilter
Create a new grep filter that matches text files containing text that the supplied regular expression pattern matches.
GrepFilter(String, Charset) - Constructor for class org.entityfs.util.filter.entity.GrepFilter
Create a new grep filter that matches text files containing text that the supplied regular expression pattern matches.
GrepFilter(Pattern, Charset) - Constructor for class org.entityfs.util.filter.entity.GrepFilter
Create a new grep filter that matches text files containing text that the supplied regular expression pattern matches.
GroovyExecutor - Class in org.schmant.app.groovy
Script executor for Groovy build scripts.
GroovyExecutor() - Constructor for class org.schmant.app.groovy.GroovyExecutor
 
GroovyExecutorFactory - Class in org.schmant.app.groovy
Script executor factory that handles build scripts with the file name extension groovy.
GroovyExecutorFactory() - Constructor for class org.schmant.app.groovy.GroovyExecutorFactory
 
GZipExistingWritableFileProxy - Class in org.schmant.arg
This proxy gzip encodes data written to another, already existing WritableFile.
GZipExistingWritableFileProxy(Object) - Constructor for class org.schmant.arg.GZipExistingWritableFileProxy
Create a new gzip writable file proxy for the proxied object.
GZipExistingWritableFileProxy(Object, int) - Constructor for class org.schmant.arg.GZipExistingWritableFileProxy
Create a new gzip writable file proxy for the proxied object.
GZipNewWritableFileProxy - Class in org.schmant.arg
This proxy gzip encodes data written to another WritableFile.
GZipNewWritableFileProxy(Object) - Constructor for class org.schmant.arg.GZipNewWritableFileProxy
Create a new gzip writable file proxy for the proxied object.
GZipNewWritableFileProxy(Object, OverwriteStrategy) - Constructor for class org.schmant.arg.GZipNewWritableFileProxy
Create a new gzip writable file proxy for the proxied object.
GZipNewWritableFileProxy(Object, int) - Constructor for class org.schmant.arg.GZipNewWritableFileProxy
Create a new gzip writable file proxy for the proxied object.
GZipNewWritableFileProxy(Object, OverwriteStrategy, int) - Constructor for class org.schmant.arg.GZipNewWritableFileProxy
Create a new gzip writable file proxy for the proxied object.
GZipReadableFile - Class in org.entityfs.util.io
This is a ReadableFile that transparently decompresses the contents of a wrapped file using gzip compression.
GZipReadableFile(ReadableFile) - Constructor for class org.entityfs.util.io.GZipReadableFile
Create a new adapter.
GZipReadableFile(ReadableFile, int) - Constructor for class org.entityfs.util.io.GZipReadableFile
Create a new adapter.
GZipReadableFileProxy - Class in org.schmant.arg
This proxy gzip decodes data read from another WritableFile.
GZipReadableFileProxy(Object) - Constructor for class org.schmant.arg.GZipReadableFileProxy
Create a new gzip readable file proxy.
GZipTask - Class in org.schmant.task.io.gzip
See GZipTF
GZipTF - Class in org.schmant.task.io.gzip
This is a factory for gzip tasks.
GZipTF() - Constructor for class org.schmant.task.io.gzip.GZipTF
 
GZipWritableFile - Class in org.entityfs.util.io
This is a WritableFile that transparently compresses the data written to a file using gzip compression.
GZipWritableFile(WritableFile) - Constructor for class org.entityfs.util.io.GZipWritableFile
Create a new adapter using the default gzip buffer size and compression level (6).
GZipWritableFile(WritableFile, int) - Constructor for class org.entityfs.util.io.GZipWritableFile
Create a new adapter using a custom compression level and the default buffer sizes.
GZipWritableFile(WritableFile, int, int, int) - Constructor for class org.entityfs.util.io.GZipWritableFile
Create a new adapter using the supplied gzip buffer size.

H

handle(TarEntryHeaderData, DataSource) - Method in interface org.at4j.tar.TarEntryHandlerDelegate
Handle a Tar entry.
handle(EntityView, DirectoryView, DirectoryView) - Method in class org.entityfs.util.dirdiff.CopyUnmatchedMasterEntityStrategy
 
handle(EntityView, DirectoryView, DirectoryView) - Method in class org.entityfs.util.dirdiff.DeleteUnmatchedTargetEntityStrategy
 
handle(EntityView, DirectoryView, DirectoryView) - Method in interface org.entityfs.util.dirdiff.UnmatchedMasterEntityStrategy
Handle an entity in the master directory that did not have a matching entity in the target directory.
handle(EntityView, DirectoryView, DirectoryView) - Method in interface org.entityfs.util.dirdiff.UnmatchedTargetEntityStrategy
Handle an entity in the target directory that did not have a matching entity in the master directory.
handleException(Exception, LogAdapter) - Method in interface org.entityfs.error.ErrorHandlingStrategy
Handle an Exception.
handleException(Exception, LogAdapter) - Method in class org.entityfs.error.LoggingErrorHandlingStrategy
 
handleFileSystemException(FileSystemException, LogAdapter) - Method in interface org.entityfs.error.ErrorHandlingStrategy
Handle a FileSystemException.
handleFileSystemException(FileSystemException, LogAdapter) - Method in class org.entityfs.error.LoggingErrorHandlingStrategy
 
handleRuntimeException(RuntimeException, LogAdapter) - Method in interface org.entityfs.error.ErrorHandlingStrategy
Handle a RuntimeException.
handleRuntimeException(RuntimeException, LogAdapter) - Method in class org.entityfs.error.LoggingErrorHandlingStrategy
 
hasAccess(Subject, Permission) - Method in interface org.entityfs.util.security.AccessGranter
Is the subject authorized for the permission?
hasAccess(Subject, Permission) - Method in class org.entityfs.util.security.AndAccessGranter
 
hasAccess(Subject, Permission) - Method in class org.entityfs.util.security.IdentityAccessGranter
 
hasAccess(Subject, Permission) - Method in class org.entityfs.util.security.NotAccessGranter
 
hasAccess(Subject, Permission) - Method in class org.entityfs.util.security.OrAccessGranter
 
hasAccess(Subject, Permission) - Method in class org.entityfs.util.security.TrueAccessGranter
 
hasAccess(Subject, Permission) - Method in class org.entityfs.util.security.XorAccessGranter
 
hasErrors() - Method in interface org.schmant.run.ReadOnlyTaskExecutorStatus
Have there been errors when executing tasks?
hasErrors() - Method in class org.schmant.run.ReadOnlyTaskExecutorStatusImpl
 
hasErrors() - Method in class org.schmant.run.TaskExecutorStatus
Have there been build errors?
hasExecuteAccess() - Method in interface org.entityfs.Entity
Check if the caller has execute access to this entity.
hasFilters() - Method in interface org.entityfs.ViewCapable
Does this view have any filters?
hashCode() - Method in class org.at4j.archive.builder.EntryToArchive
 
hashCode() - Method in class org.at4j.comp.bzip2.BZip2OutputStream
 
hashCode() - Method in class org.at4j.support.lang.SignedInteger
 
hashCode() - Method in class org.at4j.support.lang.SignedLong
 
hashCode() - Method in class org.at4j.support.lang.UnsignedByte
 
hashCode() - Method in class org.at4j.support.lang.UnsignedInteger
 
hashCode() - Method in class org.at4j.support.lang.UnsignedLong
 
hashCode() - Method in class org.at4j.support.lang.UnsignedShort
 
hashCode() - Method in class org.at4j.support.util.WinNtTime
 
hashCode() - Method in class org.at4j.zip.ef.ExtendedTimestampExtraField
 
hashCode() - Method in class org.at4j.zip.ef.InfoZipUnixExtraField
 
hashCode() - Method in class org.at4j.zip.ef.NewInfoZipUnixExtraField
 
hashCode() - Method in class org.at4j.zip.ef.NtfsExtraField
 
hashCode() - Method in class org.at4j.zip.ef.UnicodeCommentExtraField
 
hashCode() - Method in class org.at4j.zip.ef.UnicodePathExtraField
 
hashCode() - Method in class org.at4j.zip.extattrs.MsDosExternalFileAttributes
 
hashCode() - Method in class org.at4j.zip.extattrs.NtfsExternalFileAttributes
 
hashCode() - Method in class org.at4j.zip.extattrs.UnixExternalFileAttributes
 
hashCode() - Method in class org.at4j.zip.extattrs.UnparsedExternalFileAttributes
 
hashCode() - Method in class org.entityfs.el.AbstractLocation
 
hashCode() - Method in class org.entityfs.entityattrs.UidGid
 
hashCode() - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
 
hashCode() - Method in class org.entityfs.event.ChildEntityAddedEvent
 
hashCode() - Method in class org.entityfs.event.ChildEntityDisappearedEvent
 
hashCode() - Method in class org.entityfs.event.ChildEntityModifiedEvent
 
hashCode() - Method in class org.entityfs.event.ChildEntityRemovedEvent
 
hashCode() - Method in class org.entityfs.event.ChildEntityRenamedEvent
 
hashCode() - Method in class org.entityfs.event.EntityDeletedEvent
 
hashCode() - Method in class org.entityfs.event.EntityDisappearedEvent
 
hashCode() - Method in class org.entityfs.event.EntityModifiedEvent
 
hashCode() - Method in class org.entityfs.event.EntityRenamedEvent
 
hashCode() - Method in class org.entityfs.event.NewEntityEvent
 
hashCode() - Method in class org.entityfs.lock.cmd.LockForReadingCommand
 
hashCode() - Method in class org.entityfs.lock.cmd.LockForWritingCommand
 
hashCode() - Method in class org.entityfs.lock.cmd.LockParentForReadingCommand
 
hashCode() - Method in class org.entityfs.lock.cmd.LockParentForWritingCommand
 
hashCode() - Method in class org.entityfs.security.EntityPermission
 
hashCode() - Method in class org.entityfs.support.filter.AndFilter
 
hashCode() - Method in class org.entityfs.support.filter.FalseFilter
 
hashCode() - Method in class org.entityfs.support.filter.FilterToConvenientFilterAdapter
 
hashCode() - Method in class org.entityfs.support.filter.NotFilter
 
hashCode() - Method in class org.entityfs.support.filter.OrFilter
 
hashCode() - Method in class org.entityfs.support.filter.TrueFilter
 
hashCode() - Method in class org.entityfs.support.filter.XorFilter
 
hashCode() - Method in class org.entityfs.support.lang.ObjectProxySupport
Delegate the call to hashCode to the proxied object.
hashCode() - Method in class org.entityfs.support.lang.SerializableObjectProxySupport
Delegate the call to hashCode to the proxied object.
hashCode() - Method in class org.entityfs.support.util.TreeNode
 
hashCode() - Method in class org.entityfs.support.util.TwoObjects
 
hashCode() - Method in class org.entityfs.util.EntityAndRelativeLocation
 
hashCode() - Method in class org.entityfs.util.FileReadableFile
 
hashCode() - Method in class org.entityfs.util.FileWritableFile
 
hashCode() - Method in class org.entityfs.util.filter.entity.DirectoryContainsFilter
 
hashCode() - Method in class org.entityfs.util.filter.entity.DirectoryEmptyFilter
 
hashCode() - Method in class org.entityfs.util.filter.entity.DirectoryFilter
 
hashCode() - Method in class org.entityfs.util.filter.entity.EFileFilter
 
hashCode() - Method in class org.entityfs.util.filter.entity.EFileNameExtensionFilter
 
hashCode() - Method in class org.entityfs.util.filter.entity.EntityIdentityFilter
 
hashCode() - Method in class org.entityfs.util.filter.entity.EntityLatestModificationTimeFilter
 
hashCode() - Method in class org.entityfs.util.filter.entity.EntityNameFilter
 
hashCode() - Method in class org.entityfs.util.filter.entity.EntityNamePrefixFilter
 
hashCode() - Method in class org.entityfs.util.filter.entity.EntityRecentModificationFilter
 
hashCode() - Method in class org.entityfs.util.filter.entity.EntityTypeFilter
 
hashCode() - Method in class org.entityfs.util.filter.entity.FGrepFilter
 
hashCode() - Method in class org.entityfs.util.filter.entity.GrepFilter
 
hashCode() - Method in class org.entityfs.util.filter.entity.LockedEntityFilter
 
hashCode() - Method in class org.entityfs.util.filter.entity.ParentFilter
 
hashCode() - Method in class org.entityfs.util.filter.entity.ReadLockedEntityFilter
 
hashCode() - Method in class org.entityfs.util.filter.entity.SuperParentAndFilter
 
hashCode() - Method in class org.entityfs.util.filter.entity.SuperParentOrFilter
 
hashCode() - Method in class org.entityfs.util.filter.entity.WriteLockedEntityFilter
 
hashCode() - Method in class org.entityfs.util.filter.regexp.EntityLocationGlobFilter
 
hashCode() - Method in class org.entityfs.util.filter.regexp.EntityLocationRegexpFilter
 
hashCode() - Method in class org.entityfs.util.filter.regexp.EntityNameGlobFilter
 
hashCode() - Method in class org.entityfs.util.filter.regexp.EntityNameRegexpFilter
 
hashCode() - Method in class org.entityfs.util.FoundEntity
 
hashCode() - Method in class org.entityfs.util.io.ReadWritableFileAdapter
 
hashCode() - Method in class org.entityfs.util.obs.polling.ChildEntitiesAddedEvent
 
hashCode() - Method in class org.entityfs.util.obs.polling.ChildEntitiesModifiedEvent
 
hashCode() - Method in class org.entityfs.util.obs.polling.ChildEntitiesRemovedEvent
 
hashCode() - Method in class org.entityfs.util.obs.polling.ChildEntitiesStabilizedEvent
 
hashCode() - Method in class org.entityfs.util.properties.PropertyValue
 
hashCode() - Method in class org.schmant.project.eclipse.JdkCompliance
 
hashCode() - Method in class org.schmant.project.intellij.IntelliJUrl
 
hashCode() - Method in class org.schmant.project.java.ClassDirectoryClasspathEntry
 
hashCode() - Method in class org.schmant.project.java.LibraryClasspathEntry
 
hashCode() - Method in class org.schmant.project.java.OtherJavaProjectClasspathEntry
 
hashCode() - Method in class org.schmant.support.JdkVersion
 
hashCode() - Method in class org.schmant.task.tp.taskref.TaskCategory
 
hasJarFile(FileSystem) - Static method in class org.entityfs.jar.cap.fs.FSCJarFileBackedUtil
Check if a JarFile can be constructed for the Jar file system.
hasNext() - Method in class org.entityfs.support.util.AggregatingIterator
 
hasNext() - Method in class org.entityfs.util.itr.AbstractIterator
 
hasNext() - Method in class org.entityfs.util.itr.AbstractNoLockingIterator
 
hasNext() - Method in class org.entityfs.util.itr.AbstractPessimisticLockingIterator
 
hasNext() - Method in class org.entityfs.util.itr.AggregatingIterator
Deprecated.  
hasNext() - Method in class org.entityfs.util.itr.FilteringIterator
 
hasNext() - Method in class org.entityfs.util.itr.OptimisticLockingDepthLastIterator
 
hasNext() - Method in class org.entityfs.util.zip.EntityIteratorToZipEntryInfoIteratorAdapter
 
hasNext() - Method in class org.schmant.task.io.zip.ZipTaskZipEntryInfoIterator
 
hasParentFileSystem(FileSystem) - Static method in class org.entityfs.zip.cap.fs.FSCZipFileBackedUtil
Does the Zip file system have a parent file system? If the Zip file system was created on a Zip EFile, it has.
hasPermission(Permission) - Method in class org.entityfs.DisabledAccessController
 
hasPermission(Permission) - Method in interface org.entityfs.security.AccessController
Does the current Subject have the permission? It is up to the access controller implementation to know how to find the current subject.
hasPermission(Permission) - Method in class org.entityfs.util.security.AccessGranterAccessController
 
hasProject(String) - Method in class org.schmant.project.AbstractProjectRepository
Is there a project with the specified name in the project repository?
hasProject(String) - Method in interface org.schmant.project.ProjectRepository
Does there exist a project with the specified name in this repository?
hasReadAccess() - Method in interface org.entityfs.Entity
Check if the caller has read access to this entity.
hasSources() - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTask
 
hasSources() - Method in class org.schmant.task.jdk.javac.jdk6.Jdk6JavacTask
 
hasSources() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
This is implemented by subclasses to return true if any source file property is set.
hasWriteAccess() - Method in interface org.entityfs.Entity
Check if the caller has write access to this entity.
hasZipFile(FileSystem) - Static method in class org.entityfs.zip.cap.fs.FSCZipFileBackedUtil
Check if the Zip file-backed file system can return a ZipFile object.
HtmlLinkValidationTask - Class in org.schmant.task.html
See HtmlLinkValidationTF
HtmlLinkValidationTF - Class in org.schmant.task.html
This is the factory for HtmlLinkValidationTask:s.
HtmlLinkValidationTF() - Constructor for class org.schmant.task.html.HtmlLinkValidationTF
 

I

IbmLz77CompressionMethod - Class in org.at4j.zip.comp
This is the "IBM LZ77" compression method.
IbmTerseCompressionMethod - Class in org.at4j.zip.comp
This is the "IBM Terse" compression method.
IdentityAccessGranter - Class in org.entityfs.util.security
A simple AccessGranter that uses the identity of entities to determine access rights.
IdentityAccessGranter(Collection<? extends Entity>, Collection<? extends Entity>, Collection<? extends Entity>) - Constructor for class org.entityfs.util.security.IdentityAccessGranter
Create an IdentityAccessGranter.
IdentityAccessGranter() - Constructor for class org.entityfs.util.security.IdentityAccessGranter
Create an IdentityAccessGranter that initially denies all forms of access to all entities.
IgnoreFileException - Exception in org.at4j.comp.prog
This exception is thrown by a compression program when an input file should be ignored for some reason.
IgnoreFileException(String) - Constructor for exception org.at4j.comp.prog.IgnoreFileException
 
ImlFileParser - Interface in org.schmant.plugin.intellij.java
This interface defines a parser for an IntelliJ IDEA's workspace's .iml files.
ImlFileParserImpl - Class in org.schmant.plugin.intellij.java
Default implementation of ImlFileParser.
ImlFileParserImpl() - Constructor for class org.schmant.plugin.intellij.java.ImlFileParserImpl
Default constructor.
ImlFileParserImpl(Map<String, ImlFileVersionParser>) - Constructor for class org.schmant.plugin.intellij.java.ImlFileParserImpl
Use this constructor to add more ipr file version parsers in addition to the default parsers.
ImlFileV4Parser - Class in org.schmant.plugin.intellij.java
Parser implementation for version 4 of .iml files.
ImlFileV4Parser() - Constructor for class org.schmant.plugin.intellij.java.ImlFileV4Parser
 
ImlFileVersionParser - Interface in org.schmant.plugin.intellij.java
Defines an interface for parsers of different versions of the .iml files.ImlFileParserImpl has a registry of parsers keyed under the file versions they are implemented to parse.
implies(Permission) - Method in class org.entityfs.security.EntityPermission
This is the default implementation.
ImplodedCompressionMethod - Class in org.at4j.zip.comp
This is the "Imploded" compression method.
IncludeFilesTask - Class in org.schmant.task.text
See IncludeFilesTF
IncludeFilesTF - Class in org.schmant.task.text
 
IncludeFilesTF() - Constructor for class org.schmant.task.text.IncludeFilesTF
 
increaseVerbosityLevel() - Method in class org.schmant.LauncherSettings
 
IncrementingFutureEntityFactory - Class in org.schmant.support
This factory creates FutureEntity objects with an incrementing index number.
IncrementingFutureEntityFactory(DirectoryView, String, String, int) - Constructor for class org.schmant.support.IncrementingFutureEntityFactory
Create FutureEntity:s in the supplied directory.
IncrementingFutureEntityFactory(DirectoryView, String, String) - Constructor for class org.schmant.support.IncrementingFutureEntityFactory
Create FutureEntity:s in the supplied directory.
info(Object) - Method in class org.schmant.report.AbstractPrintingReport
 
info(Object) - Method in class org.schmant.report.AsynchronousReport
 
info(Object) - Method in class org.schmant.report.MultiplexingReport
 
info(Object) - Method in interface org.schmant.report.Report
Log a message to info level (Level.INFO).
InfoZipUnixExtraField - Class in org.at4j.zip.ef
This is the older InfoZip Unix extra field.
InfoZipUnixExtraField(Date, Date) - Constructor for class org.at4j.zip.ef.InfoZipUnixExtraField
Create a central header version of this object.
InfoZipUnixExtraField(Date, Date, UnsignedShort, UnsignedShort) - Constructor for class org.at4j.zip.ef.InfoZipUnixExtraField
Create a local header version of this object.
InfoZipUnixExtraFieldFactory - Class in org.at4j.zip.ef
This is the ZipEntryExtraFieldFactory for extra fields of the type "Unix".
InfoZipUnixExtraFieldFactory() - Constructor for class org.at4j.zip.ef.InfoZipUnixExtraFieldFactory
Create a factory using the default uid and gid (1000/1000).
InfoZipUnixExtraFieldFactory(int, int) - Constructor for class org.at4j.zip.ef.InfoZipUnixExtraFieldFactory
Create a factory that will give its created extra fields the supplied uid and gid.
InfoZipUnixExtraFieldParser - Class in org.at4j.zip.ef
This parser is used for parsing extra fields of the type InfoZipUnixExtraField.
InfoZipUnixExtraFieldParser() - Constructor for class org.at4j.zip.ef.InfoZipUnixExtraFieldParser
 
init(NamedReadableFile, LauncherSettings, Report) - Method in class org.schmant.app.groovy.GroovyExecutor
 
init(NamedReadableFile, LauncherSettings, Report) - Method in class org.schmant.app.jruby.JRubyExecutor
 
init(NamedReadableFile, LauncherSettings, Report) - Method in class org.schmant.app.js.MozillaRhinoExecutor
 
init(NamedReadableFile, LauncherSettings, Report) - Method in class org.schmant.app.js.SunJavaScriptExecutor
 
init(NamedReadableFile, LauncherSettings, Report) - Method in class org.schmant.app.jython.JythonExecutor
 
init() - Static method in class org.schmant.plugin.PluginRegistry
This is called by Launcher to setup the plugin registry.
init() - Static method in class org.schmant.report.ReportManager
This method is called by Launcher to set up the report manager.
init() - Static method in class org.schmant.run.TaskExecutors
This is called by Launcher to initialize this class.
init(NamedReadableFile, LauncherSettings, Report) - Method in interface org.schmant.ScriptExecutor
Initialize the script executor.
init(boolean) - Static method in class org.schmant.support.io.TempFileUtil
The Launcher class uses this to initialize a new context for temporary files.
init(File) - Static method in class org.schmant.support.SchmantUtil
This method is called by the Launcher object that launches the Schmant script.
init(TaskPackageManager) - Static method in class org.schmant.tpm.TaskPackageManager
This is called by Launcher to initialize this class.
InputStreamBackedRandomAccess - Class in org.entityfs.util.io
This is a read only RandomAccess that reads its data from a backing InputStream.
InputStreamBackedRandomAccess(ObjectFactory<? extends InputStream>) - Constructor for class org.entityfs.util.io.InputStreamBackedRandomAccess
Create a InputStreamBackedRandomAccess that is backed by the input streams created by the supplied factory.
InputStreamBackedRandomAccess(ObjectFactory<? extends InputStream>, long) - Constructor for class org.entityfs.util.io.InputStreamBackedRandomAccess
Create a InputStreamBackedRandomAccess that is backed by the input streams created by the supplied factory.
InputStreamProxy - Class in org.entityfs.support.io
This is an abstract proxy implementation for wrapping an InputStream in a proxy object.
InputStreamProxy(InputStream) - Constructor for class org.entityfs.support.io.InputStreamProxy
 
InputStreamToDataSourceAdapter - Class in org.entityfs.util.io
This adapter is used to adapt an InputStream to the DataSource interface.
InputStreamToDataSourceAdapter(InputStream) - Constructor for class org.entityfs.util.io.InputStreamToDataSourceAdapter
 
INSTANCE - Static variable in class org.at4j.tar.TarFileParser
 
INSTANCE - Static variable in class org.at4j.util.archive.EntryExtractor
Singleton instance that may be used instead of instantiating this class.
INSTANCE - Static variable in class org.at4j.zip.comp.BZip2CompressionMethod
Singleton instance.
INSTANCE - Static variable in class org.at4j.zip.comp.Deflate64CompressionMethod
Singleton instance.
INSTANCE - Static variable in class org.at4j.zip.comp.DeflatedCompressionMethodFactory
 
INSTANCE - Static variable in class org.at4j.zip.comp.IbmLz77CompressionMethod
Singleton instance.
INSTANCE - Static variable in class org.at4j.zip.comp.IbmTerseCompressionMethod
Singleton instance.
INSTANCE - Static variable in class org.at4j.zip.comp.ImplodedCompressionMethod
Singleton instance.
INSTANCE - Static variable in class org.at4j.zip.comp.PKWareImplodingCompressionMethod
Singleton instance.
INSTANCE - Static variable in class org.at4j.zip.comp.PpmdCompressionMethod
Singleton instance.
INSTANCE - Static variable in class org.at4j.zip.comp.Reduced1CompressionMethod
Singleton instance.
INSTANCE - Static variable in class org.at4j.zip.comp.Reduced2CompressionMethod
Singleton instance.
INSTANCE - Static variable in class org.at4j.zip.comp.Reduced3CompressionMethod
Singleton instance.
INSTANCE - Static variable in class org.at4j.zip.comp.Reduced4CompressionMethod
Singleton instance.
INSTANCE - Static variable in class org.at4j.zip.comp.ShrunkCompressionMethod
Singleton instance.
INSTANCE - Static variable in class org.at4j.zip.comp.StoredCompressionMethod
Singleton instance.
INSTANCE - Static variable in class org.at4j.zip.comp.WavPackCompressionMethod
Singleton instance.
INSTANCE - Static variable in class org.at4j.zip.ef.ExtendedTimestampExtraFieldFactory
Singleton instance that may be used instead of instantiating this class.
INSTANCE - Static variable in class org.at4j.zip.ef.ExtendedTimestampExtraFieldParser
Singleton instance that may be used instead of instantiating this class.
INSTANCE - Static variable in class org.at4j.zip.ef.InfoZipUnixExtraFieldParser
Singleton instance that may be used instead of instantiating this class.
INSTANCE - Static variable in class org.at4j.zip.ef.NewInfoZipUnixExtraFieldParser
Singleton instance that may be used instead of instantiating this class.
INSTANCE - Static variable in class org.at4j.zip.ef.NtfsExtraFieldFactory
Singleton instance that may be used instead of instantiating this class.
INSTANCE - Static variable in class org.at4j.zip.ef.NtfsExtraFieldParser
Singleton instance that may be used instead of instantiating this class.
INSTANCE - Static variable in class org.at4j.zip.ef.UnicodeCommentExtraFieldFactory
Singleton instance that may be used instead of instantiating this class.
INSTANCE - Static variable in class org.at4j.zip.ef.UnicodeCommentExtraFieldParser
Singleton instance that may be used instead of instantiating this class.
INSTANCE - Static variable in class org.at4j.zip.ef.UnicodePathExtraFieldFactory
Singleton instance that may be used instead of instantiating this class.
INSTANCE - Static variable in class org.at4j.zip.ef.UnicodePathExtraFieldParser
Singleton instance that may be used instead of instantiating this class.
INSTANCE - Static variable in class org.at4j.zip.ef.UnparsedZipEntryExtraFieldFactory
Singleton instance that may be used instead of instantiating this class.
INSTANCE - Static variable in class org.at4j.zip.ef.UnparsedZipEntryExtraFieldParser
Singleton instance that may be used instead of instantiating this class.
INSTANCE - Static variable in class org.at4j.zip.extattrs.MsDosExternalFileAttributesParser
Singleton instance that may be used instead of instantiating this class.
INSTANCE - Static variable in class org.at4j.zip.extattrs.NtfsExternalFileAttributesParser
Singleton instance that may be used instead of instantiating this class.
INSTANCE - Static variable in class org.at4j.zip.extattrs.UnixExternalFileAttributesParser
Singleton instance that may be used instead of instantiating this class.
INSTANCE - Static variable in class org.at4j.zip.extattrs.UnparsedExternalFileAttributesParser
Singleton instance that may be used instead of instantiating this class.
INSTANCE - Static variable in class org.entityfs.cap.fs.FSCAppendableFilesImpl
 
INSTANCE - Static variable in class org.entityfs.cap.fs.FSCPersistentImpl
Singleton instance.
INSTANCE - Static variable in class org.entityfs.cap.fs.FSCRandomAccessFilesImpl
Singleton instance.
INSTANCE - Static variable in class org.entityfs.DisabledAccessController
Singleton instance.
INSTANCE - Static variable in class org.entityfs.lock.cmd.LockCommandExecutorImpl
Since this class does not contain any mutable internal state, this singleton instance may be used instead of instantiating the class.
INSTANCE - Static variable in class org.entityfs.lock.NoObjectDummyLock
Singleton instance that may be used instead of instantiating the class.
INSTANCE - Static variable in class org.entityfs.ostrat.DontOverwrite
 
INSTANCE - Static variable in class org.entityfs.ostrat.DontOverwriteAndLogWarning
 
INSTANCE - Static variable in class org.entityfs.ostrat.DontOverwriteAndThrowException
 
INSTANCE - Static variable in class org.entityfs.ostrat.DoOverwrite
 
INSTANCE - Static variable in class org.entityfs.ostrat.DoOverwriteAndLogWarning
 
INSTANCE - Static variable in class org.entityfs.support.io.FileInputStreamFactoryImpl
Singleton instance.
INSTANCE - Static variable in class org.entityfs.support.io.FileOutputStreamFactoryImpl
Singleton instance
INSTANCE - Static variable in class org.entityfs.support.io.RandomAccessFileFactoryImpl
Singleton instance.
INSTANCE - Static variable in class org.entityfs.util.dirdiff.CopyUnmatchedMasterEntityStrategy
 
INSTANCE - Static variable in class org.entityfs.util.dirdiff.DeleteUnmatchedTargetEntityStrategy
 
INSTANCE - Static variable in class org.entityfs.util.dirdiff.EntitySizeAndFileModificationTimeMatchStrategy
 
INSTANCE - Static variable in class org.entityfs.util.dirdiff.EntitySizeAndModificationTimeMatchStrategy
 
INSTANCE - Static variable in class org.entityfs.util.dirdiff.FileSizeAndModificationTimeMatchStrategy
 
INSTANCE - Static variable in class org.schmant.lang.CastingToStringTransformer
This singleton instance may be used instead of instantiating the object.
INSTANCE - Static variable in class org.schmant.project.filter.FalseProjectFilter
The singleton instance.
INSTANCE - Static variable in class org.schmant.project.filter.TrueProjectFilter
The singleton instance.
INSTANCE - Static variable in class org.schmant.project.java.JavaProjectFilter
The singleton instance
INSTANCE - Static variable in class org.schmant.report.ReportLogAdapter
This singleton instance may be used instead of instantiating the class.
INSTANCE - Static variable in class org.schmant.report.SchmantReportLogAdapter
 
INSTANCE - Static variable in class org.schmant.run.AlreadySatisfiedTaskDependency
This singleton instance may be used instead of instantiating this class.
INSTANCE - Static variable in class org.schmant.task.junit4.JUnit4SimpleReporter
 
INSTANCE - Static variable in class org.schmant.task.junit4.suitereporter.JUnit4TestSuiteReportXmlResolver
 
INSTANCE - Static variable in class org.schmant.task.meta.DefaultTargetStrategy
A singleton instance.
INTELLIJ_PROJECT_CREATOR_PLUGIN_NAME - Static variable in interface org.schmant.project.intellij.IntelliJModuleCreatorPlugin
This is the name that this plugin is registered under in the PluginRegistry.
IntelliJDocumentBuilderFactoryHolder - Class in org.schmant.project.intellij
This class holds a static instance of a DocumentBuilderFactory suitable for creating DocumentBuilder:s for DOM parsing Eclipse XML files.
IntelliJJavaModuleCreatorPlugin - Class in org.schmant.plugin.intellij.java
This implementation of the IntelliJModuleCreatorPlugin knows how to create Java modules.
IntelliJJavaModuleCreatorPlugin() - Constructor for class org.schmant.plugin.intellij.java.IntelliJJavaModuleCreatorPlugin
 
IntelliJJavaProject - Interface in org.schmant.project.intellij
This is the interface for an IntelliJ Java project.
IntelliJJavaProjectImpl - Class in org.schmant.project.intellij
 
IntelliJJavaProjectImpl(String, IntelliJWorkspace, DirectoryView, Set<DirectoryView>, Set<DirectoryView>, List<JavaProjectClasspathEntry>) - Constructor for class org.schmant.project.intellij.IntelliJJavaProjectImpl
Create an IntelliJ Java project object.
IntelliJModuleCreatorPlugin - Interface in org.schmant.project.intellij
This interface defines a Plugin that is used by the IntelliJModuleInfoCollector and IntelliJProjectInfoCollector to create a Project object based on the contents of an .iml file.
IntelliJModuleInfoCollector - Class in org.schmant.project.intellij
This object is used by the IntelliJWorkspace to read information from a workspace project's .iml file.
IntelliJModuleInfoCollector(DirectoryView, EFile, IntelliJWorkspaceSettings) - Constructor for class org.schmant.project.intellij.IntelliJModuleInfoCollector
 
IntelliJProjectInfoCollector - Class in org.schmant.project.intellij
This object is used by the IntelliJWorkspace to read information from a workspace's .ipr file.
IntelliJProjectInfoCollector(DirectoryView, EFile, IntelliJWorkspaceSettings) - Constructor for class org.schmant.project.intellij.IntelliJProjectInfoCollector
 
IntelliJSupport - Class in org.schmant.project.intellij
Support class with static methods.
IntelliJUrl - Class in org.schmant.project.intellij
This object represents an URL that can occur in an IntelliJ settings file.
IntelliJUrl(IntelliJUrlProtocol, EntityView) - Constructor for class org.schmant.project.intellij.IntelliJUrl
 
IntelliJUrlProtocol - Enum in org.schmant.project.intellij
 
IntelliJWorkspace - Class in org.schmant.project.intellij
This object is used for representing an IntelliJ project, containing projects (IntelliJ modules).
IntelliJWorkspace(Object, AbsoluteLocation) - Constructor for class org.schmant.project.intellij.IntelliJWorkspace
Create an IntelliJ workspace based on the contents of the provided project (.ipr) or module (.iml) file.
IntelliJWorkspace(Object, AbsoluteLocation, IntelliJWorkspaceSettings) - Constructor for class org.schmant.project.intellij.IntelliJWorkspace
Create an IntelliJ workspace based on the contents of the provided project (.ipr) or module (.iml) file.
IntelliJWorkspaceConfiguration - Class in org.schmant.project.intellij
This object contains configuration for an IntelliJ IDEA project.
IntelliJWorkspaceConfiguration() - Constructor for class org.schmant.project.intellij.IntelliJWorkspaceConfiguration
 
IntelliJWorkspaceSettings - Class in org.schmant.project.intellij
This object contains configuration used when building an IntelliJWorkspace object.
IntelliJWorkspaceSettings() - Constructor for class org.schmant.project.intellij.IntelliJWorkspaceSettings
 
InternalFileAttributesStrategy - Interface in org.at4j.zip.builder
This interface defines a strategy for setting the internal file attributes on a file that is added to a Zip archive.
interpret(Object, ArgumentInterpretationStrategy<T>) - Method in class org.schmant.arg.ArgumentInterpreter
Interpret the supplied object into one or several objects of the desired target type using an interpretation strategy.
InterpretAsDirectoryStrategy - Class in org.schmant.arg
This strategy is used to interpret objects into read/write DirectoryView:s.
InterpretAsDirectoryStrategy(int...) - Constructor for class org.schmant.arg.InterpretAsDirectoryStrategy
 
InterpretAsEFileStrategy - Class in org.schmant.arg
This strategy is used to interpret objects into read/write EFile:s.
InterpretAsEFileStrategy(int...) - Constructor for class org.schmant.arg.InterpretAsEFileStrategy
 
InterpretAsEntityHolderStrategy - Class in org.schmant.arg
This strategy is used to interpret objects into EntityHolder:s (a very limited directory).
InterpretAsEntityHolderStrategy(int...) - Constructor for class org.schmant.arg.InterpretAsEntityHolderStrategy
 
InterpretAsEntityStrategy - Class in org.schmant.arg
This strategy is used to interpret objects into read/write EntityView:s.
InterpretAsEntityStrategy(int...) - Constructor for class org.schmant.arg.InterpretAsEntityStrategy
 
InterpretAsFileDirectoryStrategy - Class in org.schmant.arg
This strategy is used to interpret objects into File directories.
InterpretAsFileDirectoryStrategy(int...) - Constructor for class org.schmant.arg.InterpretAsFileDirectoryStrategy
 
InterpretAsFileStrategy - Class in org.schmant.arg
This strategy is used to interpret objects into File:s.
InterpretAsFileStrategy(int...) - Constructor for class org.schmant.arg.InterpretAsFileStrategy
 
InterpretAsFutureEntityStrategy - Class in org.schmant.arg
This strategy is used to interpret objects into FutureEntity:s.
InterpretAsFutureEntityStrategy(Object, int...) - Constructor for class org.schmant.arg.InterpretAsFutureEntityStrategy
 
InterpretAsNamedReadableFileStrategy - Class in org.schmant.arg
This strategy is used to interpret objects into read only NamedReadableFile:s.
InterpretAsNamedReadableFileStrategy(int...) - Constructor for class org.schmant.arg.InterpretAsNamedReadableFileStrategy
 
InterpretAsNewWritableFileStrategy - Class in org.schmant.arg
This strategy is used to interpret objects into WritableFile:s.
InterpretAsNewWritableFileStrategy(OverwriteStrategy, int...) - Constructor for class org.schmant.arg.InterpretAsNewWritableFileStrategy
 
InterpretAsRandomlyAccessibleFileStrategy - Class in org.schmant.arg
This strategy is used to interpret objects into RandomlyAccessibleFile:s.
InterpretAsRandomlyAccessibleFileStrategy(int...) - Constructor for class org.schmant.arg.InterpretAsRandomlyAccessibleFileStrategy
 
InterpretAsReadableFileStrategy - Class in org.schmant.arg
This strategy is used to interpret objects into read only ReadableFile:s.
InterpretAsReadableFileStrategy(int...) - Constructor for class org.schmant.arg.InterpretAsReadableFileStrategy
 
InterpretAsReadOnlyDirectoryStrategy - Class in org.schmant.arg
This strategy is used to interpret objects into read only DirectoryView:s.
InterpretAsReadOnlyDirectoryStrategy(int...) - Constructor for class org.schmant.arg.InterpretAsReadOnlyDirectoryStrategy
 
InterpretAsReadOnlyEntityStrategy - Class in org.schmant.arg
This strategy is used to interpret objects into read only EntityView:s.
InterpretAsReadOnlyEntityStrategy(int...) - Constructor for class org.schmant.arg.InterpretAsReadOnlyEntityStrategy
 
InterpretAsUrlStrategy - Class in org.schmant.arg
This strategy is used to interpret objects into URL:s.
InterpretAsUrlStrategy(int...) - Constructor for class org.schmant.arg.InterpretAsUrlStrategy
 
InterpretAsWritableFileStrategy - Class in org.schmant.arg
This strategy is used to interpret objects into WritableFile:s.
InterpretAsWritableFileStrategy(int...) - Constructor for class org.schmant.arg.InterpretAsWritableFileStrategy
 
InterpretAsXmlSourceStrategy - Class in org.schmant.arg
This strategy is used to interpret objects into XML Source:s.
InterpretAsXmlSourceStrategy(int...) - Constructor for class org.schmant.arg.InterpretAsXmlSourceStrategy
 
interpretList(List<Object>) - Method in class org.schmant.arg.AbstractOneToOneArgumentInterpretationStrategy
 
interpretList(List<Object>) - Method in interface org.schmant.arg.ArgumentInterpretationStrategy
Interpret the list of supplied objects to the target type.
interpretObject(Object, List<String>) - Method in class org.schmant.arg.AbstractOneToOneArgumentInterpretationStrategy
Subclasses implement this to interpret the supplied object.
interpretObject(Object, List<String>) - Method in class org.schmant.arg.InterpretAsDirectoryStrategy
 
interpretObject(Object, List<String>) - Method in class org.schmant.arg.InterpretAsEFileStrategy
 
interpretObject(Object, List<String>) - Method in class org.schmant.arg.InterpretAsEntityHolderStrategy
 
interpretObject(Object, List<String>) - Method in class org.schmant.arg.InterpretAsEntityStrategy
 
interpretObject(Object, List<String>) - Method in class org.schmant.arg.InterpretAsFileDirectoryStrategy
 
interpretObject(Object, List<String>) - Method in class org.schmant.arg.InterpretAsFileStrategy
 
interpretObject(Object, List<String>) - Method in class org.schmant.arg.InterpretAsFutureEntityStrategy
 
interpretObject(Object, List<String>) - Method in class org.schmant.arg.InterpretAsNamedReadableFileStrategy
 
interpretObject(Object, List<String>) - Method in class org.schmant.arg.InterpretAsNewWritableFileStrategy
 
interpretObject(Object, List<String>) - Method in class org.schmant.arg.InterpretAsRandomlyAccessibleFileStrategy
 
interpretObject(Object, List<String>) - Method in class org.schmant.arg.InterpretAsReadableFileStrategy
 
interpretObject(Object, List<String>) - Method in class org.schmant.arg.InterpretAsReadOnlyDirectoryStrategy
 
interpretObject(Object, List<String>) - Method in class org.schmant.arg.InterpretAsReadOnlyEntityStrategy
 
interpretObject(Object, List<String>) - Method in class org.schmant.arg.InterpretAsUrlStrategy
 
interpretObject(Object, List<String>) - Method in class org.schmant.arg.InterpretAsWritableFileStrategy
 
interpretObject(Object, List<String>) - Method in class org.schmant.arg.InterpretAsXmlSourceStrategy
 
interpretPreInterpreted(List<Object>, ArgumentInterpretationStrategy<T>) - Method in class org.schmant.arg.ArgumentInterpreter
Interpret each object in a pre-interpreted list of objects (see ArgumentInterpreter.preInterpret(Object)) using the supplied interpretation strategy.
interpretSchema(Object) - Method in class org.schmant.task.xml.dom.DomParseXmlTask
Interprets the supplied object into a Schema using the following algorithm: If the object is a Producer, run the generated object through this method. If the object is a Schema, return it.
interpretSources(List<Object>) - Method in class org.schmant.task.tp.taskref.SchmantTaskrefTask
Interpret the source objects.
interpretTemplates(Object) - Method in class org.schmant.task.xml.xslt.XsltTask
Interpret the object as a Templates object using the following algorithm: If the object is a Producer, run the generated object through this method. If the object is a Templates object, return it.
IntMoveToFront - Class in org.at4j.support.comp
A move-to-front (MTF) encoder and decoder for integers.
IntMoveToFront(int, int) - Constructor for class org.at4j.support.comp.IntMoveToFront
Create a byte MTF encoder/decoder that transforms integers in the range between minValue and maxValue.
IntMoveToFront(int[]) - Constructor for class org.at4j.support.comp.IntMoveToFront
Create a byte MTF encoder/decoder that transforms integers using the supplied initial alphabet.
intValue() - Method in class org.at4j.support.lang.SignedInteger
Get the signed integer value.
intValue() - Method in class org.at4j.support.lang.UnsignedByte
Get the unsigned byte value as an int.
intValue() - Method in class org.at4j.support.lang.UnsignedInteger
Get the unsigned integer value converted to a signed integer.
intValue() - Method in class org.at4j.support.lang.UnsignedShort
Get the unsigned short value.
InvalidArgumentException - Exception in org.schmant.support
This exception is thrown by AbstractArgumentChecker methods to signal invalid arguments.
InvalidArgumentException(String) - Constructor for exception org.schmant.support.InvalidArgumentException
 
InvalidCapabilityException - Exception in org.entityfs.cap
Exception thrown when a client tries to use an invalid entity capability.
InvalidCapabilityException(String) - Constructor for exception org.entityfs.cap.InvalidCapabilityException
 
InvalidEntityLocationException - Exception in org.entityfs.el
 
InvalidEntityLocationException(String) - Constructor for exception org.entityfs.el.InvalidEntityLocationException
 
InvalidTaskConfigurationException - Exception in org.schmant.task
This exception is thrown from a task if its configuration is invalid.
InvalidTaskConfigurationException(String) - Constructor for exception org.schmant.task.InvalidTaskConfigurationException
 
InvalidTaskConfigurationException(Collection<? extends CharSequence>) - Constructor for exception org.schmant.task.InvalidTaskConfigurationException
 
InvalidTaskConfigurationException(Throwable) - Constructor for exception org.schmant.task.InvalidTaskConfigurationException
 
InvalidTaskConfigurationException(String, Throwable) - Constructor for exception org.schmant.task.InvalidTaskConfigurationException
 
IprFileParser - Interface in org.schmant.project.intellij
This interface defines a parser for an IntelliJ IDEA's workspace's .ipr file.
IprFileParserImpl - Class in org.schmant.project.intellij
Default implementation of IprFileParser.
IprFileParserImpl() - Constructor for class org.schmant.project.intellij.IprFileParserImpl
Default constructor.
IprFileParserImpl(Map<String, IprFileVersionParser>) - Constructor for class org.schmant.project.intellij.IprFileParserImpl
Use this constructor to add more ipr file version parsers in addition to the default parsers.
IprFileV4Parser - Class in org.schmant.project.intellij
Parser for version 4 of the ipr file.
IprFileV4Parser() - Constructor for class org.schmant.project.intellij.IprFileV4Parser
 
IprFileVersionParser - Interface in org.schmant.project.intellij
This interface is implemented by classes that parse different versions of .ipr files.
IprSettings - Class in org.schmant.project.intellij
An instance of this class contains data parsed from an .ipr file.
IprSettings() - Constructor for class org.schmant.project.intellij.IprSettings
 
is3ShannonFanoTrees() - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
Bit 2: If the compression method used was type 6, Imploding, then this bit, if set, indicates 3 Shannon-Fano trees were used to encode the sliding dictionary output.
is8kSlidingDictionary() - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
Bit 1: If the compression method used was type 6, Imploding, then this bit, if set, indicates an 8K sliding dictionary was used.
IS_MACOSX - Static variable in class org.entityfs.support.io.OsPlatform
This is set to true if the application is running on Mac OS X.
IS_WINDOWS - Static variable in class org.entityfs.support.io.OsPlatform
This is set to true if the application is running on Windows.
isAccessControlling() - Method in interface org.entityfs.FileSystem
Does the file system use any kind of access controls?
isAllPlaces() - Method in class org.schmant.task.template.jdk.javadoc.JavadocTagDefinition
May the tag occur in all Javadoc tag places? This corresponds to the a attribute of the -tag parameter.
isAppearingToBeTextFile() - Method in class org.at4j.zip.ZipFileEntry
Does this file appear to be a text file?
isAppend() - Method in class org.schmant.report.FileReportFactory
Should existing log files be appended? This implementation returns true (a safe default).
isAppend() - Method in class org.schmant.report.OverwritingFileReportFactory
 
isAssertions() - Method in class org.schmant.task.template.jdk.java.AbstractExtJavaTask
 
isAtEof() - Method in interface org.at4j.support.io.BitInput
Has the input come to its end? If so, nothing more can be read from it.
isAtEof() - Method in class org.at4j.support.io.LittleEndianBitInputStream
 
isAuthor() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
isBitSet(int) - Method in class org.at4j.support.lang.UnsignedByte
Is the specified bit set in the byte value?
isBreakIterator() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTask
 
isCancelled() - Method in class org.schmant.task.stub.AbstractTask
 
isCancelled() - Method in interface org.schmant.task.Task
Is the task canceled?
isCase(T) - Method in class org.entityfs.support.filter.AbstractConvenientFilter
This method returns true if the supplied object matches the filter.
isCaseSensitive() - Method in class org.entityfs.ram.RamFileSystemAdapter
 
isCaseSensitive() - Method in class org.entityfs.zip.ZipFileSystemAdapter
 
isCentralFileHeader(UnsignedInteger) - Method in class org.at4j.zip.ZipFileParser
Does the integer contain the central directory header magic number?
isClosed() - Method in interface org.at4j.archive.builder.ArchiveBuilder
Is this archive builder closed?
isClosed() - Method in class org.at4j.tar.builder.TarBuilder
 
isClosed() - Method in class org.at4j.tar.builder.TarStreamBuilder
 
isClosed() - Method in class org.at4j.zip.builder.ZipBuilder
 
isClosure(Object) - Method in class org.schmant.app.groovy.GroovyExecutor
 
isClosure(Object) - Method in class org.schmant.app.jruby.JRubyExecutor
 
isClosure(Object) - Method in class org.schmant.app.js.MozillaRhinoExecutor
 
isClosure(Object) - Method in class org.schmant.app.js.SunJavaScriptExecutor
 
isClosure(Object) - Method in class org.schmant.app.jython.JythonExecutor
 
isClosure(Object) - Method in interface org.schmant.lang.ClosureRunner
Is the object a closure that can be run?
isClosure(Object) - Static method in class org.schmant.lang.ClosureSupport
Is the supplied object a closure? If the running ScriptExecutor does not support closures, this method always returns false.
isCommentDisabled() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
isCompressedPatchData() - Method in class org.at4j.zip.ZipFileEntry
Is the Zip file entry compressed patched data?
isCompressedPatchedData() - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
Bit 5: If this bit is set, this indicates that the file is compressed patched data.
isConnected() - Method in interface org.entityfs.EntityView
Check if this view is connected with the viewed entity or with the next nested view.
isDebugEnabled() - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
isDebugEnabled() - Method in interface org.entityfs.support.log.LogAdapter
Will messages with the level DEBUG be logged?
isDebugEnabled() - Method in class org.entityfs.support.log.LogAdapterHolder
 
isDebugEnabled() - Method in class org.entityfs.support.log.StdOutLogAdapter
 
isDebugEnabled() - Method in class org.schmant.report.ReportLogAdapter
 
isDebugEnabled() - Method in class org.schmant.report.SchmantReportLogAdapter
 
isDebugLoggingEnabled() - Method in class org.entityfs.util.lang.EntityClassLoader
Check if a log adapter is set and it will accept debug logs.
isDebugReported() - Method in class org.schmant.report.AbstractReport
 
isDebugReported() - Method in interface org.schmant.report.Report
Are messages to debug level (Level.FINE) logged?
isDeleted() - Method in interface org.entityfs.Deletable
Check if the entity has been deleted.
isDeleted(EntityView) - Static method in class org.entityfs.util.Entities
Is the entity deleted?
isDeleted() - Method in class org.entityfs.util.io.ReadWritableFileAdapter
This method returns true if the result from calling File.exists() on the adapted file is false, and vice versa.
isDeprecatedDisabled() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
isDeprecatedListDisabled() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
isDeprecation() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
 
isDirectory() - Method in class org.at4j.tar.TarEntryHeaderData
 
isDirectory() - Method in class org.at4j.zip.ef.UnicodePathExtraField
 
isDirectory() - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
isDisabled() - Method in class org.schmant.task.template.jdk.javadoc.JavadocTagDefinition
Is the tag disabled? This corresponds to the X attribute of the -tag parameter.
isDisableHeaderLogging() - Method in class org.schmant.task.stub.AbstractCallbackRecursiveActionTask
 
isDisableHeaderLogging() - Method in class org.schmant.task.stub.AbstractCallbackRecursiveProcessTask
 
isDocFilesSubdirs() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
isDone() - Method in interface org.schmant.run.ReadOnlyTaskExecutorStatus
Is the TaskExecutor finished?
isDone() - Method in class org.schmant.run.ReadOnlyTaskExecutorStatusImpl
 
isDone() - Method in class org.schmant.run.TaskExecutorStatus
 
isDone() - Method in class org.schmant.task.stub.AbstractTask
 
isDone() - Method in interface org.schmant.task.Task
Has this task been run?
isDontAutodetectProjectDirectories() - Method in class org.schmant.project.eclipse.EclipseWorkspaceSettings
Is project directory autodetection disabled?
isDummy() - Method in class org.entityfs.lock.CompoundEntityLock
Is this a dummy lock? This lock is a dummy lock if all its locks are.
isDummy() - Method in interface org.entityfs.lock.EntityLock
Is this lock a dummy lock.
isDummy() - Method in class org.entityfs.lock.NoObjectDummyLock
 
isEmpty() - Method in interface org.at4j.archive.ArchiveDirectoryEntry
Is this directory entry empty? (I.e: does it not contain any child entries?)
isEmpty() - Method in class org.at4j.tar.TarDirectoryEntry
 
isEmpty() - Method in class org.at4j.tar.TarFile
This method always returns false since a Tar archive always has its root directory entry.
isEmpty() - Method in class org.at4j.zip.ZipDirectoryEntry
 
isEmpty() - Method in class org.at4j.zip.ZipFile
This method always returns false since a Zip file always contains the root entry.
isEmpty() - Method in interface org.entityfs.EntityListable
Is the listable empty? If a directory view is empty, the viewed directory may still contain entities that are hidden by the view's filter.
isEmpty() - Method in class org.entityfs.lock.cmd.LockCollection
Is the lock collection empty.
isEmpty() - Method in class org.entityfs.util.AggregatingEntityRepository
 
isEmpty(EntityListable) - Static method in class org.entityfs.util.Directories
Is the directory empty? A directory view is considered to be empty if it has no visible child entities.
isEmpty() - Method in class org.entityfs.util.ManualEntityListable
 
isEmpty() - Method in class org.entityfs.util.properties.FileBackedProperties
 
isEnabled() - Method in class org.entityfs.DisabledAccessController
 
isEnabled() - Method in interface org.entityfs.security.AccessController
Check if the AccessController is enabled.
isEnabled() - Method in class org.entityfs.util.security.AccessGranterAccessController
 
isEnabled() - Method in class org.schmant.tpm.TaskPackage
Is this task package enabled?
isEncrypted() - Method in class org.at4j.zip.ZipEntry
Is the Zip entry encrypted?
isEncrypted() - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
Bit 0: If set, indicates that the file is encrypted.
isEntityNameValid(String) - Static method in class org.entityfs.el.EntityLocations
Is the entity name valid?
isEosMarkerUsed() - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
(For Method 14 - LZMA) Bit 1: If the compression method used was type 14, LZMA, then this bit, if set, indicates an end-of-stream (EOS) marker is used to mark the end of the compressed data stream.
isErrorEnabled() - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
isErrorEnabled() - Method in interface org.entityfs.support.log.LogAdapter
Will messages with the level ERROR be logged?
isErrorEnabled() - Method in class org.entityfs.support.log.LogAdapterHolder
 
isErrorEnabled() - Method in class org.entityfs.support.log.StdOutLogAdapter
 
isErrorEnabled() - Method in class org.schmant.report.ReportLogAdapter
 
isErrorEnabled() - Method in class org.schmant.report.SchmantReportLogAdapter
 
isErrorIfReplaceNotFound() - Method in class org.schmant.task.template.text.AbstractTextInsertionTask
If a replace is not found, is that an error?
isErrorIfReplaceNotFound() - Method in class org.schmant.task.text.TextReplaceTask
 
isErrorReported() - Method in class org.schmant.report.AbstractReport
 
isErrorReported() - Method in interface org.schmant.report.Report
Are messages to error level (Level.SEVERE) logged?
isEventOfType(XMLEvent, Class<? extends XMLEvent>) - Static method in class org.schmant.support.xml.stax.StAXSupport
Check if the StAX event is of the supplied type.
isExistingDirectory() - Method in class org.schmant.support.FutureDirectory
Is this future directory referencing an existing directory.
isExistingDirectory() - Method in class org.schmant.support.FutureEntity
Does this future entity reference an existing directory?
isExistingDirectory() - Method in class org.schmant.support.FutureFile
This method returns false.
isExistingFile() - Method in class org.schmant.support.FutureDirectory
This method returns false.
isExistingFile() - Method in class org.schmant.support.FutureEntity
Does this future entity reference an existing file?
isExistingFile() - Method in class org.schmant.support.FutureFile
This method returns true if this future file references an existing file.
isFailOnErrors() - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTask
 
isFailOnErrors() - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTask
 
isFailOnErrors() - Method in class org.schmant.task.template.process.AbstractExtProcessTask
 
isFailOnErrors() - Method in interface org.schmant.task.template.process.ExtProcessConfigured
 
isFastCompression() - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
(For Methods 8 and 9 - Deflating) Bit 2 Bit 1 1 0 Fast (-ef) compression option was used.
isFinerEnabled() - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
isFinerEnabled() - Method in interface org.entityfs.support.log.LogAdapter
Will messages with the level FINER be logged?
isFinerEnabled() - Method in class org.entityfs.support.log.LogAdapterHolder
 
isFinerEnabled() - Method in class org.entityfs.support.log.StdOutLogAdapter
 
isFinerEnabled() - Method in class org.schmant.report.ReportLogAdapter
 
isFinerEnabled() - Method in class org.schmant.report.SchmantReportLogAdapter
 
isFinerLoggingEnabled() - Method in class org.entityfs.util.lang.EntityClassLoader
Check if a log adapter is set and it will accept finer logs.
isFlagArgument(String) - Method in class org.at4j.support.prog.AbstractProgram
Is the argument a flag argument, i.e.
isHeldByCurrentThread() - Method in class org.entityfs.lock.CompoundEntityLock
 
isHeldByCurrentThread() - Method in interface org.entityfs.lock.EntityLock
Is this lock held by the current thread? (This is implemented by ReentrantLock but not specified in the Lock interface.)
isHeldByCurrentThread() - Method in class org.entityfs.lock.NoObjectDummyLock
 
isHeldByCurrentThread() - Method in class org.entityfs.support.util.concurrent.locks.OwnerAwareReadLock
 
isHelpDisabled() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
isIgnoreSymbolicLinks() - Method in class org.at4j.tar.ExtractTarEntryExtractionStrategy
 
isIndexDisabled() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
isInfoEnabled() - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
isInfoEnabled() - Method in interface org.entityfs.support.log.LogAdapter
Will messages with the level INFO be logged?
isInfoEnabled() - Method in class org.entityfs.support.log.LogAdapterHolder
 
isInfoEnabled() - Method in class org.entityfs.support.log.StdOutLogAdapter
 
isInfoEnabled() - Method in class org.schmant.report.ReportLogAdapter
 
isInfoEnabled() - Method in class org.schmant.report.SchmantReportLogAdapter
 
isInfoReported() - Method in class org.schmant.report.AbstractReport
 
isInfoReported() - Method in interface org.schmant.report.Report
Are messages to info level (Level.INFO) logged?
isInheritEnvironmentVariables() - Method in class org.schmant.support.io.ProcessSettings
Should environment variables be inherited from the current process?
isInheritEnvironmentVariables() - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTask
 
isInheritEnvironmentVariables() - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTask
 
isInheritEnvironmentVariables() - Method in class org.schmant.task.template.process.AbstractExtProcessTask
 
isInheritEnvironmentVariables() - Method in interface org.schmant.task.template.process.ExtProcessConfigured
 
isInLocalHeader() - Method in class org.at4j.zip.ef.ExtendedTimestampExtraField
 
isInLocalHeader() - Method in class org.at4j.zip.ef.InfoZipUnixExtraField
 
isInLocalHeader() - Method in class org.at4j.zip.ef.NewInfoZipUnixExtraField
 
isInLocalHeader() - Method in class org.at4j.zip.ef.NtfsExtraField
 
isInLocalHeader() - Method in class org.at4j.zip.ef.UnicodeCommentExtraField
 
isInLocalHeader() - Method in class org.at4j.zip.ef.UnicodePathExtraField
 
isInLocalHeader() - Method in class org.at4j.zip.ef.UnparsedZipEntryExtraField
 
isInLocalHeader() - Method in interface org.at4j.zip.ef.ZipEntryExtraField
Is this field stored in the Zip entry's local header or in the Zip file's central directory record?
isInPathOf(AbsoluteLocation) - Method in class org.entityfs.el.AbsoluteLocation
 
isInterrupted() - Method in class org.schmant.task.stub.AbstractTask
 
isInterrupted() - Method in interface org.schmant.task.Task
Was the task interrupted?
isIsolatedClassLoaders() - Method in class org.schmant.LauncherSettings
 
isKeepTempFiles() - Method in class org.schmant.LauncherSettings
 
isKeywords() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
isLevelReported(Level) - Method in class org.schmant.report.AbstractReport
 
isLevelReported(Level) - Method in interface org.schmant.report.Report
Are messages to the supplied Level logged?
isLinkSource() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
isLocalFileHeader(UnsignedInteger) - Method in class org.at4j.zip.ZipFileParser
Does the integer contain the local Zip entry header magic number?
isLocalHeaderFieldZeroed() - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
Bit 3: If this bit is set, the fields crc-32, compressed size and uncompressed size are set to zero in the local header.
isLocalHeaderValuesMasked() - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
Bit 13: Used when encrypting the Central Directory to indicate selected data values in the Local Header are masked to hide their actual values.
isLocking() - Method in interface org.entityfs.FileSystem
Does the file system do any kind of entity locking? Read only file systems never use any locking.
isLockingSupported() - Method in interface org.entityfs.FileSystemBuilder
Does the file system being built support locking?
isLockingSupported() - Method in class org.entityfs.fs.FSROFileSystemBuilder
 
isLockingSupported() - Method in class org.entityfs.fs.FSRWFileSystemBuilder
 
isLockingSupported() - Method in class org.entityfs.jar.JarFileSystemBuilder
 
isLockingSupported() - Method in class org.entityfs.ram.RamFileSystemBuilder
 
isLockingSupported() - Method in class org.entityfs.zip.ZipFileSystemBuilder
 
isLogTimestamp() - Method in class org.schmant.report.SimpleReportLineFormatter
Is a timestamp logged with each log message?
isMaximumCompression() - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
(For Methods 8 and 9 - Deflating) Bit 2 Bit 1 0 1 Maximum (-exx/-ex) compression option was used.
isMoreThanOneSourceAllowed() - Method in class org.schmant.task.at4j.tar.TarTask
Override the inherited method to let it return true.
isMoreThanOneSourceAllowed() - Method in class org.schmant.task.html.HtmlLinkValidationTask
Override to return true.
isMoreThanOneSourceAllowed() - Method in class org.schmant.task.io.ChmodTask
 
isMoreThanOneSourceAllowed() - Method in class org.schmant.task.io.CopyTask
 
isMoreThanOneSourceAllowed() - Method in class org.schmant.task.io.DeleteTask
 
isMoreThanOneSourceAllowed() - Method in class org.schmant.task.io.MoveTask
 
isMoreThanOneSourceAllowed() - Method in class org.schmant.task.io.TreeCopyTask
 
isMoreThanOneSourceAllowed() - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTask
 
isMoreThanOneSourceAllowed() - Method in class org.schmant.task.jdk.javac.jdk6.Jdk6JavacTask
 
isMoreThanOneSourceAllowed() - Method in class org.schmant.task.meta.ForEachSourceTask
 
isMoreThanOneSourceAllowed() - Method in class org.schmant.task.stub.AbstractActionTask
Is more than one source object allowed? This method returns false .
isMoreThanOneSourceAllowed() - Method in class org.schmant.task.stub.AbstractCallbackRecursiveActionTask
This is overridden to return true.
isMoreThanOneSourceAllowed() - Method in class org.schmant.task.stub.AbstractCallbackRecursiveProcessTask
Overridden to return true.
isMoreThanOneSourceAllowed() - Method in class org.schmant.task.template.io.zip.AbstractZipTask
Override this method to return true
isMoreThanOneSourceAllowed() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTask
 
isMoreThanOneSourceAllowed() - Method in class org.schmant.task.tp.taskref.SchmantTaskrefTask
 
isNavbarDisabled() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
isNewerThan(JdkVersion) - Method in class org.schmant.support.JdkVersion
Is this JDK version newer than the supplied version?
isNowarn() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
 
isOfType(ProjectType) - Method in class org.schmant.project.AbstractProject
 
isOfType(ProjectType) - Method in interface org.schmant.project.Project
Is this project of the specified type?
IsolatedTaskPackageClassLoader - Class in org.schmant.tpm
This is the TaskPackageClassLoader for the isolated class loader strategy.
IsolatedTaskPackageClassLoader(ClassLoader) - Constructor for class org.schmant.tpm.IsolatedTaskPackageClassLoader
Create the class loader.
isOlderThan(JdkVersion) - Method in class org.schmant.support.JdkVersion
Is this JDK version older than the supplied version?
isOpen() - Method in class org.entityfs.support.io.ChannelProxy
 
isOpen() - Method in class org.entityfs.support.io.ReadableByteBufferChannel
 
isOpen() - Method in class org.entityfs.support.io.WritableByteBufferChannel
 
isOpen() - Method in class org.schmant.report.AbstractReport
 
isPreserveAttributes() - Method in class org.entityfs.util.EntityCopySpecification
If this property is set to true, entity attributes such as the last modification time is copied to the new entity.
isRandomAccessSupported() - Method in class org.at4j.zip.comp.AbstractUnsupportedCompressionMethod
This method always returns false
isRandomAccessSupported() - Method in class org.at4j.zip.comp.BZip2CompressionMethod
This method always returns false
isRandomAccessSupported() - Method in class org.at4j.zip.comp.DeflatedCompressionMethod
This method always returns false
isRandomAccessSupported() - Method in class org.at4j.zip.comp.LzmaCompressionMethod
This method always returns false
isRandomAccessSupported() - Method in class org.at4j.zip.comp.StoredCompressionMethod
This method always returns true
isRandomAccessSupported() - Method in interface org.at4j.zip.comp.ZipEntryCompressionMethod
Does this compression method support read only random access on uncompressed file data?
isReadLock() - Method in class org.entityfs.lock.CompoundEntityLock
 
isReadLock() - Method in interface org.entityfs.lock.EntityLock
Returns true if this lock is a read lock.
isReadLock() - Method in class org.entityfs.lock.NoObjectDummyLock
 
isReadLockedByCurrentThread() - Method in class org.at4j.archive.AbstractArchiveEntry
This method always returns true.
isReadLockedByCurrentThread() - Method in class org.at4j.comp.bzip2.BZip2ReadableFile
 
isReadLockedByCurrentThread() - Method in class org.at4j.comp.lzma.LzmaReadableFile
 
isReadLockedByCurrentThread() - Method in class org.entityfs.lock.AbstractLockable
Is this lockable object read locked by the current thread?
isReadLockedByCurrentThread() - Method in class org.entityfs.lock.AbstractReadWriteLockableProxy
 
isReadLockedByCurrentThread() - Method in interface org.entityfs.lock.EntityLockAdapter
 
isReadLockedByCurrentThread() - Method in interface org.entityfs.lock.ReadLockable
Does the calling thread hold a read lock for this object? A write lock also qualifies as a read lock.
isReadLockedByCurrentThread() - Method in class org.entityfs.util.AggregatingEntityRepository
 
isReadLockedByCurrentThread() - Method in class org.entityfs.util.base.AbstractReadableFile
This method always returns true.
isReadLockedByCurrentThread() - Method in class org.entityfs.util.base.AbstractReadWritableFile
This method always returns true.
isReadLockedByCurrentThread() - Method in class org.entityfs.util.ClasspathNamedReadableFile
This method always returns true.
isReadLockedByCurrentThread() - Method in class org.entityfs.util.CompoundEntityHolder
 
isReadLockedByCurrentThread() - Method in class org.entityfs.util.io.GZipReadableFile
 
isReadLockedByCurrentThread() - Method in class org.entityfs.util.NamedReadableFileAdapter
 
isReadLockedByCurrentThread() - Method in class org.schmant.arg.GZipReadableFileProxy
 
isReadLockedByCurrentThread() - Method in class org.schmant.task.at4j.bzip2.BZip2ReadableFileProxy
 
isReadLockedByCurrentThread() - Method in class org.schmant.task.at4j.lzma.LzmaReadableFileProxy
 
isReadOnly() - Method in interface org.entityfs.FileSystem
Is the file system read only?
isReadOnly() - Method in class org.entityfs.fs.FSROFileSystemBuilder
 
isReadOnly() - Method in class org.entityfs.fs.FSRWFileSystemBuilder
 
isReadOnly() - Method in class org.entityfs.jar.JarFileSystemBuilder
 
isReadOnly() - Method in class org.entityfs.ram.RamFileSystemBuilder
 
isReadOnly() - Method in enum org.entityfs.support.io.RandomAccessMode
Is this access mode read only?
isReadOnly() - Method in class org.entityfs.zip.ZipFileSystemBuilder
 
isReadUncompressedSize() - Method in class org.at4j.comp.lzma.LzmaInputStreamSettings
Should the uncompressed size of data in the stream be read after the stream properties header?
isRecordsPrecededByLengthControlField() - Method in class org.at4j.zip.ZipInternalFileAttributes
The 0x0002 bit of this field indicates, if set, that a 4 byte variable record length control field precedes each logical record indicating the length of the record.
isRethrowExceptions() - Method in class org.entityfs.error.LoggingErrorHandlingStrategy
Does this error handling strategy rethrow Exception:s (wrapped in FileSystemException:s)?
isRethrowFileSystemExceptions() - Method in class org.entityfs.error.LoggingErrorHandlingStrategy
Does this error handling strategy rethrow FileSystemException:s?
isRethrowRuntimeExceptions() - Method in class org.entityfs.error.LoggingErrorHandlingStrategy
Does this error handling strategy rethrow RuntimeException:s?
isRootDir() - Method in class org.entityfs.el.AbstractLocation
 
isRootDir() - Method in interface org.entityfs.el.EntityLocation
Is this entity location an absolute entity location referencing the root directory.
isRootDirectory() - Method in interface org.entityfs.EntityView
Check if this is the file system's root directory or a view of the root directory.
isRunning() - Method in class org.schmant.task.stub.AbstractTask
 
isRunning() - Method in interface org.schmant.task.Task
Is the task currently running?
isSameMajorAndMinorVersion(JdkVersion) - Method in class org.schmant.support.JdkVersion
Does this JDK version object have the same major and minor version numbers as the supplied object? For instance, JDK 1.4.1_05 has the same major and minor version as JDK 1.4.1_04, but not the same minor version as JDK 1.4.2.
isSameMajorVersion(JdkVersion) - Method in class org.schmant.support.JdkVersion
Does this JDK version object have the same major version as the supplied object? For instance, JDK 1.4.1 has the same major version as JDK 1.4.2, but not the same major version as JDK 1.5.
isSameOrNewerThan(JdkVersion) - Method in class org.schmant.support.JdkVersion
Is this JDK version the same or newer than the supplied version?
isSameOrOlderThan(JdkVersion) - Method in class org.schmant.support.JdkVersion
Is this JDK version the same or older than the supplied version?
isSatisfied() - Method in class org.schmant.project.java.JavaProjectDependencies
 
isSatisfied() - Method in class org.schmant.run.AlreadySatisfiedTaskDependency
This method always returns true.
isSatisfied() - Method in class org.schmant.run.CompoundTaskDependency
 
isSatisfied() - Method in class org.schmant.run.ManualTaskDependency
 
isSatisfied() - Method in interface org.schmant.run.TaskDependency
Is this dependency satisfied?
isSatisfied() - Method in class org.schmant.task.stub.AbstractTask
 
isSerialWarn() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
isSet(MsDosFileAttributes) - Method in class org.at4j.zip.extattrs.MsDosExternalFileAttributes
Is the attribute set?
isSet(NtfsFileAttributes) - Method in class org.at4j.zip.extattrs.NtfsExternalFileAttributes
Is the specified attribute set in this object?
isSet() - Method in class org.schmant.lang.TwoState
Is a value set on this object.
isSevereEnabled() - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
isSevereEnabled() - Method in interface org.entityfs.support.log.LogAdapter
Will messages with the level SEVERE be logged?
isSevereEnabled() - Method in class org.entityfs.support.log.LogAdapterHolder
 
isSevereEnabled() - Method in class org.entityfs.support.log.StdOutLogAdapter
 
isSevereEnabled() - Method in class org.schmant.report.ReportLogAdapter
 
isSevereEnabled() - Method in class org.schmant.report.SchmantReportLogAdapter
 
isSinceDisabled() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
isSourcesMandatory() - Method in class org.schmant.task.lang.ClosureTask
 
isSourcesMandatory() - Method in class org.schmant.task.stub.AbstractActionTask
Must the sources property be set? This method returns true.
isSourcesMandatory() - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
The sources are not mandatory for Javac tasks.
isSourcesMandatory() - Method in class org.schmant.task.template.proxy.AbstractProxyTask
 
isSourcesMandatory() - Method in class org.schmant.task.xml.validation.SchemaFactoryTask
 
isSplitIndex() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
isStrongEncryption() - Method in class org.at4j.zip.ZipEntry
Is the Zip entry encrypted with strong encryption?
isStrongEncryption() - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
Bit 6: Strong encryption.
isSubPackages() - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTask
 
isSuccessful() - Method in class org.schmant.task.stub.AbstractTask
 
isSuccessful() - Method in interface org.schmant.task.Task
Was the task successful? (I.e: did it not throw an exception?)
isSuperFastCompression() - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
(For Methods 8 and 9 - Deflating) Bit 2 Bit 1 1 1 Super Fast (-es) compression option was used.
isTargetMandatory() - Method in class org.schmant.task.lang.ClosureTask
 
isTargetMandatory() - Method in class org.schmant.task.stub.AbstractGeneratorTask
Is a target mandatory? This method always returns true.
isTargetMandatory() - Method in class org.schmant.task.stub.AbstractProcessOneFileTask
If the target is not set it can be inferred from the source entity.
isTargetMandatory() - Method in class org.schmant.task.stub.AbstractProcessTask
Is a target mandatory? This method always returns true.
isTargetMandatory() - Method in class org.schmant.task.template.proxy.AbstractProxyTask
 
isTextFile() - Method in class org.at4j.zip.ZipInternalFileAttributes
The lowest bit of this field indicates, if set, that the file is apparently an ASCII or text file.
isTimestampDisabled() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
isTiming() - Method in class org.at4j.comp.prog.StreamCompressionProgramArguments
 
isTraceEnabled() - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
isTraceEnabled() - Method in interface org.entityfs.support.log.LogAdapter
Will messages with the level TRACE be logged?
isTraceEnabled() - Method in class org.entityfs.support.log.LogAdapterHolder
 
isTraceEnabled() - Method in class org.entityfs.support.log.StdOutLogAdapter
 
isTraceEnabled() - Method in class org.schmant.report.ReportLogAdapter
 
isTraceEnabled() - Method in class org.schmant.report.SchmantReportLogAdapter
 
isTraceLoggingEnabled() - Method in class org.entityfs.util.lang.EntityClassLoader
Check if a log adapter is set and it will accept trace logs.
isTraceMode() - Method in class org.schmant.LauncherSettings
 
isTraceMode() - Static method in class org.schmant.report.TraceMode
 
isTraceReported() - Method in class org.schmant.report.AbstractReport
 
isTraceReported() - Method in interface org.schmant.report.Report
Are messages to trace level (Level.FINER) logged?
isTreeDisabled() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
isUse() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
isUseCommonsCompress() - Method in class org.at4j.comp.bzip2.BZip2ReadableFileSettings
 
isUseCommonsCompress() - Method in class org.at4j.comp.bzip2.BZip2WritableFileSettings
 
isUseFifoQueue() - Method in class org.schmant.run.TaskExecutor
Does this task executor use a FIFO queue for scheduling tasks?
isUtf8Encoding() - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
Bit 11: Language encoding flag (EFS).
isValid() - Method in class org.entityfs.cap.AbstractEntityCapability
 
isValid() - Method in interface org.entityfs.cap.EntityCapability
Check if this capability object is valid.
isValid() - Method in interface org.entityfs.EntityView
Check if the entity or the viewed entity is still valid.
isValid(EntityView) - Static method in class org.entityfs.util.Entities
Is the entity valid? Deleting an entity invalidates the entity object.
isVersion() - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
isWarningEnabled() - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
isWarningEnabled() - Method in interface org.entityfs.support.log.LogAdapter
Will messages with the level WARNING be logged?
isWarningEnabled() - Method in class org.entityfs.support.log.LogAdapterHolder
 
isWarningEnabled() - Method in class org.entityfs.support.log.StdOutLogAdapter
 
isWarningEnabled() - Method in class org.schmant.report.ReportLogAdapter
 
isWarningEnabled() - Method in class org.schmant.report.SchmantReportLogAdapter
 
isWarnReported() - Method in class org.schmant.report.AbstractReport
 
isWarnReported() - Method in interface org.schmant.report.Report
Are messages to warn level (Level.WARNING) logged?
isWriteLock() - Method in class org.entityfs.lock.CompoundEntityLock
 
isWriteLock() - Method in interface org.entityfs.lock.EntityLock
Returns true if this lock is a write lock.
isWriteLock() - Method in class org.entityfs.lock.NoObjectDummyLock
 
isWriteLockedByCurrentThread() - Method in class org.at4j.comp.bzip2.BZip2WritableFile
 
isWriteLockedByCurrentThread() - Method in class org.at4j.comp.lzma.LzmaWritableFile
 
isWriteLockedByCurrentThread() - Method in class org.at4j.tar.TarFileEntry
This method always returns true.
isWriteLockedByCurrentThread() - Method in class org.at4j.zip.ZipFileEntry
This method always returns true.
isWriteLockedByCurrentThread() - Method in class org.entityfs.lock.AbstractLockable
Is this lockable object write locked by the current thread?
isWriteLockedByCurrentThread() - Method in class org.entityfs.lock.AbstractReadWriteLockableProxy
 
isWriteLockedByCurrentThread() - Method in interface org.entityfs.lock.EntityLockAdapter
 
isWriteLockedByCurrentThread() - Method in interface org.entityfs.lock.WriteLockable
Does the calling thread hold a write lock for the lockable object (this)?
isWriteLockedByCurrentThread() - Method in class org.entityfs.util.base.AbstractReadWritableFile
This method always returns true.
isWriteLockedByCurrentThread() - Method in class org.entityfs.util.base.AbstractWritableFile
This method always returns true.
isWriteLockedByCurrentThread() - Method in class org.entityfs.util.ByteArrayReadableFile
Always returns true.
isWriteLockedByCurrentThread() - Method in class org.entityfs.util.io.GZipWritableFile
 
isWriteLockedByCurrentThread() - Method in class org.schmant.arg.AbstractGZipWritableFileProxy
 
isWriteLockedByCurrentThread() - Method in class org.schmant.arg.AbstractMultiplexingWritableFileProxy
This returns true if all proxied files are write locked.
isWriteLockedByCurrentThread() - Method in class org.schmant.task.at4j.bzip2.AbstractBZip2WritableFileProxy
 
isWriteLockedByCurrentThread() - Method in class org.schmant.task.at4j.lzma.AbstractLzmaWritableFileProxy
 
isWriteStreamProperties() - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
Should the encoder properties be written at the head of the stream?
isWriteUncompressedDataSize() - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
Should the uncompressed data size (even if unknown) be written after the encoder properties at the head of the stream?
iterator() - Method in class org.entityfs.support.util.Pair
Get an iterator.
iterator() - Method in class org.entityfs.util.AggregatingEntityRepository
 
iterator() - Method in class org.entityfs.util.ManualEntityListable
 
IteratorCopier - Class in org.entityfs.util
The IteratorCopier takes a tree of entities returned from an iterator and copies them to another entity tree, possibly in another file system.
IteratorCopier(DirectoryView, DirectoryView) - Constructor for class org.entityfs.util.IteratorCopier
Create an IteratorCopier with one target directory and the default error strategy (see above).
IteratorCopier(DirectoryView, Iterator<? extends EntityView>, DirectoryView) - Constructor for class org.entityfs.util.IteratorCopier
Create an IteratorCopier with one target directory and the default error strategy (see above).
IteratorCopier(DirectoryView, Iterator<? extends EntityView>, DirectoryView, ErrorHandlingStrategy) - Constructor for class org.entityfs.util.IteratorCopier
Create an IteratorCopier with one target directory and the supplied error strategy.
IteratorCopier(DirectoryView, Iterator<? extends EntityView>, Collection<? extends DirectoryView>) - Constructor for class org.entityfs.util.IteratorCopier
Create an IteratorCopier with a collection of target directories and the default error strategy (see above).
IteratorCopier(DirectoryView, Iterator<? extends EntityView>, Collection<? extends DirectoryView>, ErrorHandlingStrategy) - Constructor for class org.entityfs.util.IteratorCopier
Create an IteratorCopier with a collection of target directories and the supplied error strategy.
IteratorDeleter - Class in org.entityfs.util
Delete the entities returned from an Iterator.
IteratorDeleter(Iterator<? extends EntityView>) - Constructor for class org.entityfs.util.IteratorDeleter
Delete all entities returned from the iterator and use the default error strategy (see above).
IteratorDeleter(Iterator<? extends EntityView>, ErrorHandlingStrategy) - Constructor for class org.entityfs.util.IteratorDeleter
Delete all entities returned from the iterator and use the supplied error strategy.
IteratorDeleter(EntityListable) - Constructor for class org.entityfs.util.IteratorDeleter
Create an IteratorDeleter that recursively deletes the contents of the directory view.
IteratorDeleter(EntityListable, ErrorHandlingStrategy) - Constructor for class org.entityfs.util.IteratorDeleter
Create an IteratorDeleter that recursively deletes the contents of the directory view.
Iterators - Class in org.entityfs.util.itr
This is a utility class with static methods for working with Iterator :s.

J

JarCreator - Class in org.entityfs.util.jar
The JarCreator creates a Jar archive using ZipEntryInfo objects returned from an iterator.
JarCreator(Iterator<? extends ZipEntryInfo>, DirectoryView, String) - Constructor for class org.entityfs.util.jar.JarCreator
Create a JarCreator that uses the default ErrorHandlingStrategy.
JarCreator(Iterator<? extends ZipEntryInfo>, DirectoryView, String, ErrorHandlingStrategy) - Constructor for class org.entityfs.util.jar.JarCreator
Create a JarCreator that uses the provided ErrorHandlingStrategy.
JarEntryInfoImpl - Class in org.entityfs.util.jar
This is a ZipEntryInfo implementation that creates JarEntry objects in the same way as ZipEntryInfoImpl creates ZipEntry objects.
JarEntryInfoImpl(Entity, AbsoluteLocation, ZipEntryInfoProvider) - Constructor for class org.entityfs.util.jar.JarEntryInfoImpl
Constructor.
JarFileEntryInfoImpl - Class in org.entityfs.util.jar
 
JarFileEntryInfoImpl(EFile, AbsoluteLocation, ZipEntryInfoProvider) - Constructor for class org.entityfs.util.jar.JarFileEntryInfoImpl
Constructor.
JarFileSystemBuilder - Class in org.entityfs.jar
This is a builder class for building read only Jar file-backed file systems.
JarFileSystemBuilder() - Constructor for class org.entityfs.jar.JarFileSystemBuilder
Create a builder with default settings: LogAdapter: DefaultLogAdapter.DEFAULT_ADAPTER EntityValidityControlStrategy: null (no one else should have write access to the backend)
JarTask - Class in org.schmant.task.jdk.jar
See JarTF
JarTaskZipEntryInfoIterator - Class in org.schmant.task.jdk.jar
Iterator for Jar entries.
JarTaskZipEntryInfoIterator(SortedMap<AbsoluteLocation, EntityOrReadableFile>, ZipEntryInfoProvider) - Constructor for class org.schmant.task.jdk.jar.JarTaskZipEntryInfoIterator
 
JarTF - Class in org.schmant.task.jdk.jar
Factory for the JarTask.
JarTF() - Constructor for class org.schmant.task.jdk.jar.JarTF
 
JavacAnnotationProcessingMode - Enum in org.schmant.task.template.jdk.javac
This is an enumeration over the different annotation processing modes for javac.
JavacDebugKeyword - Enum in org.schmant.task.template.jdk.javac
This is an enumeration over the different debug keywords that can be set with the -g flag to javac.
JavacImplicitClassFileGeneration - Enum in org.schmant.task.template.jdk.javac
Enumeration over javac's implicit class file generation modes.
JavacTaskConfigurable<T extends JavacTaskConfigurable<T>> - Interface in org.schmant.task.template.jdk.javac
An interface for classes configurable with javac options.
JavacTaskFactory<T extends JavacTaskFactory<T,U>,U extends ProcessTaskSpec<U>> - Interface in org.schmant.task.template.jdk.javac
This interface is implemented by task factories for Java compiling tasks
JavadocPackageGroup - Class in org.schmant.task.template.jdk.javadoc
Information about a Javadoc package group.
JavadocPackageGroup(String, String) - Constructor for class org.schmant.task.template.jdk.javadoc.JavadocPackageGroup
Create a Javadoc package group.
JavadocTagDefinition - Class in org.schmant.task.template.jdk.javadoc
Objects of this class contains the Javadoc tag configuration that is given with the -tag argument to the javadoc command.
JavadocTagDefinition(String, boolean, boolean) - Constructor for class org.schmant.task.template.jdk.javadoc.JavadocTagDefinition
 
JavadocTagPlace - Enum in org.schmant.task.template.jdk.javadoc
This is an enumeration over all places where a Javadoc tag may occur.
JavadocTaskConfigurable<T extends JavadocTaskConfigurable<T>> - Interface in org.schmant.task.template.jdk.javadoc
Configuration options for the Javadoc tool
JavadocTaskDecorator - Interface in org.schmant.task.template.jdk.javadoc
Decorator for a Javadoc task.
JavadocVisibilityLevel - Enum in org.schmant.task.template.jdk.javadoc
Enumeration over the different visibility levels for the Javadoc documentation.
JavaHomeConfigurable<T extends JavaHomeConfigurable<T>> - Interface in org.schmant.task.template.jdk
This interface is implemented by classes that can be configured with a Java home directory.
JavaProject - Interface in org.schmant.project.java
This interface represents a Java Project.
JavaProjectClasspathDecorator - Class in org.schmant.project.java
The JavaProjectClasspathDecorator is a PathDecorator that is used for setting the build classpath for building a JavaProject.
JavaProjectClasspathDecorator() - Constructor for class org.schmant.project.java.JavaProjectClasspathDecorator
 
JavaProjectClasspathEntry - Interface in org.schmant.project.java
A Java project's classpath is represented as a List of of JavaProjectClasspathEntry objects.
JavaProjectDependencies - Class in org.schmant.project.java
This is a ProjectDependencies implementation for handling compile dependencies between JavaProject:s.
JavaProjectDependencies() - Constructor for class org.schmant.project.java.JavaProjectDependencies
 
JavaProjectFilter - Class in org.schmant.project.java
This is a filter that matches Java projects.
JavaProjectFilter() - Constructor for class org.schmant.project.java.JavaProjectFilter
 
JavaProjectType - Class in org.schmant.project.java
This ProjectType identifies Java projects.
JavaTF - Class in org.schmant.task.jdk.java
Factory for the ExtJavaTask.
JavaTF() - Constructor for class org.schmant.task.jdk.java.JavaTF
 
JavaVMType - Enum in org.schmant.task.template.jdk.java
Enumeration for the different Java virtual machine types (currently client and server).
JavaWorkspaceBuilderTF - Class in org.schmant.task.project
Factory for building JavaWorkspaceBuilderTask:s.
JavaWorkspaceBuilderTF() - Constructor for class org.schmant.task.project.JavaWorkspaceBuilderTF
 
Jdk14LogAdapter - Class in org.entityfs.support.log
This implementation of LogAdapter logs all output to a java.util.logging.Logger.
Jdk14LogAdapter() - Constructor for class org.entityfs.support.log.Jdk14LogAdapter
Create a log adapter using the default logger name "org.entityfs.log".
Jdk14LogAdapter(String) - Constructor for class org.entityfs.support.log.Jdk14LogAdapter
Create a log adapter using the supplied logger name.
Jdk6JavacTask - Class in org.schmant.task.jdk.javac.jdk6
See Jdk6JavacTF
Jdk6JavacTF - Class in org.schmant.task.jdk.javac.jdk6
Factory for the Jdk6JavacTask.
Jdk6JavacTF() - Constructor for class org.schmant.task.jdk.javac.jdk6.Jdk6JavacTF
 
JdkCompliance - Class in org.schmant.project.eclipse
This immutable object contains information on the JDK compliance for an Eclipse workspace or for a single Java project.
JdkCompliance(JdkVersion, JdkVersion, JdkVersion) - Constructor for class org.schmant.project.eclipse.JdkCompliance
Create a new Eclipse workspace / project JDK compliance object.
JdkUtil - Class in org.schmant.support
This is a support class for working with JDK installations.
JdkVersion - Class in org.schmant.support
An object of this type represents the version of a JDK.
JdkVersion(String) - Constructor for class org.schmant.support.JdkVersion
Parse the Java version string into a version object.
JdkVersion(int, int, int, int) - Constructor for class org.schmant.support.JdkVersion
Create a Java version object.
JRubyExecutor - Class in org.schmant.app.jruby
This script executor runs JRuby build scripts.
JRubyExecutor() - Constructor for class org.schmant.app.jruby.JRubyExecutor
 
JRubyExecutorFactory - Class in org.schmant.app.jruby
This script executor factory creates JRubyExecutor for running JRuby build scripts (file name extension rb).
JRubyExecutorFactory() - Constructor for class org.schmant.app.jruby.JRubyExecutorFactory
 
JsScriptExecutorFactory - Class in org.schmant.app.js
Script executor factory for creating ScriptExecutor objects that are used to run JavaScript scripts (file name extension js) using either Mozilla's Rhino implementation (preferred) or Sun's version of Mozilla's implementation.
JsScriptExecutorFactory() - Constructor for class org.schmant.app.js.JsScriptExecutorFactory
 
JUnit4AntXmlReporter - Class in org.schmant.task.junit4.ant
This reporter defines the AntXmlRunListener run listener.
JUnit4AntXmlReporter() - Constructor for class org.schmant.task.junit4.ant.JUnit4AntXmlReporter
 
JUnit4Configurable<T extends JUnit4Configurable<T>> - Interface in org.schmant.task.junit4
This interface is implemented by classes that can be configured for running JUnit 4 tests.
JUnit4Launcher - Class in org.schmant.task.junit4.launcher
This is a runnable class that is used to launch a JUnit4 test suite.
JUnit4Launcher() - Constructor for class org.schmant.task.junit4.launcher.JUnit4Launcher
 
JUnit4Reporter<T extends JUnit4Reporter<T>> - Interface in org.schmant.task.junit4
JUnit4Reporter:s are used to configure how results from a JUnit4 test run are reported.
JUnit4SimpleReporter - Class in org.schmant.task.junit4
This reporter defines the SimpleRunListener.
JUnit4SimpleReporter() - Constructor for class org.schmant.task.junit4.JUnit4SimpleReporter
 
JUnit4TaskPackage - Class in org.schmant.task.junit4
 
JUnit4TestSuiteReporter - Class in org.schmant.task.junit4.suitereporter
The JUnit4TestSuiteReporter is a JUnit4Reporter used for reporting results from several test suites.
JUnit4TestSuiteReporter() - Constructor for class org.schmant.task.junit4.suitereporter.JUnit4TestSuiteReporter
 
JUnit4TestSuiteReportPrinter - Interface in org.schmant.task.junit4.suitereporter
A JUnit4TestSuiteReportPrinter is used by the JUnit4TestSuiteReporter to print the test suite run report to a Report object.
JUnit4TestSuiteReportXmlResolver - Class in org.schmant.task.junit4.suitereporter
This XMLResolver is used for resolving the junit4xml-1.0.dtd DTD.
JUnit4TF - Class in org.schmant.task.junit4
A factory for ExtJUnit4Task.
JUnit4TF() - Constructor for class org.schmant.task.junit4.JUnit4TF
 
JvmConfigurable<T extends JvmConfigurable<T>> - Interface in org.schmant.task.template.jdk.java
Configuration options for external processes that use a Java virtual machine.
JvmOptionsConfigurable<T extends JvmOptionsConfigurable<T>> - Interface in org.schmant.task.template.jdk.java
This interface is implemented by task factories that can be configured with JVM options.
JythonExecutor - Class in org.schmant.app.jython
This script executor runs Jython build scripts.
JythonExecutor() - Constructor for class org.schmant.app.jython.JythonExecutor
 
JythonExecutorFactory - Class in org.schmant.app.jython
This factory creates script executors for running Jython build scripts (file name extension py).
JythonExecutorFactory() - Constructor for class org.schmant.app.jython.JythonExecutorFactory
 

K

keySet() - Method in class org.at4j.tar.TarFile
Get a read only set containing all the AbsoluteLocation:s where Tar entries are stored in the Tar file.
keySet() - Method in class org.at4j.zip.ZipFile
Get a read only set containing all absolute locations where there are Zip entries in this Zip file.
keySet() - Method in class org.entityfs.util.properties.FileBackedProperties
 

L

launch(LauncherSettings, Bindings) - Method in class org.schmant.Launcher
Calling this method is equivalent to calling Launcher.launch(LauncherSettings, Bindings, ReportFactory, ReportLineFormatter) without a custom ReportFactory and ReportLineFormatter.
launch(LauncherSettings, Bindings, ReportFactory, ReportLineFormatter) - Method in class org.schmant.Launcher
Use the launcher settings to run the script.
Launcher - Class in org.schmant
Launcher class for launching Schmant builds.
Launcher() - Constructor for class org.schmant.Launcher
 
LauncherSettings - Class in org.schmant
Settings created when parsing input arguments to the Launcher class's main method.
LauncherSettings() - Constructor for class org.schmant.LauncherSettings
 
length() - Method in interface org.entityfs.RandomAccess
Get the file's current length.
length() - Method in class org.entityfs.util.base.EmptyRandomAccess
 
length() - Method in class org.entityfs.util.io.ByteArrayRandomAccess
 
length() - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
length() - Method in class org.entityfs.util.io.InputStreamBackedRandomAccess
 
length() - Method in class org.entityfs.util.io.LockAwareRandomAccess
 
length() - Method in class org.entityfs.util.io.LockAwareRandomAccessFile
 
length() - Method in class org.entityfs.util.io.RandomAccessAdapter
 
length() - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
length() - Method in class org.entityfs.util.io.RangeRandomAccess
 
length() - Method in class org.entityfs.util.io.TempFileBackedRandomAccess
 
length() - Method in class org.entityfs.util.properties.PropertyValue
 
letErrorStrategyHandle(FileSystemException, EntityView) - Method in class org.entityfs.util.AbstractIteratorUtil
Let the error strategy handle a FileSystemException.
letErrorStrategyHandle(RuntimeException, EntityView) - Method in class org.entityfs.util.AbstractIteratorUtil
Let the error strategy handle a RuntimeException.
letErrorStrategyHandle(Exception, EntityView) - Method in class org.entityfs.util.AbstractIteratorUtil
Let the error strategy handle an Exception.
LibPathConfigurable<T extends LibPathConfigurable<T>> - Interface in org.schmant.task.confable
This interface defines an object that can be configured with a library path.
Library - Class in org.schmant.project.java
A Library represents a JavaProject dependency that has a list of zero or more Jar files and/or class directories.
Library() - Constructor for class org.schmant.project.java.Library
 
LibraryClasspathEntry - Class in org.schmant.project.java
A classpath entry that is a library file (a jar file).
LibraryClasspathEntry(Object) - Constructor for class org.schmant.project.java.LibraryClasspathEntry
Create the library classpath entry.
lineIterator(ReadableFile, Charset) - Static method in class org.entityfs.util.Files
Get an iterator over all lines in the supplied text file.
lineIterator(ReadableFile) - Static method in class org.entityfs.util.Files
Get an iterator over all lines in the supplied text file.
list(Iterator<T>) - Static method in class org.entityfs.util.itr.Iterators
This iterates through the provided Iterator and returns a List with the returned elements in the order that they were returned in.
listEntities() - Method in interface org.entityfs.EntityListable
Return all entities that are visible in this directory.
listEntities() - Method in class org.entityfs.util.AggregatingEntityRepository
 
listEntities(EntityListable, Filter<? super EntityView>) - Static method in class org.entityfs.util.Directories
List all entities in the directory that match the given filter.
listEntities(EntityListable) - Static method in class org.entityfs.util.Directories
List all visible entities in a directory view.
listEntities(EntityListable, Comparator<? super EntityView>) - Static method in class org.entityfs.util.Directories
List all visible entities in a directory view and return a set that is sorted with the supplied Comparator.
listEntities(EntityListable, Filter<? super EntityView>, Comparator<? super EntityView>) - Static method in class org.entityfs.util.Directories
List all entities in this directory view that match the given filter, i.e.
listEntities() - Method in class org.entityfs.util.ManualEntityListable
 
listWithFilter(Collection<?>, Filter<? super EntityView>) - Static method in class org.schmant.arg.DirectoryAndFilter
Create a list with DirectoryAndFilter objects for each element in the collection and return it.
LittleEndianBitInputStream - Class in org.at4j.support.io
This is an input stream that a client can use to read single or several bits from an underlying InputStream.
LittleEndianBitInputStream(InputStream) - Constructor for class org.at4j.support.io.LittleEndianBitInputStream
 
LittleEndianBitOutputStream - Class in org.at4j.support.io
This is an OutputStream that implements BitOutput and hence can be used to write individual bits to the output.
LittleEndianBitOutputStream(OutputStream) - Constructor for class org.at4j.support.io.LittleEndianBitOutputStream
 
loadFromFile(ReadableFile) - Static method in class org.entityfs.util.properties.PropertiesUtil
Load a Properties object from the supplied file.
LOCAL_FILE_HEADER - Static variable in class org.at4j.zip.ZipFileParser
 
LocationAwareDepthFirstIteratorContextImpl - Class in org.entityfs.util.itr
This is used internally by LocationAwareDepthFirstIteratorImpl to keep track of where it is.
LocationAwareDepthFirstIteratorImpl - Class in org.entityfs.util.itr
This is an implementation of DepthFirstIterator that returns EntityAndRelativeLocation objects.
LocationAwareDepthFirstIteratorImpl(EntityListable, Filter<? super EntityView>, boolean) - Constructor for class org.entityfs.util.itr.LocationAwareDepthFirstIteratorImpl
Create a new depth-last (breadth-first) iterator.
LocationAwareDepthFirstIteratorImpl(EntityListable, boolean) - Constructor for class org.entityfs.util.itr.LocationAwareDepthFirstIteratorImpl
Create a new depth-last (breadth-first) iterator.
LocationAwareDepthLastIteratorContextImpl - Class in org.entityfs.util.itr
This is used internally by LocationAwareDepthLastIteratorImpl to keep track of where it is.
LocationAwareDepthLastIteratorImpl - Class in org.entityfs.util.itr
This is an implementation of DepthLastIterator that returns EntityAndRelativeLocation objects.
LocationAwareDepthLastIteratorImpl(EntityListable, Filter<? super EntityView>, boolean) - Constructor for class org.entityfs.util.itr.LocationAwareDepthLastIteratorImpl
Create a new depth-last (breadth-first) iterator.
LocationAwareDepthLastIteratorImpl(EntityListable, boolean) - Constructor for class org.entityfs.util.itr.LocationAwareDepthLastIteratorImpl
Create a new depth-last (breadth-first) iterator.
lock(Object) - Method in interface org.entityfs.EntityView
Use the file system's LockAcquiringStrategy to acquire a reentrant lock on the entity.
lock(Object) - Method in class org.entityfs.lock.AbstractLockable
 
lock() - Method in class org.entityfs.lock.CompoundEntityLock
 
lock() - Method in class org.entityfs.lock.NoObjectDummyLock
 
lock() - Method in class org.entityfs.support.util.concurrent.locks.OwnerAwareReadLock
 
lock(EntityView) - Method in class org.entityfs.util.itr.AbstractLockingIterator
Subclasses call this to lock an entity.
lock(Collection<? extends LockCommand>) - Static method in class org.entityfs.util.lock.cmd.LockCommandUtil
Use the file system's LockCommandExecutor to execute all supplied lock commands.
lock(LockCommand...) - Static method in class org.entityfs.util.lock.cmd.LockCommandUtil
Use the file system's LockCommandExecutor to execute all supplied lock commands.
Lockable - Interface in org.entityfs.lock
This is an empty marker interface that identifies a lockable object.
LockAcquiringStrategy - Interface in org.entityfs.lock
This interface defines a strategy for how a single lock is locked.
LockAdapter - Interface in org.entityfs.lock
The lock adapter is used as a generic interface to an object's locks.
LockAdapterFactory - Interface in org.entityfs.lock
This is the interface for a factory that can create LockAdapter:s.
lockAll(boolean, EntityView...) - Static method in class org.entityfs.lock.EntityLocks
Lock all provided entities.
LockAwareFileInputStream - Class in org.entityfs.util.io
This is a FileInputStream that keeps a reference to the read lock of the open EFile.
LockAwareFileInputStream(File, EntityLock) - Constructor for class org.entityfs.util.io.LockAwareFileInputStream
 
LockAwareFileInputStream(FileDescriptor, EntityLock) - Constructor for class org.entityfs.util.io.LockAwareFileInputStream
 
LockAwareFileInputStream(String, EntityLock) - Constructor for class org.entityfs.util.io.LockAwareFileInputStream
 
LockAwareFileInputStreamFactoryImpl - Class in org.entityfs.util.io
A FileInputStreamFactory that creates LockAwareFileInputStream:s.
LockAwareFileInputStreamFactoryImpl(EntityLock) - Constructor for class org.entityfs.util.io.LockAwareFileInputStreamFactoryImpl
 
LockAwareFileOutputStream - Class in org.entityfs.util.io
This is a FileOutputStream that keeps a reference to the write lock of the open EFile.
LockAwareFileOutputStream(File, EntityLock) - Constructor for class org.entityfs.util.io.LockAwareFileOutputStream
 
LockAwareFileOutputStream(File, boolean, EntityLock) - Constructor for class org.entityfs.util.io.LockAwareFileOutputStream
 
LockAwareFileOutputStream(FileDescriptor, EntityLock) - Constructor for class org.entityfs.util.io.LockAwareFileOutputStream
 
LockAwareFileOutputStream(String, EntityLock) - Constructor for class org.entityfs.util.io.LockAwareFileOutputStream
 
LockAwareFileOutputStream(String, boolean, EntityLock) - Constructor for class org.entityfs.util.io.LockAwareFileOutputStream
 
LockAwareFileOutputStreamFactoryImpl - Class in org.entityfs.util.io
A FileOutputStreamFactory that creates LockAwareFileOutputStream:s.
LockAwareFileOutputStreamFactoryImpl(EntityLock) - Constructor for class org.entityfs.util.io.LockAwareFileOutputStreamFactoryImpl
 
LockAwareInputStream - Class in org.entityfs.util.io
This is an InputStream that keeps a reference to the read lock of the open EFile.
LockAwareInputStream(InputStream, EntityLock) - Constructor for class org.entityfs.util.io.LockAwareInputStream
 
LockAwareOutputStream - Class in org.entityfs.util.io
This is an OutputStream that keeps a reference to the write lock of the open EFile.
LockAwareOutputStream(OutputStream, EntityLock) - Constructor for class org.entityfs.util.io.LockAwareOutputStream
 
LockAwareRandomAccess - Class in org.entityfs.util.io
 
LockAwareRandomAccess(RandomAccess, EntityLock) - Constructor for class org.entityfs.util.io.LockAwareRandomAccess
 
LockAwareRandomAccessFile - Class in org.entityfs.util.io
A RandomAccessFile that keeps a reference to the read or write lock of the open EFile.
LockAwareRandomAccessFile(String, RandomAccessMode, EntityLock) - Constructor for class org.entityfs.util.io.LockAwareRandomAccessFile
 
LockAwareRandomAccessFile(File, RandomAccessMode, EntityLock) - Constructor for class org.entityfs.util.io.LockAwareRandomAccessFile
 
LockAwareRandomAccessFileFactoryImpl - Class in org.entityfs.util.io
A RandomAccessFileFactory that creates LockAwareRandomAccessFile:s.
LockAwareRandomAccessFileFactoryImpl(EntityLock) - Constructor for class org.entityfs.util.io.LockAwareRandomAccessFileFactoryImpl
 
LockAwareReadableByteChannel - Class in org.entityfs.util.nio
 
LockAwareReadableByteChannel(ReadableByteChannel, EntityLock) - Constructor for class org.entityfs.util.nio.LockAwareReadableByteChannel
 
LockAwareWritableByteChannel - Class in org.entityfs.util.nio
 
LockAwareWritableByteChannel(WritableByteChannel, EntityLock) - Constructor for class org.entityfs.util.nio.LockAwareWritableByteChannel
 
LockCollection - Class in org.entityfs.lock.cmd
The LockCollection contains a collection of locked EntityLock :s.
LockCollection() - Constructor for class org.entityfs.lock.cmd.LockCollection
 
LockCommand - Interface in org.entityfs.lock.cmd
This is a marker interface for a lock command, such as "lock this entity's parent directory".
LockCommandExecutor - Interface in org.entityfs.lock.cmd
The LockCommandExecutor's LockCommandExecutor.execute(Collection) method takes a collection of lock commands and executes them in an order that it decides to be appropriate.
LockCommandExecutorImpl - Class in org.entityfs.lock.cmd
This is the default implementation of the LockCommandExecutor interface.
LockCommandExecutorImpl() - Constructor for class org.entityfs.lock.cmd.LockCommandExecutorImpl
 
LockCommandUtil - Class in org.entityfs.util.lock.cmd
Utility class with static methods for acquiring locks.
LockedEntityFilter - Class in org.entityfs.util.filter.entity
A filter that matches entities that are locked (either read or write locked) by the current thread.
LockedEntityFilter() - Constructor for class org.entityfs.util.filter.entity.LockedEntityFilter
 
lockEntrySet() - Method in class org.entityfs.lock.cmd.LockCollection
Get a set containing all entries in the lock collection.
lockForAccessControllingMethod(LockCommand[], Entity...) - Static method in class org.entityfs.util.lock.cmd.LockCommandUtil
Execute the supplied lock commands and lock all necessary locks for performing access controls on the supplied entities.
lockForAccessControllingMethod(LockCommand, Entity...) - Static method in class org.entityfs.util.lock.cmd.LockCommandUtil
Execute the supplied lock command and lock all necessary locks for performing access controls on the supplied entities.
lockForAccessControllingMethod(Collection<? extends LockCommand>, Entity...) - Static method in class org.entityfs.util.lock.cmd.LockCommandUtil
Execute the supplied lock commands and lock all necessary locks for performing access controls on the supplied entities.
lockForReading() - Method in class org.at4j.archive.AbstractArchiveEntry
Since archive objects are read only, this method only returns a dummy lock.
lockForReading() - Method in class org.at4j.comp.bzip2.BZip2ReadableFile
 
lockForReading() - Method in class org.at4j.comp.lzma.LzmaReadableFile
 
lockForReading() - Method in class org.entityfs.lock.AbstractLockable
 
lockForReading() - Method in class org.entityfs.lock.AbstractReadWriteLockableProxy
 
lockForReading() - Method in interface org.entityfs.lock.ReadLockable
Lock object for reading and return the lock.
lockForReading() - Method in class org.entityfs.util.AggregatingEntityRepository
 
lockForReading() - Method in class org.entityfs.util.base.AbstractReadableFile
This method returns a NoObjectDummyLock.
lockForReading() - Method in class org.entityfs.util.base.AbstractReadWritableFile
This returns a dummy lock.
lockForReading() - Method in class org.entityfs.util.ClasspathNamedReadableFile
This method returns a dummy lock.
lockForReading() - Method in class org.entityfs.util.CompoundEntityHolder
 
lockForReading() - Method in class org.entityfs.util.io.GZipReadableFile
 
lockForReading() - Method in class org.entityfs.util.NamedReadableFileAdapter
 
lockForReading() - Method in class org.schmant.arg.GZipReadableFileProxy
 
lockForReading() - Method in class org.schmant.task.at4j.bzip2.BZip2ReadableFileProxy
 
lockForReading() - Method in class org.schmant.task.at4j.lzma.LzmaReadableFileProxy
 
LockForReadingCommand - Class in org.entityfs.lock.cmd
LockCommand that says "lock this entity for reading".
LockForReadingCommand(ReadWriteLockable) - Constructor for class org.entityfs.lock.cmd.LockForReadingCommand
 
lockForWriting() - Method in class org.at4j.comp.bzip2.BZip2WritableFile
 
lockForWriting() - Method in class org.at4j.comp.lzma.LzmaWritableFile
 
lockForWriting() - Method in class org.at4j.tar.TarFileEntry
This method returns a dummy lock.
lockForWriting() - Method in class org.at4j.zip.ZipFileEntry
This method returns a dummy lock.
lockForWriting() - Method in class org.entityfs.lock.AbstractLockable
 
lockForWriting() - Method in class org.entityfs.lock.AbstractReadWriteLockableProxy
 
lockForWriting() - Method in interface org.entityfs.lock.WriteLockable
Lock the object for writing and return the lock.
lockForWriting() - Method in class org.entityfs.util.base.AbstractReadWritableFile
This returns a dummy lock.
lockForWriting() - Method in class org.entityfs.util.base.AbstractWritableFile
This method returns a NoObjectDummyLock.
lockForWriting() - Method in class org.entityfs.util.ByteArrayReadableFile
Returns a dummy lock.
lockForWriting() - Method in class org.entityfs.util.io.GZipWritableFile
 
lockForWriting() - Method in class org.schmant.arg.AbstractGZipWritableFileProxy
 
lockForWriting() - Method in class org.schmant.arg.AbstractMultiplexingWritableFileProxy
 
lockForWriting() - Method in class org.schmant.task.at4j.bzip2.AbstractBZip2WritableFileProxy
 
lockForWriting() - Method in class org.schmant.task.at4j.lzma.AbstractLzmaWritableFileProxy
 
LockForWritingCommand - Class in org.entityfs.lock.cmd
LockCommand that says "lock this entity for writing".
LockForWritingCommand(ReadWriteLockable) - Constructor for class org.entityfs.lock.cmd.LockForWritingCommand
 
lockHierarchies(Pair<? extends List<? extends EntityView>>, Collection<? extends EntityView>) - Static method in class org.entityfs.util.Entities
Lock the two hierarchies sharing a root element top-down.
LockingDepthFirstIterator<T extends EntityView> - Interface in org.entityfs.util.itr
This interface defines a locking depth first iterator.
LockingDepthLastIterator<T extends EntityView> - Interface in org.entityfs.util.itr
This interface defines a locking depth-last iterator.
LockingIterator<T extends EntityView> - Interface in org.entityfs.util.itr
This interface defines a locking iterator, i.e.
lockInterruptibly() - Method in class org.entityfs.lock.CompoundEntityLock
 
lockInterruptibly() - Method in class org.entityfs.lock.NoObjectDummyLock
 
lockInterruptibly() - Method in class org.entityfs.support.util.concurrent.locks.OwnerAwareReadLock
 
lockParentForReading(EntityView) - Static method in class org.entityfs.lock.EntityLocks
Lock the entity's parent for reading and return the lock object.
LockParentForReadingCommand - Class in org.entityfs.lock.cmd
LockCommand that says "lock this entity's parent directory for reading".
LockParentForReadingCommand(EntityView) - Constructor for class org.entityfs.lock.cmd.LockParentForReadingCommand
 
lockParentForWriting(EntityView) - Static method in class org.entityfs.lock.EntityLocks
Lock the entity's parent for writing and return the lock object.
LockParentForWritingCommand - Class in org.entityfs.lock.cmd
LockCommand that says "lock this entity's parent for writing".
LockParentForWritingCommand(EntityView) - Constructor for class org.entityfs.lock.cmd.LockParentForWritingCommand
 
LockRequiredException - Exception in org.entityfs.lock
Abstract base class for locking exceptions.
LockRequiredException(String) - Constructor for exception org.entityfs.lock.LockRequiredException
 
LockTimeoutException - Exception in org.entityfs.exception
This exception is thrown when the operation trying to acquire a lock timed out.
LockTimeoutException(String) - Constructor for exception org.entityfs.exception.LockTimeoutException
 
LockTimeoutException(String, List<StackTraceElement[]>) - Constructor for exception org.entityfs.exception.LockTimeoutException
 
log(Object, Level) - Method in class org.schmant.report.AbstractPrintingReport
 
log(Object, Throwable, Level) - Method in class org.schmant.report.AbstractPrintingReport
 
log(Object, Level) - Method in class org.schmant.report.AsynchronousReport
 
log(Object, Throwable, Level) - Method in class org.schmant.report.AsynchronousReport
 
log(Object, Level) - Method in class org.schmant.report.MultiplexingReport
 
log(Object, Throwable, Level) - Method in class org.schmant.report.MultiplexingReport
 
log(Object, Level) - Method in interface org.schmant.report.Report
Log a message to the supplied level.
log(Object, Throwable, Level) - Method in interface org.schmant.report.Report
Log a message and an exception to the supplied level.
LogAdapter - Interface in org.entityfs.support.log
This is an interface for an adapter to a log system.
LogAdapterHolder - Class in org.entityfs.support.log
A LogAdapterHolder instance is used by a FileSystem to hold a reference to the current LogAdapter.
LogAdapterHolder() - Constructor for class org.entityfs.support.log.LogAdapterHolder
Default constructor.
LogAdapterHolder(LogAdapter) - Constructor for class org.entityfs.support.log.LogAdapterHolder
Create the object and set a LogAdapter.
logDebug(Object) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
logDebug(Throwable) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
logDebug(Object, Throwable) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
logDebug(Object) - Method in interface org.entityfs.support.log.LogAdapter
Log the result of o.toString() with the level DEBUG.
logDebug(Throwable) - Method in interface org.entityfs.support.log.LogAdapter
Log the exception's message and stack trace with the level DEBUG.
logDebug(Object, Throwable) - Method in interface org.entityfs.support.log.LogAdapter
Log the result of o.toString() and the exception's stack trace to the level DEBUG.
logDebug(Object) - Method in class org.entityfs.support.log.LogAdapterHolder
 
logDebug(Throwable) - Method in class org.entityfs.support.log.LogAdapterHolder
 
logDebug(Object, Throwable) - Method in class org.entityfs.support.log.LogAdapterHolder
 
logDebug(Object) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
logDebug(Throwable) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
logDebug(Object, Throwable) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
logDebug(Object) - Method in class org.schmant.report.ReportLogAdapter
 
logDebug(Throwable) - Method in class org.schmant.report.ReportLogAdapter
 
logDebug(Object, Throwable) - Method in class org.schmant.report.ReportLogAdapter
 
logDebug(Object) - Method in class org.schmant.report.SchmantReportLogAdapter
 
logDebug(Throwable) - Method in class org.schmant.report.SchmantReportLogAdapter
 
logDebug(Object, Throwable) - Method in class org.schmant.report.SchmantReportLogAdapter
 
logError(Object) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
logError(Throwable) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
logError(Object, Throwable) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
logError(Object) - Method in interface org.entityfs.support.log.LogAdapter
Log the result of o.toString() with the level ERROR.
logError(Throwable) - Method in interface org.entityfs.support.log.LogAdapter
Log the exception's message and stack trace with the level ERROR.
logError(Object, Throwable) - Method in interface org.entityfs.support.log.LogAdapter
Log the result of o.toString() and the exception's stack trace to the level ERROR.
logError(Object) - Method in class org.entityfs.support.log.LogAdapterHolder
 
logError(Throwable) - Method in class org.entityfs.support.log.LogAdapterHolder
 
logError(Object, Throwable) - Method in class org.entityfs.support.log.LogAdapterHolder
 
logError(Object) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
logError(Throwable) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
logError(Object, Throwable) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
logError(Object) - Method in class org.schmant.report.ReportLogAdapter
 
logError(Throwable) - Method in class org.schmant.report.ReportLogAdapter
 
logError(Object, Throwable) - Method in class org.schmant.report.ReportLogAdapter
 
logError(Object) - Method in class org.schmant.report.SchmantReportLogAdapter
 
logError(Throwable) - Method in class org.schmant.report.SchmantReportLogAdapter
 
logError(Object, Throwable) - Method in class org.schmant.report.SchmantReportLogAdapter
 
logFiner(Object) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
logFiner(Throwable) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
logFiner(Object, Throwable) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
logFiner(Object) - Method in interface org.entityfs.support.log.LogAdapter
Log the result of o.toString() with the level FINER.
logFiner(Throwable) - Method in interface org.entityfs.support.log.LogAdapter
Log the exception's message and stack trace with the level FINER.
logFiner(Object, Throwable) - Method in interface org.entityfs.support.log.LogAdapter
Log the result of o.toString() and the exception's stack trace to the level FINER.
logFiner(Object) - Method in class org.entityfs.support.log.LogAdapterHolder
 
logFiner(Throwable) - Method in class org.entityfs.support.log.LogAdapterHolder
 
logFiner(Object, Throwable) - Method in class org.entityfs.support.log.LogAdapterHolder
 
logFiner(Object) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
logFiner(Throwable) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
logFiner(Object, Throwable) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
logFiner(Object) - Method in class org.schmant.report.ReportLogAdapter
 
logFiner(Throwable) - Method in class org.schmant.report.ReportLogAdapter
 
logFiner(Object, Throwable) - Method in class org.schmant.report.ReportLogAdapter
 
logFiner(Object) - Method in class org.schmant.report.SchmantReportLogAdapter
 
logFiner(Throwable) - Method in class org.schmant.report.SchmantReportLogAdapter
 
logFiner(Object, Throwable) - Method in class org.schmant.report.SchmantReportLogAdapter
 
LoggingConfigurable<T extends LoggingConfigurable<T>> - Interface in org.schmant.task.confable
This interface defines something that can be configured with a log header and log footer to log before and after a Task is run.
LoggingEntityResolverProxy - Class in org.schmant.support.xml
This is a proxy for an EntityResolver that debug logs all resolver requests.
LoggingEntityResolverProxy(EntityResolver) - Constructor for class org.schmant.support.xml.LoggingEntityResolverProxy
 
LoggingErrorHandlingStrategy - Class in org.entityfs.error
This implementation of ErrorHandlingStrategy logs the exceptions and may also rethrow them.
LoggingErrorHandlingStrategy() - Constructor for class org.entityfs.error.LoggingErrorHandlingStrategy
Default constructor.
LoggingErrorHandlingStrategy(boolean, boolean, boolean) - Constructor for class org.entityfs.error.LoggingErrorHandlingStrategy
Constructor.
LoggingProcessOutputStrategy - Class in org.schmant.support.io
This is a ProcessOutputStrategy that logs the output of the monitored process to the current log Report with a configurable log level.
LoggingProcessOutputStrategy(Level) - Constructor for class org.schmant.support.io.LoggingProcessOutputStrategy
Create a logging process output strategy that will log output to the supplied Level.
LoggingProcessOutputStrategy(Level, long) - Constructor for class org.schmant.support.io.LoggingProcessOutputStrategy
Create a logging process output strategy that will log output to the supplied Level.
LoggingUriResolverProxy - Class in org.schmant.support.xml
This is a proxy for an URIResolver that debug logs all resolving requests.
LoggingUriResolverProxy(URIResolver) - Constructor for class org.schmant.support.xml.LoggingUriResolverProxy
 
logInfo(Object) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
logInfo(Throwable) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
logInfo(Object, Throwable) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
logInfo(Object) - Method in interface org.entityfs.support.log.LogAdapter
Log the result of o.toString() with the level INFO.
logInfo(Throwable) - Method in interface org.entityfs.support.log.LogAdapter
Log the exception's message and stack trace with the level INFO.
logInfo(Object, Throwable) - Method in interface org.entityfs.support.log.LogAdapter
Log the result of o.toString() and the exception's stack trace to the level INFO.
logInfo(Object) - Method in class org.entityfs.support.log.LogAdapterHolder
 
logInfo(Throwable) - Method in class org.entityfs.support.log.LogAdapterHolder
 
logInfo(Object, Throwable) - Method in class org.entityfs.support.log.LogAdapterHolder
 
logInfo(Object) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
logInfo(Throwable) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
logInfo(Object, Throwable) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
logInfo(Object) - Method in class org.schmant.report.ReportLogAdapter
 
logInfo(Throwable) - Method in class org.schmant.report.ReportLogAdapter
 
logInfo(Object, Throwable) - Method in class org.schmant.report.ReportLogAdapter
 
logInfo(Object) - Method in class org.schmant.report.SchmantReportLogAdapter
 
logInfo(Throwable) - Method in class org.schmant.report.SchmantReportLogAdapter
 
logInfo(Object, Throwable) - Method in class org.schmant.report.SchmantReportLogAdapter
 
logLockStack(LockTimeoutException) - Method in class org.entityfs.lock.AbstractLockable
 
logSevere(Object) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
logSevere(Throwable) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
logSevere(Object, Throwable) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
logSevere(Object) - Method in interface org.entityfs.support.log.LogAdapter
Log the result of o.toString() with the level SEVERE.
logSevere(Throwable) - Method in interface org.entityfs.support.log.LogAdapter
Log the exception's message and stack trace with the level SEVERE .
logSevere(Object, Throwable) - Method in interface org.entityfs.support.log.LogAdapter
Log the result of o.toString() and the exception's stack trace to the level SEVERE.
logSevere(Object) - Method in class org.entityfs.support.log.LogAdapterHolder
 
logSevere(Throwable) - Method in class org.entityfs.support.log.LogAdapterHolder
 
logSevere(Object, Throwable) - Method in class org.entityfs.support.log.LogAdapterHolder
 
logSevere(Object) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
logSevere(Throwable) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
logSevere(Object, Throwable) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
logSevere(Object) - Method in class org.schmant.report.ReportLogAdapter
 
logSevere(Throwable) - Method in class org.schmant.report.ReportLogAdapter
 
logSevere(Object, Throwable) - Method in class org.schmant.report.ReportLogAdapter
 
logSevere(Object) - Method in class org.schmant.report.SchmantReportLogAdapter
 
logSevere(Throwable) - Method in class org.schmant.report.SchmantReportLogAdapter
 
logSevere(Object, Throwable) - Method in class org.schmant.report.SchmantReportLogAdapter
 
logTrace(Object) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
logTrace(Throwable) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
logTrace(Object, Throwable) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
logTrace(Object) - Method in interface org.entityfs.support.log.LogAdapter
Log the result of o.toString() with the level TRACE.
logTrace(Throwable) - Method in interface org.entityfs.support.log.LogAdapter
Log the exception's message and stack trace with the level TRACE.
logTrace(Object, Throwable) - Method in interface org.entityfs.support.log.LogAdapter
Log the result of o.toString() and the exception's stack trace to the level TRACE.
logTrace(Object) - Method in class org.entityfs.support.log.LogAdapterHolder
 
logTrace(Throwable) - Method in class org.entityfs.support.log.LogAdapterHolder
 
logTrace(Object, Throwable) - Method in class org.entityfs.support.log.LogAdapterHolder
 
logTrace(Object) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
logTrace(Throwable) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
logTrace(Object, Throwable) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
logTrace(Object) - Method in class org.schmant.report.ReportLogAdapter
 
logTrace(Throwable) - Method in class org.schmant.report.ReportLogAdapter
 
logTrace(Object, Throwable) - Method in class org.schmant.report.ReportLogAdapter
 
logTrace(Object) - Method in class org.schmant.report.SchmantReportLogAdapter
 
logTrace(Throwable) - Method in class org.schmant.report.SchmantReportLogAdapter
 
logTrace(Object, Throwable) - Method in class org.schmant.report.SchmantReportLogAdapter
 
logWarning(Object) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
logWarning(Throwable) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
logWarning(Object, Throwable) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
logWarning(Object) - Method in interface org.entityfs.support.log.LogAdapter
Log the result of o.toString() with the level WARNING.
logWarning(Throwable) - Method in interface org.entityfs.support.log.LogAdapter
Log the exception's message and stack trace with the level WARNING.
logWarning(Object, Throwable) - Method in interface org.entityfs.support.log.LogAdapter
Log the result of o.toString() and the exception's stack trace to the level WARNING.
logWarning(Object) - Method in class org.entityfs.support.log.LogAdapterHolder
 
logWarning(Throwable) - Method in class org.entityfs.support.log.LogAdapterHolder
 
logWarning(Object, Throwable) - Method in class org.entityfs.support.log.LogAdapterHolder
 
logWarning(Object) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
logWarning(Throwable) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
logWarning(Object, Throwable) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
logWarning(Object) - Method in class org.schmant.report.ReportLogAdapter
 
logWarning(Throwable) - Method in class org.schmant.report.ReportLogAdapter
 
logWarning(Object, Throwable) - Method in class org.schmant.report.ReportLogAdapter
 
logWarning(Object) - Method in class org.schmant.report.SchmantReportLogAdapter
 
logWarning(Throwable) - Method in class org.schmant.report.SchmantReportLogAdapter
 
logWarning(Object, Throwable) - Method in class org.schmant.report.SchmantReportLogAdapter
 
longValue() - Method in class org.at4j.support.lang.SignedLong
Get the signed long value.
longValue() - Method in class org.at4j.support.lang.UnsignedInteger
Get the unsigned integer value represented as a long.
longValue() - Method in class org.at4j.support.lang.UnsignedLong
Return the value as a signed long.
LSResourceResolverDecorator<T extends LSResourceResolverDecorator<T>> - Interface in org.schmant.task.template.xml
A task decorator for XML schema tasks that can be used to set a LSResourceResolver.
Lzma - Class in org.at4j.comp.lzma.prog
This runnable class emulates the lzma command.
Lzma() - Constructor for class org.at4j.comp.lzma.prog.Lzma
 
LzmaCompressionMethod - Class in org.at4j.zip.comp
This is the LZMA compression method.
LzmaCompressionMethod(LzmaOutputStreamSettings) - Constructor for class org.at4j.zip.comp.LzmaCompressionMethod
Create a new LZMA compression method object with settings for creating compression output streams.
LzmaExistingWritableFileProxy - Class in org.schmant.task.at4j.lzma
This proxy LZMA encodes data written to another, already existing WritableFile.
LzmaExistingWritableFileProxy(Object) - Constructor for class org.schmant.task.at4j.lzma.LzmaExistingWritableFileProxy
Create a new LZMA writable file proxy for the proxied object.
LzmaExistingWritableFileProxy(Object, LzmaOutputStreamSettings) - Constructor for class org.schmant.task.at4j.lzma.LzmaExistingWritableFileProxy
Create a new LZMA writable file proxy for the proxied object.
LzmaInputStream - Class in org.at4j.comp.lzma
This class provides an InputStream for decoding data using the Lempel-Ziv-Markov chain algorithm.
LzmaInputStream(InputStream) - Constructor for class org.at4j.comp.lzma.LzmaInputStream
Create a LZMA decoding stream using the default settings.
LzmaInputStream(InputStream, LzmaInputStreamSettings) - Constructor for class org.at4j.comp.lzma.LzmaInputStream
Create a LZMA decoding stream using custom settings.
LzmaInputStreamSettings - Class in org.at4j.comp.lzma
This object contains configuration that decides how a LzmaInputStream behaves.
LzmaInputStreamSettings() - Constructor for class org.at4j.comp.lzma.LzmaInputStreamSettings
 
LzmaNewWritableFileProxy - Class in org.schmant.task.at4j.lzma
This proxy LZMA encodes data written to another WritableFile.
LzmaNewWritableFileProxy(Object, OverwriteStrategy) - Constructor for class org.schmant.task.at4j.lzma.LzmaNewWritableFileProxy
Create a new LZMA writable file proxy for the proxied object.
LzmaNewWritableFileProxy(Object, OverwriteStrategy, LzmaOutputStreamSettings) - Constructor for class org.schmant.task.at4j.lzma.LzmaNewWritableFileProxy
Create a new LZMA writable file proxy for the proxied object.
LzmaOutputStream - Class in org.at4j.comp.lzma
This class provides an OutputStream for encoding data using the Lempel-Ziv-Markov chain algorithm.
LzmaOutputStream(OutputStream) - Constructor for class org.at4j.comp.lzma.LzmaOutputStream
Create a new LZMA compressing output stream using default compression settings.
LzmaOutputStream(OutputStream, LzmaOutputStreamSettings) - Constructor for class org.at4j.comp.lzma.LzmaOutputStream
Create a new LZMA compressing output stream using custom compression settings.
LzmaOutputStream(OutputStream, LzmaOutputStreamSettings, long) - Constructor for class org.at4j.comp.lzma.LzmaOutputStream
Create a new LZMA compressing output stream using custom compression settings that compresses data of a known size.
LzmaOutputStreamSettings - Class in org.at4j.comp.lzma
This configuration object contains settings for the LzmaOutputStream.
LzmaOutputStreamSettings() - Constructor for class org.at4j.comp.lzma.LzmaOutputStreamSettings
 
LzmaReadableFile - Class in org.at4j.comp.lzma
This is a ReadableFile that transparently decompresses the contents of a wrapped file using LZMA compression.
LzmaReadableFile(ReadableFile) - Constructor for class org.at4j.comp.lzma.LzmaReadableFile
Create a new adapter.
LzmaReadableFile(ReadableFile, int) - Constructor for class org.at4j.comp.lzma.LzmaReadableFile
Create a new adapter.
LzmaReadableFileProxy - Class in org.schmant.task.at4j.lzma
This proxy LZMA decodes data read from another WritableFile.
LzmaReadableFileProxy(Object) - Constructor for class org.schmant.task.at4j.lzma.LzmaReadableFileProxy
Create a new LZMA readable file proxy using the default LZMA decompression settings·
LzmaReadableFileProxy(Object, LzmaInputStreamSettings) - Constructor for class org.schmant.task.at4j.lzma.LzmaReadableFileProxy
Create a new LZMA readable file proxy.
LzmaTask - Class in org.schmant.task.at4j.lzma
See LzmaTF
LzmaTF - Class in org.schmant.task.at4j.lzma
This task factory creates LzmaTask:s.
LzmaTF() - Constructor for class org.schmant.task.at4j.lzma.LzmaTF
 
LzmaWritableFile - Class in org.at4j.comp.lzma
This is a WritableFile that transparently compresses the data written to a file using LZMA compression.
LzmaWritableFile(WritableFile) - Constructor for class org.at4j.comp.lzma.LzmaWritableFile
Create a new adapter using the default LZMA compression settings.
LzmaWritableFile(WritableFile, LzmaOutputStreamSettings) - Constructor for class org.at4j.comp.lzma.LzmaWritableFile
Create a new adapter using the supplied LZMA settings

M

m_logAdapterHolder - Variable in class org.entityfs.util.obs.polling.TimerTicker
 
m_name - Variable in class org.schmant.support.FutureProperty
 
m_object - Variable in class org.schmant.support.FutureProperty
 
main(String[]) - Static method in class org.at4j.comp.bzip2.prog.BUnzip2
 
main(String[]) - Static method in class org.at4j.comp.bzip2.prog.BZip2
 
main(String[]) - Static method in class org.at4j.comp.lzma.prog.Lzma
 
main(String[]) - Static method in class org.at4j.comp.lzma.prog.UnLzma
 
main(String[]) - Static method in class org.at4j.tar.prog.Tar
 
main(String[]) - Static method in class org.at4j.tar.TarExtractor
 
main(String[]) - Static method in class org.at4j.tar.TarFile
 
main(String[]) - Static method in class org.at4j.zip.prog.Unzip
 
main(String[]) - Static method in class org.at4j.zip.prog.Zip
 
main(String[]) - Static method in class org.schmant.Launcher
Run a Schmant script.
main(String[]) - Static method in class org.schmant.task.junit4.launcher.JUnit4Launcher
 
makeFileBacked(EFile) - Static method in class org.schmant.support.entityfs.SchmantFileSystems
Make the supplied file entity File-backed.
makeFileBacked(EFile) - Method in class org.schmant.tpm.TaskPackage
Make the file support the FCFileBacked capability.
makeRandomlyAccessible(EFile) - Static method in class org.schmant.support.entityfs.SchmantFileSystems
Make sure that the file is randomly accessible (supports the FCRandomAccess capability).
makeRandomlyAccessible(EFile) - Method in class org.schmant.tpm.TaskPackage
Make the file support the FCRandomAccess capability.
ManualEntityListable - Class in org.entityfs.util
This is an EntityListable consisting of manually added entity views.
ManualEntityListable() - Constructor for class org.entityfs.util.ManualEntityListable
This creates a ManualEntityRepository that does not do any locking.
ManualEntityListable(FileSystem) - Constructor for class org.entityfs.util.ManualEntityListable
This creates a ManualEntityRepository that uses the same locking settings as the provided file system.
ManualEntityListable(EntityLockAdapterFactory, LockAcquiringStrategy) - Constructor for class org.entityfs.util.ManualEntityListable
Create a ManualEntityRepository.
ManualJarEntryInfo - Class in org.entityfs.util.jar
This is an extension of ManualZipEntryInfo that creates JarEntry objects instead of ZipEntry objects.
ManualJarEntryInfo(String, long) - Constructor for class org.entityfs.util.jar.ManualJarEntryInfo
Constructor.
ManualJarFileEntryInfo - Class in org.entityfs.util.jar
This is an extension of ManualZipFileEntryInfo that creates JarEntry objects instead of ZipEntry objects.
ManualJarFileEntryInfo(String, long, ReadableFile) - Constructor for class org.entityfs.util.jar.ManualJarFileEntryInfo
Constructor.
ManualNamedReadableFile - Class in org.entityfs.util
This is a read only non-entity implementation of NamedReadableFile.
ManualNamedReadableFile(String, byte[]) - Constructor for class org.entityfs.util.ManualNamedReadableFile
Create a manual named readable file.
ManualNamedReadableFile(String, CharSequence) - Constructor for class org.entityfs.util.ManualNamedReadableFile
Create a manual named readable file.
ManualTaskDependency - Class in org.schmant.run
This is a task dependency that is handled manually.
ManualTaskDependency() - Constructor for class org.schmant.run.ManualTaskDependency
 
ManualZipEntryInfo - Class in org.entityfs.util.zip
This ZipEntryInfo implementation uses manually set properties to create ZipEntry objects.
ManualZipEntryInfo(String, long) - Constructor for class org.entityfs.util.zip.ManualZipEntryInfo
Constructor.
ManualZipFileEntryInfo - Class in org.entityfs.util.zip
This is an implementation of ZipFileEntryInfo that uses manually entered properties.
ManualZipFileEntryInfo(String, long, ReadableFile) - Constructor for class org.entityfs.util.zip.ManualZipFileEntryInfo
Constructor.
mark(int) - Method in class org.entityfs.support.io.ChecksumInputStream
This method does nothing.
mark(int) - Method in class org.entityfs.support.io.CountingInputStream
This method does nothing.
mark(int) - Method in class org.entityfs.support.io.InputStreamProxy
 
mark(int) - Method in class org.entityfs.util.io.DataSourceToInputStreamAdapter
This method does nothing.
mark(int) - Method in class org.entityfs.util.io.RandomAccessInputStreamAdapter
Deprecated. This method does nothing.
mark(int) - Method in class org.entityfs.util.io.RandomAccessToInputStreamAdapter
This method does nothing.
markSupported() - Method in class org.entityfs.support.io.ChecksumInputStream
 
markSupported() - Method in class org.entityfs.support.io.CountingInputStream
 
markSupported() - Method in class org.entityfs.support.io.InputStreamProxy
 
markSupported() - Method in class org.entityfs.util.io.DataSourceToInputStreamAdapter
 
markSupported() - Method in class org.entityfs.util.io.RandomAccessInputStreamAdapter
Deprecated.  
markSupported() - Method in class org.entityfs.util.io.RandomAccessToInputStreamAdapter
 
matcher(CharSequence) - Method in class org.entityfs.support.util.regexp.Glob
Get a Matcher for matching text in the supplied input.
matches(EntryToArchive) - Method in class org.at4j.archive.builder.DirectoryETAF
 
matches(EntryToArchive) - Method in class org.at4j.archive.builder.EntityTypeETAF
 
matches(EntryToArchive) - Method in class org.at4j.archive.builder.FileETAF
 
matches(EntryToArchive) - Method in class org.at4j.archive.builder.NameETAF
 
matches(EntryToArchive) - Method in class org.at4j.archive.builder.NameGlobETAF
 
matches(ArchiveEntry<?, ?>) - Method in class org.at4j.archive.DirectoryAEF
 
matches(ArchiveEntry<?, ?>) - Method in class org.at4j.archive.FileAEF
 
matches(ArchiveEntry<?, ?>) - Method in class org.at4j.archive.NameGlobAEF
 
matches(TarEntryHeaderData) - Method in class org.at4j.tar.TarDirectoryEntryFilter
 
matches(TarEntryHeaderData) - Method in class org.at4j.tar.TarEntryNameFilter
 
matches(TarEntryHeaderData) - Method in class org.at4j.tar.TarEntryNameGlobFilter
 
matches(TarEntryHeaderData) - Method in class org.at4j.tar.TarFileEntryFilter
 
matches(T) - Method in class org.entityfs.support.filter.AndFilter
Does the supplied object match both of this object's filters? The object are evaluated against the filters in the order that they were added to this object.
matches(T) - Method in class org.entityfs.support.filter.FalseFilter
 
matches(T) - Method in interface org.entityfs.support.filter.Filter
Does the filter match the object?
matches(T) - Method in class org.entityfs.support.filter.FilterToConvenientFilterAdapter
 
matches(T) - Method in class org.entityfs.support.filter.NotFilter
 
matches(T) - Method in class org.entityfs.support.filter.OrFilter
Does the supplied object match any of this object's two filters? The object is evaluated against the list of filters in the order that they were added to this filter.
matches(T) - Method in class org.entityfs.support.filter.TrueFilter
 
matches(T) - Method in class org.entityfs.support.filter.XorFilter
Does the object match one and only one of this object's two filters?
matches(String, String) - Static method in class org.entityfs.support.util.regexp.Glob
Convenience method for matching a glob pattern against the supplied input.
matches(EntityAndRelativeLocation<?>) - Method in class org.entityfs.util.EntityFilterToEntityAndRelativeLocationFilterAdapter
 
matches(EntityView) - Method in class org.entityfs.util.filter.entity.DirectoryContainsFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.entity.DirectoryEmptyFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.entity.DirectoryFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.entity.EFileFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.entity.EFileNameExtensionFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.entity.EntityIdentityFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.entity.EntityLatestModificationTimeFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.entity.EntityNameFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.entity.EntityNamePrefixFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.entity.EntityRecentModificationFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.entity.EntityTypeFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.entity.FGrepFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.entity.GrepFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.entity.LockedEntityFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.entity.ParentFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.entity.ReadLockedEntityFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.entity.SuperParentAndFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.entity.SuperParentOrFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.entity.WriteLockedEntityFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.regexp.EntityLocationGlobFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.regexp.EntityLocationRegexpFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.regexp.EntityNameGlobFilter
 
matches(EntityView) - Method in class org.entityfs.util.filter.regexp.EntityNameRegexpFilter
 
matches(Project) - Method in class org.schmant.project.filter.ProjectNameFilter
 
matches(Project) - Method in class org.schmant.project.filter.ProjectNameGlobFilter
 
matches(Project) - Method in class org.schmant.project.filter.ProjectNameInCollectionFilter
 
matches(Project) - Method in class org.schmant.project.filter.ProjectNameRegexpFilter
 
matches(Project) - Method in class org.schmant.project.filter.ProjectTypeFilter
 
matches(Project) - Method in class org.schmant.project.java.JavaProjectFilter
 
MatchFinderAlgorithm - Enum in org.at4j.comp.lzma
This is an enumeration over the different match finder algorithms that are known by the LZMA encoder.
MAX_BLOCK_SIZE - Static variable in class org.at4j.comp.bzip2.BZip2OutputStreamSettings
The maximum size of an encoded data block in hundreds of kilobytes.
MAX_VALUE - Static variable in class org.at4j.support.lang.UnsignedByte
The maximum value of an unsigned byte (255).
MAX_VALUE - Static variable in class org.at4j.support.lang.UnsignedInteger
The maximum value of an unsigned integer (4294967295).
MAX_VALUE - Static variable in class org.at4j.support.lang.UnsignedLong
The maximum allowed value (18446744073709551615).
MAX_VALUE - Static variable in class org.at4j.support.lang.UnsignedShort
The maximum value of an unsigned short (65535).
MAXIMUM_COMPRESSION - Static variable in class org.at4j.zip.comp.DeflatedCompressionMethod
A singleton instance that uses the maximum compression level.
MAXIMUM_COMPRESSION_LEVEL - Static variable in class org.at4j.zip.comp.DeflatedCompressionMethod
The maximum compression level.
measureDataSize(ReadableFile) - Static method in class org.entityfs.util.Files
Get the size of the file's data in bytes by counting them.
merge(LockCollection) - Method in class org.entityfs.lock.cmd.LockCollection
Merge the contents of the supplied lock collection into this collection.
MIN_BLOCK_SIZE - Static variable in class org.at4j.comp.bzip2.BZip2OutputStreamSettings
The minimum size of an encoded data block in hundreds of kilobytes.
MIN_VALUE - Static variable in class org.at4j.support.lang.UnsignedByte
The minimum value of an unsigned byte (0).
MIN_VALUE - Static variable in class org.at4j.support.lang.UnsignedInteger
The minimum value of an unsigned integer (0).
MIN_VALUE - Static variable in class org.at4j.support.lang.UnsignedLong
The minimum allowed value (0).
MIN_VALUE - Static variable in class org.at4j.support.lang.UnsignedShort
The minimum value of an unsigned short (0).
MINIMUM_TEMP_FILE_PREFIX_LENGTH - Static variable in interface org.entityfs.Directory
The minimum length of the prefix when creating a temporary file.
MissingLockException - Exception in org.entityfs.lock.cmd
Exception thrown by LockCollection methods.
MissingLockException(LockCommand) - Constructor for exception org.entityfs.lock.cmd.MissingLockException
 
move(T, EntityAcceptingEntityView<?>) - Static method in class org.entityfs.util.Entities
Move the entity to a new directory in the same file system.
move(T, EntityLocation<?>) - Static method in class org.entityfs.util.Entities
Move the entity to the directory referenced by the entity location in the same file system.
MoveTask - Class in org.schmant.task.io
See MoveTF
MoveTF - Class in org.schmant.task.io
Factory for the MoveTask.
MoveTF() - Constructor for class org.schmant.task.io.MoveTF
 
MozillaRhinoExecutor - Class in org.schmant.app.js
This script executor runs JavaScript build scripts using Mozilla's Rhino.
MozillaRhinoExecutor() - Constructor for class org.schmant.app.js.MozillaRhinoExecutor
 
MsDosDate - Class in org.at4j.support.util
This class contains static utility methods for working with MS DOS dates.
MsDosExternalFileAttributes - Class in org.at4j.zip.extattrs
This object represents the MS DOS file attributes for a Zip entry.
MsDosExternalFileAttributes(MsDosFileAttributes...) - Constructor for class org.at4j.zip.extattrs.MsDosExternalFileAttributes
Create a new attributes object.
MsDosExternalFileAttributes(Set<MsDosFileAttributes>) - Constructor for class org.at4j.zip.extattrs.MsDosExternalFileAttributes
Create a new attributes object.
MsDosExternalFileAttributesFactory - Class in org.at4j.zip.extattrs
This factory is used to create MsDosExternalFileAttributes objects.
MsDosExternalFileAttributesFactory(MsDosExternalFileAttributes, MsDosExternalFileAttributes) - Constructor for class org.at4j.zip.extattrs.MsDosExternalFileAttributesFactory
Create a new factory.
MsDosExternalFileAttributesParser - Class in org.at4j.zip.extattrs
This parser is used to parse external file attributes of the type MsDosExternalFileAttributes.
MsDosExternalFileAttributesParser() - Constructor for class org.at4j.zip.extattrs.MsDosExternalFileAttributesParser
 
MsDosFileAttributes - Enum in org.at4j.zip.extattrs
This is an enumeration over the different MS DOS file attributes.
MsDosTime - Class in org.at4j.support.util
This class contains static utility methods for working with MS DOS times.
MultiplexingExistingWritableFileProxy - Class in org.schmant.arg
This writable file proxy writes its output to one or more other writable files.
MultiplexingExistingWritableFileProxy(Object...) - Constructor for class org.schmant.arg.MultiplexingExistingWritableFileProxy
Create a new multiplexing writable file proxy.
MultiplexingNewWritableFileProxy - Class in org.schmant.arg
This writable file proxy writes its output to one or more other writable files.
MultiplexingNewWritableFileProxy(OverwriteStrategy, Object...) - Constructor for class org.schmant.arg.MultiplexingNewWritableFileProxy
Create a new multiplexing writable file proxy.
MultiplexingOutputStream - Class in org.entityfs.support.io
This stream writes its output to one or several other streams.
MultiplexingOutputStream(OutputStream...) - Constructor for class org.entityfs.support.io.MultiplexingOutputStream
 
MultiplexingReport - Class in org.schmant.report
This is a Report that writes its output to one or more other Report:s.
MultiplexingReport(Report...) - Constructor for class org.schmant.report.MultiplexingReport
Create a new multiplexing report that will log its output to the supplied Report objects.
MultiplexingReport(Level, Report...) - Constructor for class org.schmant.report.MultiplexingReport
 

N

NAME - Static variable in class org.at4j.zip.comp.BZip2CompressionMethod
 
NAME - Static variable in class org.at4j.zip.comp.Deflate64CompressionMethod
 
NAME - Static variable in class org.at4j.zip.comp.DeflatedCompressionMethod
 
NAME - Static variable in class org.at4j.zip.comp.IbmLz77CompressionMethod
 
NAME - Static variable in class org.at4j.zip.comp.IbmTerseCompressionMethod
 
NAME - Static variable in class org.at4j.zip.comp.ImplodedCompressionMethod
 
NAME - Static variable in class org.at4j.zip.comp.LzmaCompressionMethod
 
NAME - Static variable in class org.at4j.zip.comp.PKWareImplodingCompressionMethod
 
NAME - Static variable in class org.at4j.zip.comp.PpmdCompressionMethod
 
NAME - Static variable in class org.at4j.zip.comp.Reduced1CompressionMethod
 
NAME - Static variable in class org.at4j.zip.comp.Reduced2CompressionMethod
 
NAME - Static variable in class org.at4j.zip.comp.Reduced3CompressionMethod
 
NAME - Static variable in class org.at4j.zip.comp.Reduced4CompressionMethod
 
NAME - Static variable in class org.at4j.zip.comp.ShrunkCompressionMethod
 
NAME - Static variable in class org.at4j.zip.comp.StoredCompressionMethod
 
NAME - Static variable in class org.at4j.zip.comp.WavPackCompressionMethod
 
Named - Interface in org.entityfs
This interface defines something that has a name, an entity, for instance.
NamedReadableFile - Interface in org.entityfs
This interface defines a named, readable file.
NamedReadableFileAdapter - Class in org.entityfs.util
This adapter is used to give a ReadableFile a name, making it a NamedReadableFile.
NamedReadableFileAdapter(ReadableFile, String) - Constructor for class org.entityfs.util.NamedReadableFileAdapter
 
NameETAF - Class in org.at4j.archive.builder
This filter matches entities with a specific name.
NameETAF(String) - Constructor for class org.at4j.archive.builder.NameETAF
Create a new case sensitive name filter.
NameETAF(String, boolean) - Constructor for class org.at4j.archive.builder.NameETAF
Create a new name filter.
NameGlobAEF - Class in org.at4j.archive
This is a filter that matches entry names that match a Glob pattern.
NameGlobAEF(Glob) - Constructor for class org.at4j.archive.NameGlobAEF
 
NameGlobETAF - Class in org.at4j.archive.builder
This filter matches entities with names that match a Glob pattern (such as .exe).
NameGlobETAF(String) - Constructor for class org.at4j.archive.builder.NameGlobETAF
Create a new filter.
NameGlobETAF(Glob) - Constructor for class org.at4j.archive.builder.NameGlobETAF
Create a new filter.
newCondition() - Method in class org.entityfs.lock.CompoundEntityLock
 
newCondition() - Method in class org.entityfs.lock.NoObjectDummyLock
 
newDirectory(T, String) - Static method in class org.entityfs.util.Directories
Create a new, empty directory and return a reference.
newDirectory(T, RelativeLocation) - Static method in class org.entityfs.util.Directories
Create a new, empty directory and return a reference.
newEntity(EntityType, String, Object) - Method in interface org.entityfs.DirectoryView
Create a new child entity in the directory.
NewEntityEvent - Class in org.entityfs.event
This event is sent when a new entity is created.
NewEntityEvent(EntityView) - Constructor for class org.entityfs.event.NewEntityEvent
 
newFile(DirectoryView, String) - Static method in class org.entityfs.util.Directories
Create a new, empty file.
newFile(DirectoryView, RelativeLocation) - Static method in class org.entityfs.util.Directories
Create a new, empty file in a location relative to the base directory.
NewInfoZipUnixExtraField - Class in org.at4j.zip.ef
This, the "Unix2" Zip entry extra field, contains information on the owner UID/GID of the Zip entry.
NewInfoZipUnixExtraField(UnsignedShort, UnsignedShort) - Constructor for class org.at4j.zip.ef.NewInfoZipUnixExtraField
This creates the local header version of this extra field.
NewInfoZipUnixExtraFieldFactory - Class in org.at4j.zip.ef
This is the ZipEntryExtraFieldFactory for extra fields of the type "Unix2".
NewInfoZipUnixExtraFieldFactory() - Constructor for class org.at4j.zip.ef.NewInfoZipUnixExtraFieldFactory
Create a new factory creating extra fields with the default uid and gid (1000/1000).
NewInfoZipUnixExtraFieldFactory(int, int) - Constructor for class org.at4j.zip.ef.NewInfoZipUnixExtraFieldFactory
Create a new factory creating extra fields with the supplied uid and gid.
NewInfoZipUnixExtraFieldParser - Class in org.at4j.zip.ef
This parser is used to parse extra fields of the type NewInfoZipUnixExtraField.
NewInfoZipUnixExtraFieldParser() - Constructor for class org.at4j.zip.ef.NewInfoZipUnixExtraFieldParser
 
newReport(String) - Method in class org.schmant.report.AsynchronousStdoutReportFactory
 
newReport(String) - Method in class org.schmant.report.FileReportFactory
 
newReport(String) - Method in interface org.schmant.report.ReportFactory
Create a new Report instance.
newReport() - Static method in class org.schmant.report.ReportManager
Create a new Report for the current thread using the current default ReportFactory.
newReport(String) - Static method in class org.schmant.report.ReportManager
Create a new Report for the current thread using the current default ReportFactory.
newReport(ReportFactory, String) - Static method in class org.schmant.report.ReportManager
Create a new Report for the current thread using the supplied ReportFactory.
newReport(ReportFactory) - Static method in class org.schmant.report.ReportManager
Create a new Report for the current thread using the supplied ReportFactory.
newReport(String) - Method in class org.schmant.report.StdoutReportFactory
 
newTempDirectory(T, String, String) - Static method in class org.entityfs.util.Directories
Create a new, empty, temporary directory and return a reference.
newTempFile(DirectoryView, String, String) - Static method in class org.entityfs.util.Directories
Create a new, empty, temporary file and return a reference.
newThread(Runnable) - Method in class org.schmant.run.TaskExecutorThreadFactory
 
newView(Filter<? super EntityView>) - Method in interface org.entityfs.ViewCapable
Create a new, connected view on this entity or entity view.
newViews(Collection<? extends DirectoryView>, Filter<? super EntityView>) - Static method in class org.entityfs.util.Directories
For all the directory views in the collection, create a new view with the given filter and return the new views in a collection.
NewWritableFile - Interface in org.schmant.arg
A new writable file is a writable file that is created the first time that it is written to.
next() - Method in class org.entityfs.support.util.AggregatingIterator
 
next() - Method in class org.entityfs.util.itr.AbstractIterator
 
next() - Method in class org.entityfs.util.itr.AbstractNoLockingIterator
 
next() - Method in class org.entityfs.util.itr.AbstractPessimisticLockingIterator
 
next() - Method in class org.entityfs.util.itr.AggregatingIterator
Deprecated.  
next() - Method in class org.entityfs.util.itr.FilteringIterator
 
next() - Method in class org.entityfs.util.itr.OptimisticLockingDepthLastIterator
 
next() - Method in class org.entityfs.util.zip.EntityIteratorToZipEntryInfoIteratorAdapter
 
next() - Method in class org.schmant.task.io.zip.ZipTaskZipEntryInfoIterator
 
NoLockingDepthFirstIterator - Class in org.entityfs.util.itr
This is a depth first iterator that does not lock the returned entities.
NoLockingDepthFirstIterator(EntityListable) - Constructor for class org.entityfs.util.itr.NoLockingDepthFirstIterator
Create a depth first iterator on the supplied directory.
NoLockingDepthFirstIterator(EntityListable, Filter<? super EntityView>) - Constructor for class org.entityfs.util.itr.NoLockingDepthFirstIterator
Create a depth first iterator on the supplied directory that will only return elements that pass the filter.
NoLockingDepthLastIterator - Class in org.entityfs.util.itr
This is a depth last iterator that does not lock the returned entities.
NoLockingDepthLastIterator(EntityListable) - Constructor for class org.entityfs.util.itr.NoLockingDepthLastIterator
Create a depth last iterator on the supplied directory.
NoLockingDepthLastIterator(EntityListable, Filter<? super EntityView>) - Constructor for class org.entityfs.util.itr.NoLockingDepthLastIterator
Create a depth last iterator on the supplied directory that will only return elements that pass the filter.
NONE - Static variable in enum org.schmant.task.template.jdk.javac.JavacDebugKeyword
This constant contains no debug keywords.
NoObjectDummyLock - Class in org.entityfs.lock
This is a dummy EntityLock implementation that is not connected to any particular entity.
NoObjectDummyLock() - Constructor for class org.entityfs.lock.NoObjectDummyLock
 
NORMAL_COMPRESSION - Static variable in class org.at4j.zip.comp.DeflatedCompressionMethod
A singleton instance that uses the "normal" compression level.
NORMAL_COMPRESSION_LEVEL - Static variable in class org.at4j.zip.comp.DeflatedCompressionMethod
The "normal" compression level.
NoSuchEnabledTaskPackageException - Exception in org.schmant.tpm
This exception is thrown when the client requests operations on task packages that have not been enabled yet.
NoSuchEnabledTaskPackageException(String) - Constructor for exception org.schmant.tpm.NoSuchEnabledTaskPackageException
 
NoSuchPropertyException - Exception in org.entityfs.util.properties
This exception is thrown by methods in Properties to signal that a requested property is missing.
NoSuchPropertyException(String) - Constructor for exception org.entityfs.util.properties.NoSuchPropertyException
 
not() - Method in class org.entityfs.support.filter.AbstractConvenientFilter
 
not() - Method in interface org.entityfs.support.filter.ConvenientFilter
Creates a filter that negates the result from this filter.
not() - Method in class org.entityfs.support.filter.FalseFilter
 
not() - Method in class org.entityfs.support.filter.NotFilter
 
not() - Method in class org.entityfs.support.filter.TrueFilter
 
not() - Method in class org.entityfs.util.filter.entity.DirectoryEmptyFilter
 
not() - Method in class org.entityfs.util.filter.entity.DirectoryFilter
 
not() - Method in class org.entityfs.util.filter.entity.EFileFilter
 
not() - Method in class org.entityfs.util.filter.entity.LockedEntityFilter
 
not() - Method in class org.entityfs.util.filter.entity.ReadLockedEntityFilter
 
not() - Method in class org.entityfs.util.filter.entity.WriteLockedEntityFilter
 
NOT_FILTER - Static variable in class org.entityfs.util.filter.entity.DirectoryEmptyFilter
Singleton instance for the inversed filter.
NOT_FILTER - Static variable in class org.entityfs.util.filter.entity.DirectoryFilter
Singleton instance for the inversed filter.
NOT_FILTER - Static variable in class org.entityfs.util.filter.entity.EFileFilter
Singleton instance for the inversed filter.
NOT_FILTER - Static variable in class org.entityfs.util.filter.entity.LockedEntityFilter
Singleton instance for the inversed filter.
NOT_FILTER - Static variable in class org.entityfs.util.filter.entity.ReadLockedEntityFilter
Singleton instance for the inversed filter.
NOT_FILTER - Static variable in class org.entityfs.util.filter.entity.WriteLockedEntityFilter
Singleton instance for the inversed filter.
NotAccessGranter - Class in org.entityfs.util.security
This is an AccessGranter that reverses the decisions of another AccessGranter, implementing the logical operation NOT.
NotAccessGranter(AccessGranter) - Constructor for class org.entityfs.util.security.NotAccessGranter
Create a reversing access granter.
NotAChildException - Exception in org.entityfs.util
This exception is thrown by Directories.getChildRelativeLocation(org.entityfs.DirectoryView, org.entityfs.EntityView) when it is given a parent entity that is not in the path hierarchy of the child entity.
NotAChildException(DirectoryView, EntityView) - Constructor for exception org.entityfs.util.NotAChildException
 
NotADirectoryException - Exception in org.entityfs.exception
Exception thrown when an entity is not a directory if the method throwing the exception expects a directory.
NotADirectoryException(String) - Constructor for exception org.entityfs.exception.NotADirectoryException
 
NotADirectoryException(String, Throwable) - Constructor for exception org.entityfs.exception.NotADirectoryException
 
NotAFileException - Exception in org.entityfs.exception
This exception is thrown by a method that expected a file but got another type of entity.
NotAFileException(String) - Constructor for exception org.entityfs.exception.NotAFileException
 
NotAFileException(String, Throwable) - Constructor for exception org.entityfs.exception.NotAFileException
 
NotFilter<T> - Class in org.entityfs.support.filter
This filter negates the results from another filter.
NotFilter(Filter<? super T>) - Constructor for class org.entityfs.support.filter.NotFilter
 
notifyClosed(RandomAccess) - Method in class org.at4j.archive.ArchiveEntryCollaborator
This callback method is called when a stream is closed on a file entry.
notifyClosed(RandomAccess) - Method in interface org.entityfs.RandomAccessCloseObserver
Notify the observer that the supplied RandomAccess has been closed.
NotInterpretedObject - Class in org.schmant.arg
This immutable object contains an object that the ArgumentInterpreter was not able to interpret, as well as the interpretation trace that contains information about what the ArgumentInterpreter did to try to interpret the object.
NotInterpretedObject(Object, List<String>) - Constructor for class org.schmant.arg.NotInterpretedObject
 
NtFileAttributes - Enum in org.entityfs.entityattrs.ntfs
This is an enumeration over the different NT attributes that a file can have.
NtFileAttributesConfigurable - Interface in org.entityfs.entityattrs.ntfs
This interface is implemented by objects that can be configured with NtFileAttributes.
NtfsExternalFileAttributes - Class in org.at4j.zip.extattrs
This object represents the external file attributes for NTFS files.
NtfsExternalFileAttributes(NtfsFileAttributes...) - Constructor for class org.at4j.zip.extattrs.NtfsExternalFileAttributes
Create a new NTFS external file attributes object.
NtfsExternalFileAttributes(Set<NtfsFileAttributes>) - Constructor for class org.at4j.zip.extattrs.NtfsExternalFileAttributes
Create a new NTFS external file attributes object.
NtfsExternalFileAttributesFactory - Class in org.at4j.zip.extattrs
This factory is used for creating NtfsExternalFileAttributes objects.
NtfsExternalFileAttributesFactory(NtfsExternalFileAttributes, NtfsExternalFileAttributes) - Constructor for class org.at4j.zip.extattrs.NtfsExternalFileAttributesFactory
Create a new factory.
NtfsExternalFileAttributesParser - Class in org.at4j.zip.extattrs
This parser parses attributes of the type NtfsExternalFileAttributes.
NtfsExternalFileAttributesParser() - Constructor for class org.at4j.zip.extattrs.NtfsExternalFileAttributesParser
 
NtfsExtraField - Class in org.at4j.zip.ef
This is the PKWare NTFS extra field.
NtfsExtraField(boolean, WinNtTime, WinNtTime, WinNtTime) - Constructor for class org.at4j.zip.ef.NtfsExtraField
Create a new NTFS extra field.
NtfsExtraFieldFactory - Class in org.at4j.zip.ef
This is a factory for PKWare WIN 95/Win NT extra field objects.
NtfsExtraFieldFactory() - Constructor for class org.at4j.zip.ef.NtfsExtraFieldFactory
 
NtfsExtraFieldParser - Class in org.at4j.zip.ef
This parser is used for parsing extra fields of the type NtfsExtraField.
NtfsExtraFieldParser() - Constructor for class org.at4j.zip.ef.NtfsExtraFieldParser
 
NtfsFileAttributes - Enum in org.at4j.zip.extattrs
This is an enumeration over the different NTFS file attributes.

O

ObjectFactory<T> - Interface in org.entityfs.support.lang
This is the interface of a generic object factory.
ObjectProxySupport<T> - Class in org.entityfs.support.lang
This is a support object that can be inherited by proxy objects.
ObjectProxySupport(T) - Constructor for class org.entityfs.support.lang.ObjectProxySupport
Create the object proxy.
ObjectTransformer<T> - Interface in org.schmant.lang
This interface defines an object that transforms an object into the target type T.
Observable - Interface in org.entityfs.event
This interface defines something that EntityObserver:s can listen to.
ONE - Static variable in class org.at4j.support.lang.SignedInteger
This constant represents the value 1.
ONE - Static variable in class org.at4j.support.lang.SignedLong
This constant represents the value 1.
ONE - Static variable in class org.at4j.support.lang.UnsignedByte
The value 1.
ONE - Static variable in class org.at4j.support.lang.UnsignedInteger
The value 1.
ONE - Static variable in class org.at4j.support.lang.UnsignedLong
The value one.
ONE - Static variable in class org.at4j.support.lang.UnsignedShort
The value 1.
ONE_THOUSAND - Static variable in class org.at4j.support.lang.UnsignedShort
The value 1000.
OneChildEntityEvent<T extends OneChildEntityEvent<T>> - Interface in org.entityfs.event
This interface is implemented by ChildEntitiesEvent:s that only have one child entity.
openChannelForAppend() - Method in class org.at4j.comp.bzip2.BZip2WritableFile
This method always throws an UnsupportedOperationException.
openChannelForAppend() - Method in class org.at4j.comp.lzma.LzmaWritableFile
This method always throws an UnsupportedOperationException.
openChannelForAppend() - Method in class org.entityfs.util.base.AbstractWritableFile
This method opens a byte channel on the OutputStream returned from openForAppend.
openChannelForAppend(WritableFile, EntityLock) - Static method in class org.entityfs.util.Files
Open the file for writing and return a lock-aware channel.
openChannelForAppend(WritableFile) - Static method in class org.entityfs.util.Files
Open the file for writing and return a channel.
openChannelForAppend() - Method in class org.entityfs.util.FileWritableFile
 
openChannelForAppend() - Method in class org.entityfs.util.io.GZipWritableFile
This method always throws an UnsupportedOperationException.
openChannelForAppend() - Method in class org.entityfs.util.io.ReadWritableFileAdapter
Open a channel for appending to the adapted file.
openChannelForAppend() - Method in interface org.entityfs.WritableFile
Open a WritableByteChannel for appending to the file.
openChannelForAppend() - Method in class org.schmant.arg.AbstractGZipWritableFileProxy
 
openChannelForAppend() - Method in class org.schmant.arg.AbstractMultiplexingWritableFileProxy
 
openChannelForAppend() - Method in class org.schmant.task.at4j.bzip2.AbstractBZip2WritableFileProxy
 
openChannelForAppend() - Method in class org.schmant.task.at4j.lzma.AbstractLzmaWritableFileProxy
 
openChannelForRead() - Method in class org.at4j.comp.bzip2.BZip2ReadableFile
 
openChannelForRead() - Method in class org.at4j.comp.lzma.LzmaReadableFile
 
openChannelForRead() - Method in class org.at4j.tar.TarFileEntry
Open a ScatteringByteChannel that a client can use to read file data from the Tar file entry.
openChannelForRead() - Method in class org.at4j.zip.ZipFileEntry
 
openChannelForRead() - Method in class org.entityfs.ram.RamFileAdapter
 
openChannelForRead() - Method in interface org.entityfs.ReadableFile
Open a ReadableByteChannel for reading from the file.
openChannelForRead() - Method in class org.entityfs.util.base.AbstractReadableFile
This opens a byte channel on the InputStream returned from openForRead.
openChannelForRead() - Method in class org.entityfs.util.ByteArrayReadableFile
 
openChannelForRead() - Method in class org.entityfs.util.CharSequenceReadableFile
 
openChannelForRead() - Method in class org.entityfs.util.ClasspathNamedReadableFile
 
openChannelForRead() - Method in class org.entityfs.util.FileReadableFile
This opens a byte channel on the file.
openChannelForRead(ReadableFile, EntityLock) - Static method in class org.entityfs.util.Files
Open the file for reading and return a lock-aware channel.
openChannelForRead(ReadableFile) - Static method in class org.entityfs.util.Files
Open the file for reading and return a channel.
openChannelForRead() - Method in class org.entityfs.util.io.GZipReadableFile
 
openChannelForRead() - Method in class org.entityfs.util.io.ReadWritableFileAdapter
Open a channel for reading from the adapted file.
openChannelForRead() - Method in class org.entityfs.util.ManualNamedReadableFile
 
openChannelForRead() - Method in class org.entityfs.util.NamedReadableFileAdapter
 
openChannelForRead() - Method in class org.entityfs.zip.ZipFileAdapter
 
openChannelForRead() - Method in class org.schmant.arg.GZipReadableFileProxy
 
openChannelForRead() - Method in class org.schmant.task.at4j.bzip2.BZip2ReadableFileProxy
 
openChannelForRead() - Method in class org.schmant.task.at4j.lzma.LzmaReadableFileProxy
 
openChannelForWrite() - Method in class org.at4j.comp.bzip2.BZip2WritableFile
 
openChannelForWrite() - Method in class org.at4j.comp.lzma.LzmaWritableFile
 
openChannelForWrite(boolean) - Method in class org.entityfs.ram.RamFileAdapter
 
openChannelForWrite() - Method in class org.entityfs.util.base.AbstractWritableFile
This method opens a byte channel on the OutputStream returned from openForWrite.
openChannelForWrite(WritableFile, EntityLock) - Static method in class org.entityfs.util.Files
Open the file for writing and return a lock-aware channel.
openChannelForWrite(WritableFile) - Static method in class org.entityfs.util.Files
Open the file for writing and return a channel.
openChannelForWrite() - Method in class org.entityfs.util.FileWritableFile
 
openChannelForWrite() - Method in class org.entityfs.util.io.GZipWritableFile
 
openChannelForWrite() - Method in class org.entityfs.util.io.ReadWritableFileAdapter
Open a channel for writing on the adapted file.
openChannelForWrite() - Method in interface org.entityfs.WritableFile
Open a WritableByteChannel for writing on the file.
openChannelForWrite(boolean) - Method in class org.entityfs.zip.ZipFileAdapter
 
openChannelForWrite() - Method in class org.schmant.arg.AbstractGZipWritableFileProxy
 
openChannelForWrite() - Method in class org.schmant.arg.AbstractMultiplexingWritableFileProxy
 
openChannelForWrite() - Method in class org.schmant.task.at4j.bzip2.AbstractBZip2WritableFileProxy
 
openChannelForWrite() - Method in class org.schmant.task.at4j.lzma.AbstractLzmaWritableFileProxy
 
openFileChannelForAppend(RandomAccessFileFactory) - Method in interface org.entityfs.fs.cap.entity.FCFileBacked
Open the file for writing and return a FileChannel.
openFileChannelForAppend(EFile) - Static method in class org.entityfs.util.cap.entity.FCFileBackedUtil
Open the file for appending and return a FileChannel.
openFileChannelForAppend(EFile, EntityLock) - Static method in class org.entityfs.util.cap.entity.FCFileBackedUtil
Open the file for appending and return a FileChannel.
openFileChannelForRandomAccess(RandomAccessFileFactory, RandomAccessMode) - Method in interface org.entityfs.fs.cap.entity.FCFileBacked
Open the file for random access and return a FileChannel.
openFileChannelForRandomAccess(EFile, RandomAccessMode) - Static method in class org.entityfs.util.cap.entity.FCFileBackedUtil
Open the file for random access using the random access file factory RandomAccessFileFactoryImpl and return an open FileChannel.
openFileChannelForRandomAccess(EFile, RandomAccessMode, EntityLock) - Static method in class org.entityfs.util.cap.entity.FCFileBackedUtil
Open the file for random access using the random access file factory LockAwareRandomAccessFileFactoryImpl and return an open FileChannel.
openFileChannelForRead(RandomAccessFileFactory) - Method in interface org.entityfs.fs.cap.entity.FCFileBacked
Open the file for reading and return a FileChannel.
openFileChannelForRead(EFile) - Static method in class org.entityfs.util.cap.entity.FCFileBackedUtil
Open the file for reading and return a FileChannel.
openFileChannelForRead(EFile, EntityLock) - Static method in class org.entityfs.util.cap.entity.FCFileBackedUtil
Open the file for reading and return a FileChannel.
openFileChannelForWrite(RandomAccessFileFactory) - Method in interface org.entityfs.fs.cap.entity.FCFileBacked
Open the file for writing and return a FileChannel.
openFileChannelForWrite(EFile) - Static method in class org.entityfs.util.cap.entity.FCFileBackedUtil
Open the file for writing and return a FileChannel.
openFileChannelForWrite(EFile, EntityLock) - Static method in class org.entityfs.util.cap.entity.FCFileBackedUtil
Open the file for writing and return a FileChannel.
openFileForAppend(FileOutputStreamFactory) - Method in interface org.entityfs.fs.cap.entity.FCFileBacked
Open the file for appending and return a FileOutputStream.
openFileForAppend(EFile) - Static method in class org.entityfs.util.cap.entity.FCFileBackedUtil
Open the file for appending and return a FileOutputStream.
openFileForAppend(EFile, EntityLock) - Static method in class org.entityfs.util.cap.entity.FCFileBackedUtil
Open the file for appending and return a FileOutputStream.
openFileForRandomAccess(RandomAccessFileFactory, RandomAccessMode) - Method in interface org.entityfs.fs.cap.entity.FCFileBacked
Open the file for random access.
openFileForRandomAccess(EFile, RandomAccessMode) - Static method in class org.entityfs.util.cap.entity.FCFileBackedUtil
Open the file for random access using the random access file factory RandomAccessFileFactoryImpl.
openFileForRandomAccess(EFile, RandomAccessMode, EntityLock) - Static method in class org.entityfs.util.cap.entity.FCFileBackedUtil
Open the file for random access using the random access file factory LockAwareRandomAccessFileFactoryImpl.
openFileForRead(FileInputStreamFactory) - Method in interface org.entityfs.fs.cap.entity.FCFileBacked
Open the file for reading and return a FileInputStream.
openFileForRead(EFile) - Static method in class org.entityfs.util.cap.entity.FCFileBackedUtil
Open the file for reading and return a FileInputStream.
openFileForRead(EFile, EntityLock) - Static method in class org.entityfs.util.cap.entity.FCFileBackedUtil
Open the file for reading and return a FileInputStream.
openFileForWrite(FileOutputStreamFactory) - Method in interface org.entityfs.fs.cap.entity.FCFileBacked
Open the file for writing and return a FileOutputStream.
openFileForWrite(EFile) - Static method in class org.entityfs.util.cap.entity.FCFileBackedUtil
Open the file for writing and return a FileOutputStream.
openFileForWrite(EFile, EntityLock) - Static method in class org.entityfs.util.cap.entity.FCFileBackedUtil
Open the file for writing and return a FileOutputStream.
openForAppend() - Method in class org.at4j.comp.bzip2.BZip2WritableFile
This method always throws an UnsupportedOperationException.
openForAppend() - Method in class org.at4j.comp.lzma.LzmaWritableFile
This method always throws an UnsupportedOperationException.
openForAppend() - Method in class org.entityfs.util.ByteArrayWritableFile
 
openForAppend(WritableFile, EntityLock) - Static method in class org.entityfs.util.Files
Open the file for writing and return a lock-aware output stream.
openForAppend(WritableFile) - Static method in class org.entityfs.util.Files
Open the file for writing and return an output stream.
openForAppend() - Method in class org.entityfs.util.FileWritableFile
 
openForAppend() - Method in class org.entityfs.util.io.GZipWritableFile
This method always throws an UnsupportedOperationException.
openForAppend() - Method in class org.entityfs.util.io.ReadWritableFileAdapter
Open a stream for appending to the adapted file.
openForAppend() - Method in interface org.entityfs.WritableFile
Open the file for appending.
openForAppend() - Method in class org.schmant.arg.AbstractGZipWritableFileProxy
 
openForAppend() - Method in class org.schmant.arg.AbstractMultiplexingWritableFileProxy
 
openForAppend() - Method in class org.schmant.task.at4j.bzip2.AbstractBZip2WritableFileProxy
 
openForAppend() - Method in class org.schmant.task.at4j.lzma.AbstractLzmaWritableFileProxy
 
openForRandomAccess(RandomAccessMode) - Method in class org.at4j.tar.TarFileEntry
 
openForRandomAccess(RandomAccessMode) - Method in class org.at4j.zip.ZipFileEntry
 
openForRandomAccess(RandomAccessMode) - Method in class org.entityfs.ram.RamFileAdapter
 
openForRandomAccess(RandomAccessMode) - Method in interface org.entityfs.RandomlyAccessibleFile
Open the file for random access in the specified mode.
openForRandomAccess(RandomAccessMode) - Method in class org.entityfs.util.ByteArrayReadableFile
 
openForRandomAccess(RandomlyAccessibleFile, RandomAccessMode, EntityLock) - Static method in class org.entityfs.util.Files
Open the file for random access.
openForRandomAccess(RandomlyAccessibleFile, RandomAccessMode) - Static method in class org.entityfs.util.Files
Open the file for random access.
openForRandomAccess(RandomAccessMode) - Method in class org.entityfs.util.io.ReadWritableFileAdapter
Open the file for random access in the specified mode.
openForRandomAccess(RandomAccessMode) - Method in class org.entityfs.zip.ZipFileAdapter
 
openForRead() - Method in class org.at4j.comp.bzip2.BZip2ReadableFile
 
openForRead() - Method in class org.at4j.comp.lzma.LzmaReadableFile
 
openForRead() - Method in class org.at4j.tar.TarFileEntry
Open an InputStream that a client can use to read file data from the Tar file entry.
openForRead() - Method in class org.at4j.zip.ZipFileEntry
 
openForRead() - Method in class org.entityfs.ram.RamFileAdapter
 
openForRead() - Method in interface org.entityfs.ReadableFile
Opens the file for reading.
openForRead() - Method in class org.entityfs.util.ByteArrayReadableFile
 
openForRead() - Method in class org.entityfs.util.CharSequenceReadableFile
 
openForRead() - Method in class org.entityfs.util.ClasspathNamedReadableFile
 
openForRead() - Method in class org.entityfs.util.FileReadableFile
Open this file for reading.
openForRead(ReadableFile, EntityLock) - Static method in class org.entityfs.util.Files
Open the file for reading and return a lock-aware input stream.
openForRead(ReadableFile) - Static method in class org.entityfs.util.Files
Open the file for reading and return an input stream.
openForRead() - Method in class org.entityfs.util.io.GZipReadableFile
 
openForRead() - Method in class org.entityfs.util.io.ReadWritableFileAdapter
Open a stream for reading from the adapted file.
openForRead() - Method in class org.entityfs.util.ManualNamedReadableFile
 
openForRead() - Method in class org.entityfs.util.NamedReadableFileAdapter
 
openForRead() - Method in class org.entityfs.util.UrlReadableFile
Open this file for reading.
openForRead() - Method in class org.entityfs.zip.ZipFileAdapter
 
openForRead() - Method in class org.schmant.arg.GZipReadableFileProxy
 
openForRead() - Method in class org.schmant.task.at4j.bzip2.BZip2ReadableFileProxy
 
openForRead() - Method in class org.schmant.task.at4j.lzma.LzmaReadableFileProxy
 
openForWrite() - Method in class org.at4j.comp.bzip2.BZip2WritableFile
 
openForWrite() - Method in class org.at4j.comp.lzma.LzmaWritableFile
 
openForWrite(boolean) - Method in class org.entityfs.ram.RamFileAdapter
 
openForWrite() - Method in class org.entityfs.util.ByteArrayWritableFile
 
openForWrite(WritableFile, EntityLock) - Static method in class org.entityfs.util.Files
Open the file for writing and return a lock-aware output stream.
openForWrite(WritableFile) - Static method in class org.entityfs.util.Files
Open the file for writing and return an output stream.
openForWrite() - Method in class org.entityfs.util.FileWritableFile
 
openForWrite() - Method in class org.entityfs.util.io.GZipWritableFile
 
openForWrite() - Method in class org.entityfs.util.io.ReadWritableFileAdapter
Open a stream for writing on the adapted file.
openForWrite() - Method in interface org.entityfs.WritableFile
Opens the file for writing.
openForWrite(boolean) - Method in class org.entityfs.zip.ZipFileAdapter
 
openForWrite() - Method in class org.schmant.arg.AbstractGZipWritableFileProxy
 
openForWrite() - Method in class org.schmant.arg.AbstractMultiplexingWritableFileProxy
 
openForWrite() - Method in class org.schmant.task.at4j.bzip2.AbstractBZip2WritableFileProxy
 
openForWrite() - Method in class org.schmant.task.at4j.lzma.AbstractLzmaWritableFileProxy
 
openRandomAccess(long, long) - Method in class org.at4j.archive.ArchiveEntryCollaborator
Open a read only RandomAccess object that reads data for a file entry.
openStream(long, long) - Method in class org.at4j.archive.ArchiveEntryCollaborator
Open an InputStream for reading the data for a file entry.
OptimisticLockingDepthLastIterator - Class in org.entityfs.util.itr
This is a depth-last iterator (i.e.
OptimisticLockingDepthLastIterator(DirectoryView) - Constructor for class org.entityfs.util.itr.OptimisticLockingDepthLastIterator
 
OptimisticLockingDepthLastIterator(DirectoryView, boolean) - Constructor for class org.entityfs.util.itr.OptimisticLockingDepthLastIterator
 
OptimisticLockingDepthLastIterator(DirectoryView, boolean, Filter<? super EntityView>) - Constructor for class org.entityfs.util.itr.OptimisticLockingDepthLastIterator
 
or(Filter<? super T>) - Method in class org.entityfs.support.filter.AbstractConvenientFilter
 
or(Filter<? super T>) - Method in interface org.entityfs.support.filter.ConvenientFilter
Combines the two filters using the logical OR operation and returns the combined filter.
or(Filter<? super T>) - Method in class org.entityfs.support.filter.FalseFilter
 
or(Filter<? super T>) - Method in class org.entityfs.support.filter.TrueFilter
 
OrAccessGranter - Class in org.entityfs.util.security
This is an AccessGranter that permits access to an entity if any in a set of access granters do, implementing the logical operation OR.
OrAccessGranter(AccessGranter...) - Constructor for class org.entityfs.util.security.OrAccessGranter
Create an OR access granter with the given set of access granters.
OrFilter<T> - Class in org.entityfs.support.filter
This filter combines the results from a list of filters using logical OR.
OrFilter(Filter<? super T>...) - Constructor for class org.entityfs.support.filter.OrFilter
Create a new filter combining all supplied filters using logical OR.
OrFilter(Collection<? extends Filter<T>>) - Constructor for class org.entityfs.support.filter.OrFilter
Create a new filter combining all supplied filters using logical OR.
org.at4j.archive - package org.at4j.archive
This package contains generic archive interfaces and implementations.
org.at4j.archive.builder - package org.at4j.archive.builder
This package contains generic interfaces and an abstract base implementation of an archive builder for building archive files.
org.at4j.comp - package org.at4j.comp
 
org.at4j.comp.bzip2 - package org.at4j.comp.bzip2
This package contains the BZip2InputStream and BZip2OutputStream stream implementations for decompressing and compressing data.
org.at4j.comp.bzip2.prog - package org.at4j.comp.bzip2.prog
The BZip2 and BUnzip2 programs.
org.at4j.comp.lzma - package org.at4j.comp.lzma
LZMA input and output streams.
org.at4j.comp.lzma.prog - package org.at4j.comp.lzma.prog
The Lzma and UnLzma programs.
org.at4j.comp.prog - package org.at4j.comp.prog
Abstract stub classes for compression program implementations.
org.at4j.support.comp - package org.at4j.support.comp
Support classes for compression and decompression.
org.at4j.support.entityfs - package org.at4j.support.entityfs
Support classes for working with EntityFS objects.
org.at4j.support.io - package org.at4j.support.io
 
org.at4j.support.lang - package org.at4j.support.lang
Support classes that probably would have been in java.lang if they had been a part of Java.
org.at4j.support.nio.charset - package org.at4j.support.nio.charset
Support classes that probably would have been in java.nio.charset if they had been a part of Java.
org.at4j.support.prog - package org.at4j.support.prog
Abstract stub classes for program implementations.
org.at4j.support.util - package org.at4j.support.util
Support classes that probably would have been in java.util if they had been a part of Java.
org.at4j.tar - package org.at4j.tar
This package contains the TarFile class and different TarEntry implementations.
org.at4j.tar.builder - package org.at4j.tar.builder
This package contains the TarBuilder object for building Tar archives.
org.at4j.tar.prog - package org.at4j.tar.prog
This package contains the Tar programs.
org.at4j.util.archive - package org.at4j.util.archive
This package contains archive utilities.
org.at4j.zip - package org.at4j.zip
This package contains the ZipFile class and different ZipEntry implementations.
org.at4j.zip.builder - package org.at4j.zip.builder
This package contains the ZipBuilder object for building Zip archives.
org.at4j.zip.comp - package org.at4j.zip.comp
This package contains Zip compression methods.
org.at4j.zip.ef - package org.at4j.zip.ef
This package contains classes representing Zip entry extra fields.
org.at4j.zip.extattrs - package org.at4j.zip.extattrs
This package contains Zip entry external file attributes.
org.at4j.zip.prog - package org.at4j.zip.prog
This package contains the Zip and Unzip programs.
org.entityfs - package org.entityfs
Many of the EntityFS core interfaces.
org.entityfs.cap - package org.entityfs.cap
Interfaces for entity and file system capability implementations.
org.entityfs.cap.entity - package org.entityfs.cap.entity
Generic entity capabilities.
org.entityfs.cap.fs - package org.entityfs.cap.fs
Generic file system capabilities.
org.entityfs.el - package org.entityfs.el
EntityLocation interfaces and implementations.
org.entityfs.entityattrs - package org.entityfs.entityattrs
This package contains classes and interfaces that EntityAttributes may use.
org.entityfs.entityattrs.ntfs - package org.entityfs.entityattrs.ntfs
NT file attributes.
org.entityfs.entityattrs.unix - package org.entityfs.entityattrs.unix
Unix file attributes.
org.entityfs.error - package org.entityfs.error
The ErrorHandlingStrategy interface and a simple, error logging implementation of it.
org.entityfs.event - package org.entityfs.event
EntityEvent interfaces and implementations.
org.entityfs.exception - package org.entityfs.exception
Core exceptions.
org.entityfs.fs - package org.entityfs.fs
Builders for read only and read/write file system backed file system implementations.
org.entityfs.fs.cap.entity - package org.entityfs.fs.cap.entity
File system-backed file system entity capabilities.
org.entityfs.fs.cap.fs - package org.entityfs.fs.cap.fs
File system backed file system file system capabilities...
org.entityfs.itr - package org.entityfs.itr
Iterator interfaces.
org.entityfs.jar - package org.entityfs.jar
Jar file system builder.
org.entityfs.jar.cap.entity - package org.entityfs.jar.cap.entity
ECJarEntry interface.
org.entityfs.jar.cap.fs - package org.entityfs.jar.cap.fs
FSCJarFileBacked interface.
org.entityfs.lock - package org.entityfs.lock
Entity locking interfaces.
org.entityfs.lock.cmd - package org.entityfs.lock.cmd
This package contains the LockCommand interface and a few implementations of it, and the LockCommandExecutor interface and an implementation of it.
org.entityfs.obs - package org.entityfs.obs
The DirectoryMonitorer interface.
org.entityfs.ostrat - package org.entityfs.ostrat
OverwriteStrategy and implementations.
org.entityfs.ram - package org.entityfs.ram
Ram file system builder.
org.entityfs.security - package org.entityfs.security
Interfaces and classes for file system authorization checking.
org.entityfs.support.exception - package org.entityfs.support.exception
FileSystemException and wrappers for checked Java exceptions.
org.entityfs.support.filter - package org.entityfs.support.filter
The Filter and ConvenientFilter interfaces and some generic filter implementations.
org.entityfs.support.io - package org.entityfs.support.io
Stream factories, Base 64 encoding and decoding, utilities for working with processes.
org.entityfs.support.lang - package org.entityfs.support.lang
Support classes for java.lang classes.
org.entityfs.support.log - package org.entityfs.support.log
LogAdapter interface and implementations.
org.entityfs.support.nio - package org.entityfs.support.nio
Support classes for working with java.nio.
org.entityfs.support.util - package org.entityfs.support.util
Classes that belong in java.util.
org.entityfs.support.util.concurrent.locks - package org.entityfs.support.util.concurrent.locks
Support classes for java.util.concurrent.locks classes.
org.entityfs.support.util.regexp - package org.entityfs.support.util.regexp
Regular expression support classes.
org.entityfs.util - package org.entityfs.util
Utility classes for the classes in org.entityfs.
org.entityfs.util.base - package org.entityfs.util.base
Abstract base classes that can be inherited to implement entity-like objects (for instance mock files).
org.entityfs.util.cap.entity - package org.entityfs.util.cap.entity
Utility classes for working with java.io.File and/or java.net.URI resolvable entities.
org.entityfs.util.cap.fs - package org.entityfs.util.cap.fs
Utility classes for working with file systems with java.io.File and/or java.net.URI resolvable entities.
org.entityfs.util.cmp - package org.entityfs.util.cmp
Comparator utilities.
org.entityfs.util.dirdiff - package org.entityfs.util.dirdiff
This package contains the DirectoryDifferentiator, the DirectoryTreeDifferentiator, the DirectorySynchronizer and the DirectoryTreeSynchronizer.
org.entityfs.util.filter.entity - package org.entityfs.util.filter.entity
Various Filter implementations for EntityView:s (i.e: entities).
org.entityfs.util.filter.regexp - package org.entityfs.util.filter.regexp
Filter implementations that use regular expression patterns on entities' names or locations.
org.entityfs.util.io - package org.entityfs.util.io
Implementations of and factories for lock-aware streams.
org.entityfs.util.itr - package org.entityfs.util.itr
Iterator implementations and utilities.
org.entityfs.util.jar - package org.entityfs.util.jar
The JarCreator utility for creating Jar files.
org.entityfs.util.lang - package org.entityfs.util.lang
Java language utilities.
org.entityfs.util.lock.cmd - package org.entityfs.util.lock.cmd
The LockCommandUtil.
org.entityfs.util.nio - package org.entityfs.util.nio
Implementations of lock-aware channels.
org.entityfs.util.obs.polling - package org.entityfs.util.obs.polling
The PollingDirectoryMonitorer and events that it can generate.
org.entityfs.util.properties - package org.entityfs.util.properties
The Properties interface, an implementation of it and a utility class for it.
org.entityfs.util.security - package org.entityfs.util.security
Simple AccessGranter implementations.
org.entityfs.util.zip - package org.entityfs.util.zip
The ZipCreator utility for creating Zip files.
org.entityfs.zip - package org.entityfs.zip
Zip file system builder.
org.entityfs.zip.cap.entity - package org.entityfs.zip.cap.entity
ECZipEntry interface.
org.entityfs.zip.cap.fs - package org.entityfs.zip.cap.fs
FSCZipFileBacked interface.
org.schmant - package org.schmant
The Schmant Launcher class.
org.schmant.app.groovy - package org.schmant.app.groovy
Support for Groovy build scripts.
org.schmant.app.jruby - package org.schmant.app.jruby
Support for JRuby build scripts.
org.schmant.app.js - package org.schmant.app.js
Support for JavaScript build scripts.
org.schmant.app.jython - package org.schmant.app.jython
Support for Jython build scripts.
org.schmant.arg - package org.schmant.arg
The ArgumentInterpreter object and its support objects.
org.schmant.lang - package org.schmant.lang
Schmant basic objects.
org.schmant.plugin - package org.schmant.plugin
Plugin and PluginRegistry.
org.schmant.plugin.eclipse.java - package org.schmant.plugin.eclipse.java
Eclipse workspace plugin.
org.schmant.plugin.intellij.java - package org.schmant.plugin.intellij.java
IntelliJ workspace plugin.
org.schmant.project - package org.schmant.project
Project and ProjectRepository interfaces with friends.
org.schmant.project.eclipse - package org.schmant.project.eclipse
Eclipse Project classes and the EclipseWorkspace ProjectRepository.
org.schmant.project.filter - package org.schmant.project.filter
Different ProjectFilter implementations and the ProjectFilterUtil utility class.
org.schmant.project.intellij - package org.schmant.project.intellij
IntelliJ Project classes and the IntelliJWorkspace ProjectRepository.
org.schmant.project.java - package org.schmant.project.java
Java Project classes.
org.schmant.report - package org.schmant.report
Support classes for Schmant script Report:s.
org.schmant.run - package org.schmant.run
This package contains the TaskExecutor and classes and interfaces that it needs.
org.schmant.support - package org.schmant.support
Schmant support objects.
org.schmant.support.entityfs - package org.schmant.support.entityfs
Schmant support classes for EntityFS.
org.schmant.support.io - package org.schmant.support.io
Support objects for working with I/O and for starting separate processes.
org.schmant.support.text - package org.schmant.support.text
Support object for working with text.
org.schmant.support.util - package org.schmant.support.util
The FlatteningList.
org.schmant.support.xml - package org.schmant.support.xml
Support objects for working with XML.
org.schmant.support.xml.dom - package org.schmant.support.xml.dom
Support objects for working with XML DOM trees.
org.schmant.support.xml.stax - package org.schmant.support.xml.stax
Support objects for working with StAX parsing of XML documents.
org.schmant.support.xml.xpath - package org.schmant.support.xml.xpath
The XPathSupport class for working with text.
org.schmant.task - package org.schmant.task
This package contains the Task and TaskFactory interfaces, and various subinterfaces.
org.schmant.task.apache.ant - package org.schmant.task.apache.ant
The AntTask, factory and support classes.
org.schmant.task.at4j.bzip2 - package org.schmant.task.at4j.bzip2
bzip2 compression task.
org.schmant.task.at4j.lzma - package org.schmant.task.at4j.lzma
LZMA compression task.
org.schmant.task.at4j.tar - package org.schmant.task.at4j.tar
The At4J Tar task.
org.schmant.task.at4j.zip - package org.schmant.task.at4j.zip
The At4J Zip task.
org.schmant.task.confable - package org.schmant.task.confable
This package contains *Configurable interfaces, an attempt to enforce a name standard for similar properties for different task factories.
org.schmant.task.findbugs - package org.schmant.task.findbugs
Findbugs tasks.
org.schmant.task.html - package org.schmant.task.html
HTML tasks.
org.schmant.task.io - package org.schmant.task.io
Basic I/O tasks.
org.schmant.task.io.gzip - package org.schmant.task.io.gzip
Tasks for gzipping files.
org.schmant.task.io.zip - package org.schmant.task.io.zip
The ZipTask and factory.
org.schmant.task.jdk.jar - package org.schmant.task.jdk.jar
The JarTask and factory.
org.schmant.task.jdk.jarsigner - package org.schmant.task.jdk.jarsigner
Tasks for signing JAR files.
org.schmant.task.jdk.java - package org.schmant.task.jdk.java
The ExtJavaTask and factory.
org.schmant.task.jdk.javac.ext - package org.schmant.task.jdk.javac.ext
The ExtJavacTask and factory.
org.schmant.task.jdk.javac.jdk6 - package org.schmant.task.jdk.javac.jdk6
The Jdk6JavacTask and factory.
org.schmant.task.jdk.javadoc.ext - package org.schmant.task.jdk.javadoc.ext
The ExtJavadocTask and factory.
org.schmant.task.jdk.javadoc.pdfdoclet - package org.schmant.task.jdk.javadoc.pdfdoclet
PDF doclet decorator classes.
org.schmant.task.jdk.javadoc.pdfdoclet.ext - package org.schmant.task.jdk.javadoc.pdfdoclet.ext
The ExtPdfDocletDecorator.
org.schmant.task.junit4 - package org.schmant.task.junit4
The ExtJUnit4Task for running unit tests with JUnit 4.
org.schmant.task.junit4.ant - package org.schmant.task.junit4.ant
The JUnit4AntXmlReporter.
org.schmant.task.junit4.launcher - package org.schmant.task.junit4.launcher
Launcher classes used when launching a JUnit 4 test run program.
org.schmant.task.junit4.suitereporter - package org.schmant.task.junit4.suitereporter
The JUnit4TestSuiteReporter.
org.schmant.task.lang - package org.schmant.task.lang
The closure task used by other tasks to run closures.
org.schmant.task.meta - package org.schmant.task.meta
Meta tasks.
org.schmant.task.process - package org.schmant.task.process
The ExtProcessTask and factory.
org.schmant.task.project - package org.schmant.task.project
The JavaWorkspaceBuilderTF.
org.schmant.task.proxy - package org.schmant.task.proxy
Proxy tasks.
org.schmant.task.script - package org.schmant.task.script
The deprecated ScriptTF object.
org.schmant.task.stub - package org.schmant.task.stub
Abstract stub implementation of Task:s and TaskFactory:s.
org.schmant.task.svnkit - package org.schmant.task.svnkit
Subversion tasks.
org.schmant.task.template.io.zip - package org.schmant.task.template.io.zip
Base classes for Zip tasks.
org.schmant.task.template.jdk - package org.schmant.task.template.jdk
Common JDK classes.
org.schmant.task.template.jdk.java - package org.schmant.task.template.jdk.java
Common interfaces and implementations for Java and JVM-using classes.
org.schmant.task.template.jdk.javac - package org.schmant.task.template.jdk.javac
Common interfaces and implementations for javac task implementations.
org.schmant.task.template.jdk.javadoc - package org.schmant.task.template.jdk.javadoc
Common interfaces and implementations for Javadoc task implementations.
org.schmant.task.template.process - package org.schmant.task.template.process
Common interfaces and implementations for external program task implementations.
org.schmant.task.template.proxy - package org.schmant.task.template.proxy
Common interfaces and implementations for task proxy implementations.
org.schmant.task.template.text - package org.schmant.task.template.text
Interfaces for text task implementations.
org.schmant.task.template.xml - package org.schmant.task.template.xml
Common interfaces and implementations for XML task implementations.
org.schmant.task.text - package org.schmant.task.text
Text tasks.
org.schmant.task.text.apilinks - package org.schmant.task.text.apilinks
The ApiLinksTF task for inserting Javadoc links in HTML files.
org.schmant.task.tp - package org.schmant.task.tp
Schmant task package building tasks.
org.schmant.task.tp.ailinks - package org.schmant.task.tp.ailinks
The ArgumentInterpreterLinksTF task for inserting links to the User's Guide's argument interpretation documentation in Schmant documentation files.
org.schmant.task.tp.taskref - package org.schmant.task.tp.taskref
The SchmantTaskrefTF task for building Schmant task reference documentation.
org.schmant.task.tp.tflinks - package org.schmant.task.tp.tflinks
The TaskFactoryLinksTF task for inserting links to the task reference documentation in Schmant documentation files.
org.schmant.task.xml.catalog - package org.schmant.task.xml.catalog
XML catalog tasks.
org.schmant.task.xml.dom - package org.schmant.task.xml.dom
The DomParseXmlTask and factory for DOM parsing XML documents.
org.schmant.task.xml.validation - package org.schmant.task.xml.validation
The SchemaFactoryTask and factory.
org.schmant.task.xml.xslt - package org.schmant.task.xml.xslt
XSLT tasks.
org.schmant.tpm - package org.schmant.tpm
This package contains the TaskPackageManager class.
OsPlatform - Class in org.entityfs.support.io
This class contains a constant (OsPlatform.IS_WINDOWS) that flags if the application is running on Windows.
OtherJavaProjectClasspathEntry - Class in org.schmant.project.java
A classpath entry that is a dependency on another Java project.
OtherJavaProjectClasspathEntry(String, ProjectRepository) - Constructor for class org.schmant.project.java.OtherJavaProjectClasspathEntry
Create the classpath entry.
OutputStreamProxy - Class in org.entityfs.support.io
This is an abstract proxy implementation for wrapping an OutputStream in a proxy object.
OutputStreamProxy(OutputStream) - Constructor for class org.entityfs.support.io.OutputStreamProxy
Create an output stream proxy
OutputStreamToDataSinkAdapter - Class in org.entityfs.util.io
This object is used to adapt an OutputStream to the DataSink interface.
OutputStreamToDataSinkAdapter(OutputStream) - Constructor for class org.entityfs.util.io.OutputStreamToDataSinkAdapter
 
overwrite(Directory, String, EntityType) - Method in class org.entityfs.ostrat.DontOverwrite
 
overwrite(File, String, EntityType, LogAdapter) - Method in class org.entityfs.ostrat.DontOverwrite
 
overwrite(Directory, String, EntityType) - Method in class org.entityfs.ostrat.DontOverwriteAndLogWarning
 
overwrite(File, String, EntityType, LogAdapter) - Method in class org.entityfs.ostrat.DontOverwriteAndLogWarning
 
overwrite(Directory, String, EntityType) - Method in class org.entityfs.ostrat.DontOverwriteAndThrowException
 
overwrite(File, String, EntityType, LogAdapter) - Method in class org.entityfs.ostrat.DontOverwriteAndThrowException
 
overwrite(Directory, String, EntityType) - Method in class org.entityfs.ostrat.DoOverwrite
 
overwrite(File, String, EntityType, LogAdapter) - Method in class org.entityfs.ostrat.DoOverwrite
 
overwrite(Directory, String, EntityType) - Method in class org.entityfs.ostrat.DoOverwriteAndLogWarning
 
overwrite(File, String, EntityType, LogAdapter) - Method in class org.entityfs.ostrat.DoOverwriteAndLogWarning
 
overwrite(Directory, String, EntityType) - Method in interface org.entityfs.ostrat.OverwriteStrategy
If there is an existing entity in the directory with the specified name, deal with it according to the overwrite strategy.
overwrite(File, String, EntityType, LogAdapter) - Method in interface org.entityfs.ostrat.OverwriteStrategy
This method does the same as the OverwriteStrategy.overwrite(Directory, String, EntityType) method, but it uses a File variable for the target directory.
OverwriteConfigurable<T extends OverwriteConfigurable<T>> - Interface in org.schmant.task.confable
This interface defines something that has a configurable overwriting policy.
OverwriteResult - Enum in org.entityfs.ostrat
This is an enumeration over the different possible results from the OverwriteStrategy.overwrite(org.entityfs.Directory, String, org.entityfs.EntityType) method.
OverwriteStrategy - Interface in org.entityfs.ostrat
This interface is implemented by different strategy objects that are used for overwriting existing entities when a new entity should be created at the same location as the old.
OverwritingFileReportFactory - Class in org.schmant.report
This class inherits FileReportFactory and overrides the OverwritingFileReportFactory.isAppend() method to return false.
OverwritingFileReportFactory() - Constructor for class org.schmant.report.OverwritingFileReportFactory
 
OwnerAwareReadLock - Class in org.entityfs.support.util.concurrent.locks
There's no way of getting information on which threads that hold it from Java's ReentrantReadWriteLock's read lock.
ownerAwareReadLock() - Method in class org.entityfs.support.util.concurrent.locks.ReadLockOwnerAwareReentrantReadWriteLock
This method returns the owner-aware read lock.

P

PACKAGE_NAME - Static variable in class org.schmant.task.apache.ant.AntTaskPackage
 
PACKAGE_NAME - Static variable in class org.schmant.task.jdk.javadoc.pdfdoclet.PdfDocletTaskPackage
 
PACKAGE_NAME - Static variable in class org.schmant.task.junit4.JUnit4TaskPackage
 
padToByteBoundary() - Method in interface org.at4j.support.io.BitOutput
Pad the output with zeroes to the next byte boundary.
padToByteBoundary() - Method in class org.at4j.support.io.LittleEndianBitOutputStream
 
Pair<T> - Class in org.entityfs.support.util
This is an immutable value object that contains a pair of objects of the same type.
Pair(T, T) - Constructor for class org.entityfs.support.util.Pair
Create the pair.
PARENT_DIRECTORY - Static variable in class org.entityfs.el.RelativeLocation
This is a constant representing the parent directory.
PARENT_DIRECTORY_STRING - Static variable in interface org.entityfs.el.EntityLocation
The special entity name representing the parent directory (".." ).
ParentFilter - Class in org.entityfs.util.filter.entity
This filter takes another Filter and runs it on the entity's parent directory instead of on the entity itself.
ParentFilter(Filter<EntityView>) - Constructor for class org.entityfs.util.filter.entity.ParentFilter
Create a filter that investigates parent directories.
parse(DataSource, Charset, TarEntryHandlerDelegate) - Method in class org.at4j.tar.TarFileParser
Parse the Tar file data read from the data source.
parse(byte[], boolean) - Method in class org.at4j.zip.ef.ExtendedTimestampExtraFieldParser
 
parse(byte[], boolean) - Method in class org.at4j.zip.ef.InfoZipUnixExtraFieldParser
 
parse(byte[], boolean) - Method in class org.at4j.zip.ef.NewInfoZipUnixExtraFieldParser
 
parse(byte[], boolean) - Method in class org.at4j.zip.ef.NtfsExtraFieldParser
 
parse(byte[], boolean) - Method in class org.at4j.zip.ef.UnicodeCommentExtraFieldParser
 
parse(byte[], boolean) - Method in class org.at4j.zip.ef.UnicodePathExtraFieldParser
 
parse(byte[], boolean) - Method in class org.at4j.zip.ef.UnparsedZipEntryExtraFieldParser
 
parse(byte[], boolean) - Method in interface org.at4j.zip.ef.ZipEntryExtraFieldParser
Parse the extra field data and create a ZipEntryExtraField object.
parse(ZipVersionMadeBy, byte[]) - Method in class org.at4j.zip.extattrs.MsDosExternalFileAttributesParser
 
parse(ZipVersionMadeBy, byte[]) - Method in class org.at4j.zip.extattrs.NtfsExternalFileAttributesParser
 
parse(ZipVersionMadeBy, byte[]) - Method in class org.at4j.zip.extattrs.UnixExternalFileAttributesParser
 
parse(ZipVersionMadeBy, byte[]) - Method in class org.at4j.zip.extattrs.UnparsedExternalFileAttributesParser
 
parse(ZipVersionMadeBy, byte[]) - Method in interface org.at4j.zip.extattrs.ZipExternalFileAttributesParser
Parse the external file attributes.
parse(ZipEntryCollaborator, RandomAccess, Charset, Charset) - Method in class org.at4j.zip.ZipFileParser
Parse the Zip file.
parse(ReadableFile, EclipseWorkspace, EntityRepository, DirectoryView, EclipseWorkspaceSettings, EclipseWorkspaceConfiguration) - Method in interface org.schmant.plugin.eclipse.java.ClasspathFileParser
Parse a .classpath file and return classpath information from it.
parse(ReadableFile, EclipseWorkspace, EntityRepository, DirectoryView, EclipseWorkspaceSettings, EclipseWorkspaceConfiguration) - Method in class org.schmant.plugin.eclipse.java.ClasspathFileParserImpl
 
parse(IntelliJWorkspace, DirectoryView, NamedReadableFile, Map<String, List<JavaProjectClasspathEntry>>, IntelliJWorkspaceSettings) - Method in interface org.schmant.plugin.intellij.java.ImlFileParser
Parse the module file and create a project.
parse(IntelliJWorkspace, DirectoryView, NamedReadableFile, Map<String, List<JavaProjectClasspathEntry>>, IntelliJWorkspaceSettings) - Method in class org.schmant.plugin.intellij.java.ImlFileParserImpl
 
parse(IntelliJWorkspace, DirectoryView, Map<String, List<JavaProjectClasspathEntry>>, IntelliJWorkspaceSettings, String, Document) - Method in class org.schmant.plugin.intellij.java.ImlFileV4Parser
 
parse(IntelliJWorkspace, DirectoryView, Map<String, List<JavaProjectClasspathEntry>>, IntelliJWorkspaceSettings, String, Document) - Method in interface org.schmant.plugin.intellij.java.ImlFileVersionParser
Parse the DOM Document.
parse(ReadableFile) - Method in interface org.schmant.project.eclipse.ProjectFileParser
Parse the .project file.
parse(ReadableFile) - Method in class org.schmant.project.eclipse.ProjectFileParserImpl
 
parse(DirectoryView, ReadableFile) - Method in interface org.schmant.project.intellij.IprFileParser
Parse the contents of the supplied .ipr file.
parse(DirectoryView, ReadableFile) - Method in class org.schmant.project.intellij.IprFileParserImpl
 
parse(DirectoryView, Document) - Method in class org.schmant.project.intellij.IprFileV4Parser
 
parse(DirectoryView, Document) - Method in interface org.schmant.project.intellij.IprFileVersionParser
Parse the DOM Document.
parseCommandLine(String[]) - Method in class org.at4j.comp.bzip2.prog.BUnzip2
 
parseCommandLine(String[]) - Method in class org.at4j.comp.bzip2.prog.BZip2
 
parseCommandLine(String[]) - Method in class org.at4j.comp.prog.AbstractStreamCompressionProgram
Subclasses implement this to parse their command line.
parseFile(DocumentBuilderFactory, ReadableFile, EntityResolver, ErrorHandler) - Static method in class org.schmant.support.xml.dom.DomParserSupport
DOM parse the provided file and return the parsed Document.
parseFile(DocumentBuilderFactory, ReadableFile) - Static method in class org.schmant.support.xml.dom.DomParserSupport
DOM parse the provided file and return the parsed Document.
parseJavaModule(IntelliJWorkspace, DirectoryView, Map<String, List<JavaProjectClasspathEntry>>, IntelliJWorkspaceSettings, String, Element) - Method in class org.schmant.plugin.intellij.java.ImlFileV4Parser
Parse a module of the type JAVA_MODULE.
parseLocation(String) - Static method in class org.entityfs.el.EntityLocations
Parse the supplied location string into an absolute or a relative location.
parseModuleLibrary(XPath, Node, DirectoryView, DirectoryView, DirectoryView, List<JavaProjectClasspathEntry>) - Method in class org.schmant.project.intellij.AbstractIntelliJFileParser
 
parseMsDosDate(UnsignedShort, Calendar) - Static method in class org.at4j.support.util.MsDosDate
Parse the MS DOS date (year, month and day of month) encoded in the supplied unsigned short value and update the calendar object.
parseMsDosTime(UnsignedShort, Calendar) - Static method in class org.at4j.support.util.MsDosTime
Parse the MS DOS time (hour of day, minute and second with two-second precision) encoded in the supplied unsigned short value and update the calendar object.
parseVersion(String) - Static method in class org.schmant.support.JdkVersion
Parse the version string into a JDK version object.
ParseXmlConfigurable<T extends ParseXmlConfigurable<T>> - Interface in org.schmant.task.template.xml
Implemented by objects that can be configured with XML parser settings.
PathDecorator<T extends PathDecorator<T,U>,U> - Interface in org.schmant.task
This interface defines a validating decorator that can be used to get some kind of path entries.
pattern() - Method in class org.entityfs.support.util.regexp.Glob
Get the glob pattern that was used to create this object.
PatternAndStrategy - Class in org.schmant.support.text
Value object that keeps a regexp Pattern together with a ReplacementTextStrategy.
PatternAndStrategy(Pattern, ReplacementTextStrategy) - Constructor for class org.schmant.support.text.PatternAndStrategy
 
PaxDirectoryEntry - Class in org.at4j.tar
This object represents a directory entry created with a POSIX-1.2001 compatible version of tar.
PaxEntry - Interface in org.at4j.tar
This interface defines a Tar entry created with a POSIX 1003.1-2001 (pax) compatible version of the Tar software.
PaxFileEntry - Class in org.at4j.tar
This object represents a file entry created with a POSIX-1.2001 compatible version of tar.
PaxSymbolicLinkEntry - Class in org.at4j.tar
This object represents a symbolic link entry created with a POSIX-1.2001 compatible version of tar.
PaxTarEntryStrategy - Class in org.at4j.tar.builder
This strategy extends the UstarEntryStrategy creates a special Pax header before the regular ustar header.
PaxTarEntryStrategy() - Constructor for class org.at4j.tar.builder.PaxTarEntryStrategy
Create a new strategy object that will use the platform's default character encoding to encode text values in the Tar entries.
PaxTarEntryStrategy(Charset) - Constructor for class org.at4j.tar.builder.PaxTarEntryStrategy
Create a new strategy object that will use the supplied charset for encoding test values in the Tar entries.
PaxVariableProvider - Interface in org.at4j.tar.builder
Implementations of this interface is used by the PaxTarEntryStrategy to add more Pax variables to Pax headers.
PdfDocletDecorator<T extends PdfDocletDecorator<T>> - Interface in org.schmant.task.jdk.javadoc.pdfdoclet
This interface is implemented by Javadoc doclet decorators that generate documentation using the PDF doclet.
PdfDocletTaskPackage - Class in org.schmant.task.jdk.javadoc.pdfdoclet
 
PessimisticLockingDepthFirstIterator - Class in org.entityfs.util.itr
This is a depth first iterator that will acquire locks for all returned entities pessimistically.
PessimisticLockingDepthFirstIterator(DirectoryView) - Constructor for class org.entityfs.util.itr.PessimisticLockingDepthFirstIterator
Create a pessimistic depth first iterator on the directory.
PessimisticLockingDepthFirstIterator(DirectoryView, boolean) - Constructor for class org.entityfs.util.itr.PessimisticLockingDepthFirstIterator
Create a pessimistic depth first iterator on the directory.
PessimisticLockingDepthFirstIterator(DirectoryView, boolean, Filter<? super EntityView>) - Constructor for class org.entityfs.util.itr.PessimisticLockingDepthFirstIterator
Create a pessimistic depth first iterator on the directory.
PessimisticLockingDepthLastIterator - Class in org.entityfs.util.itr
This is a depth-last iterator (i.e.
PessimisticLockingDepthLastIterator(DirectoryView) - Constructor for class org.entityfs.util.itr.PessimisticLockingDepthLastIterator
Create a pessimistic depth last iterator on the directory.
PessimisticLockingDepthLastIterator(DirectoryView, boolean) - Constructor for class org.entityfs.util.itr.PessimisticLockingDepthLastIterator
Create a pessimistic depth last iterator on the directory.
PessimisticLockingDepthLastIterator(DirectoryView, boolean, Filter<? super EntityView>) - Constructor for class org.entityfs.util.itr.PessimisticLockingDepthLastIterator
Create a pessimistic depth last iterator on the directory.
PKWareImplodingCompressionMethod - Class in org.at4j.zip.comp
This is the "PKWare Imploding" compression method.
Plugin - Interface in org.schmant.plugin
This is the interface of a generic Schmant plugin.
PluginRegistry - Class in org.schmant.plugin
This is a global registry for Schmant plugins.
PluginRegistry() - Constructor for class org.schmant.plugin.PluginRegistry
 
PollingDirectoryMonitorer - Class in org.entityfs.util.obs.polling
This class polls a directory and generates events when it detects changes.
PollingDirectoryMonitorer(DirectoryView, Observable) - Constructor for class org.entityfs.util.obs.polling.PollingDirectoryMonitorer
 
PollingDirectoryMonitorer(DirectoryView, Observable, ErrorHandlingStrategy) - Constructor for class org.entityfs.util.obs.polling.PollingDirectoryMonitorer
 
popScriptFile() - Static method in class org.schmant.support.SchmantUtil
This is called by Schmant methods after executing an included script.
postEnable(TaskPackage, Report) - Method in class org.schmant.app.jython.JythonExecutor
 
postEnable(TaskPackage, Report) - Method in interface org.schmant.tpm.TaskPackageEnableCallback
This method is called just after the task package has enabled itself.
postProcess(int, T) - Method in class org.at4j.comp.prog.AbstractStreamCompressionProgram
Subclasses may override this for postprocessing the source and/or target entity.
PotentialDirectory - Interface in org.at4j.support.entityfs
This is a directory that may or may not exist.
PpmdCompressionMethod - Class in org.at4j.zip.comp
This is the "PPMd" compression method.
preEnable(TaskPackage, Report) - Method in class org.schmant.app.jython.JythonExecutor
 
preEnable(TaskPackage, Report) - Method in interface org.schmant.tpm.TaskPackageEnableCallback
This method is called just before the task package enables itself.
preInterpret(Object) - Method in class org.schmant.arg.ArgumentInterpreter
Pre-interpret the supplied object.
prepareArgumentList(Report) - Method in class org.schmant.task.template.jdk.java.AbstractExtJavaTask
Prepare the command line string up to the point where the Java class to be run (or more JVM arguments) should be added.
PrintingEntryExtractor - Class in org.at4j.util.archive
This entry extraction strategy just prints the location and types of the entries that it encounters to a PrintStream (System.out, for instance).
PrintingEntryExtractor() - Constructor for class org.at4j.util.archive.PrintingEntryExtractor
Create a printing entry extractor that prints to System.out.
PrintingEntryExtractor(PrintStream) - Constructor for class org.at4j.util.archive.PrintingEntryExtractor
Create a printing entry extractor that prints to the supplied stream.
printLine(Level, String) - Method in class org.schmant.report.AbstractPrintingReport
Print the formatted line.
printLine(Level, String) - Method in class org.schmant.report.FileReport
 
printLine(Level, String) - Method in class org.schmant.report.StdoutReport
 
PrintProcessOutputStrategy - Class in org.schmant.support.io
This ProcessOutputStrategy prints its output to a PrintWriter, for instance System.out or System.err.
PrintProcessOutputStrategy(PrintWriter) - Constructor for class org.schmant.support.io.PrintProcessOutputStrategy
Create a new process output strategy.
printReport() - Method in class org.schmant.task.junit4.suitereporter.JUnit4TestSuiteReporter
This method prints the report to the thread's current Report (which often means that the report ends up being printed to standard out and err).
printReport(Report) - Method in class org.schmant.task.junit4.suitereporter.JUnit4TestSuiteReporter
Print the test suite report to the supplied Report.
printReport(Collection<TestRun>, Report) - Method in interface org.schmant.task.junit4.suitereporter.JUnit4TestSuiteReportPrinter
Print the test suite run report to the supplied Report object.
printReport(Collection<TestRun>, Report) - Method in class org.schmant.task.junit4.suitereporter.SimpleJUnit4TestSuiteReportPrinter
 
printStacktrace(Level, String) - Method in class org.schmant.report.AbstractPrintingReport
Print a stacktrace.
printStacktrace(Level, String) - Method in class org.schmant.report.FileReport
 
printStacktrace(Level, String) - Method in class org.schmant.report.StdoutReport
 
PrintTarEntryExtractionStrategy - Class in org.at4j.tar
This extraction strategy can be used with the TarExtractor to just print the contents of the Tar file.
PrintTarEntryExtractionStrategy(PrintStream) - Constructor for class org.at4j.tar.PrintTarEntryExtractionStrategy
Create a printing strategy that will print to the supplied stream.
processLine(String) - Method in class org.schmant.support.io.AbstractProcessOutputListener
Subclasses implement this to handle one line of output from the monitored process.
ProcessOutputListener - Interface in org.schmant.support.io
This defines a Runnable class that regularly polls an InputStream for output.
ProcessOutputStrategy - Interface in org.schmant.support.io
This is an interface implemented by strategy objects for dealing with the output from external processes.
ProcessResult - Class in org.schmant.support.io
An object of this class represents the result from a running process.
ProcessResult(int, String, String) - Constructor for class org.schmant.support.io.ProcessResult
 
ProcessSettings - Class in org.schmant.support.io
Configuration settings for running an external process.
ProcessSettings() - Constructor for class org.schmant.support.io.ProcessSettings
 
ProcessSupport - Class in org.schmant.support.io
Support class for running external processes.
ProcessTaskConfigurable<T extends ProcessTaskConfigurable<T>> - Interface in org.schmant.task
This interface defines the properties that should be configurable for all process tasks.
ProcessTaskFactory<T extends ProcessTaskFactory<T,U>,U extends ProcessTaskSpec<U>> - Interface in org.schmant.task
This interface defines a factory for creating process tasks.
ProcessTaskSpec<T extends ProcessTaskSpec<T>> - Interface in org.schmant.task
This interface defines a basic specification for a process task.
Producer<T> - Interface in org.schmant.arg
This interface is implemented by objects that produce one instance of something, for instance a file or an XML document.
Project - Interface in org.schmant.project
A Project is an abstraction of a … project.
ProjectDependencies - Interface in org.schmant.project
A ProjectDependencies object is a representation of the dependencies between projects in a ProjectRepository.
ProjectFileParser - Interface in org.schmant.project.eclipse
This interface identifies a parser for an Eclipse project's .project file.
ProjectFileParserImpl - Class in org.schmant.project.eclipse
Default parser for Eclipse project .project files.
ProjectFileParserImpl() - Constructor for class org.schmant.project.eclipse.ProjectFileParserImpl
 
ProjectFilter - Interface in org.schmant.project.filter
Project filters can be used to select Project:s from collections based on filter criteria.
ProjectFilterUtil - Class in org.schmant.project.filter
Utility class with static methods for working with ProjectFilter:s.
ProjectNameFilter - Class in org.schmant.project.filter
A ProjectFilter that filters projects based on their names.
ProjectNameFilter(String) - Constructor for class org.schmant.project.filter.ProjectNameFilter
Create a case sensitive filter.
ProjectNameFilter(String, boolean) - Constructor for class org.schmant.project.filter.ProjectNameFilter
Create the filter.
ProjectNameGlobFilter - Class in org.schmant.project.filter
A ProjectFilter that matches projects against a glob pattern, for instance _Test or _[Tt]ask_*.
ProjectNameGlobFilter(Glob) - Constructor for class org.schmant.project.filter.ProjectNameGlobFilter
Create a glob filter.
ProjectNameGlobFilter(String) - Constructor for class org.schmant.project.filter.ProjectNameGlobFilter
Create a filter using a case sensitive glob pattern.
ProjectNameGlobFilter(String, boolean) - Constructor for class org.schmant.project.filter.ProjectNameGlobFilter
Create a filter using the specified glob pattern.
ProjectNameGlobFilter(String, int) - Constructor for class org.schmant.project.filter.ProjectNameGlobFilter
Create a filter using the specified glob pattern and the specified java.util.regex.Pattern flags.
ProjectNameInCollectionFilter - Class in org.schmant.project.filter
A ProjectFilter that matches projects whose names occur in a Collection.
ProjectNameInCollectionFilter(Collection<String>) - Constructor for class org.schmant.project.filter.ProjectNameInCollectionFilter
Create a case sensitive filter that will match projects who's name occur in the collection.
ProjectNameRegexpFilter - Class in org.schmant.project.filter
A ProjectFilter that matches projects against a Java regular expression Pattern.
ProjectNameRegexpFilter(Pattern) - Constructor for class org.schmant.project.filter.ProjectNameRegexpFilter
Create a case sensitive filter that matches project names against the provided pattern.
ProjectNameRegexpFilter(String) - Constructor for class org.schmant.project.filter.ProjectNameRegexpFilter
Create a case sensitive filter that matches project names against the provided pattern.
ProjectNameRegexpFilter(String, boolean) - Constructor for class org.schmant.project.filter.ProjectNameRegexpFilter
Create a filter that matches project names against the provided pattern.
ProjectNameRegexpFilter(String, int) - Constructor for class org.schmant.project.filter.ProjectNameRegexpFilter
Create a filter using the specified pattern and the specified java.util.regex.Pattern flags.
ProjectRepository - Interface in org.schmant.project
The project repository is a repository for Project:s, such as an Eclipse Workspace.
ProjectRepositoryConfiguration - Class in org.schmant.project
This class contains configuration for a project repository (workspace).
ProjectRepositoryConfiguration() - Constructor for class org.schmant.project.ProjectRepositoryConfiguration
 
ProjectRepositoryInfo<U extends ProjectRepositoryConfiguration> - Class in org.schmant.project
This object contains information parsed from a project repository (workspace).
ProjectRepositoryInfo(U, Map<String, Project>) - Constructor for class org.schmant.project.ProjectRepositoryInfo
 
ProjectRepositoryInfoCollector<T extends ProjectRepository,U extends ProjectRepositoryConfiguration> - Interface in org.schmant.project
This interface is implemented by classes that collect information that is used to populate a ProjectRepository.
ProjectType - Interface in org.schmant.project
This interface identifies project type objects.
ProjectTypeFilter - Class in org.schmant.project.filter
A ProjectFilter that matches a specific ProjectType.
ProjectTypeFilter(ProjectType) - Constructor for class org.schmant.project.filter.ProjectTypeFilter
 
PromptingAuthenticationProvider - Class in org.schmant.task.svnkit
This Subversion authentication provider prompts the user for credentials.
PromptingAuthenticationProvider() - Constructor for class org.schmant.task.svnkit.PromptingAuthenticationProvider
 
PROP_JS_IMPLEMENTATION - Static variable in class org.schmant.app.js.JsScriptExecutorFactory
If this script property is set to either Mozilla or Sun (case insensitive), it forces this script executor to use the selected JavaScript implementation.
PROP_SCRIPT_FILE - Static variable in class org.schmant.Launcher
Property containing the path to the running script file as a String.
Properties - Interface in org.entityfs.util.properties
This interface gives an alternative to the good, old java.util.Properties class.
PropertiesImpl - Class in org.entityfs.util.properties
This is an HashMap-based implementation of Properties.
PropertiesImpl() - Constructor for class org.entityfs.util.properties.PropertiesImpl
Create a new HashMap-backed Properties implementation.
PropertiesImpl(int) - Constructor for class org.entityfs.util.properties.PropertiesImpl
Create a new HashMap-backed Properties implementation with the given initial capacity.
PropertiesImpl(int, float) - Constructor for class org.entityfs.util.properties.PropertiesImpl
Create a new HashMap-backed Properties implementation with the given initial capacity and load factory.
PropertiesImpl(Map<String, String>) - Constructor for class org.entityfs.util.properties.PropertiesImpl
Create a new HashMap-backed Properties implementation and copy the contents from the provided map.
PropertiesImpl(Properties) - Constructor for class org.entityfs.util.properties.PropertiesImpl
Create a new HashMap-backed Properties implementation and copy the contents from the provided java.util.Properties object.
PropertiesUtil - Class in org.entityfs.util.properties
Utility class with static methods for working with Properties objects.
propertyEntrySet() - Method in class org.entityfs.util.properties.FileBackedProperties
 
propertyEntrySet() - Method in interface org.entityfs.util.properties.Properties
Get an entry set.
propertyEntrySet() - Method in class org.entityfs.util.properties.PropertiesImpl
 
PropertyValue - Class in org.entityfs.util.properties
This is the value for a property in a Properties object.
PropertyValue(String) - Constructor for class org.entityfs.util.properties.PropertyValue
Create a new property value.
propertyValues() - Method in class org.entityfs.util.properties.FileBackedProperties
 
propertyValues() - Method in interface org.entityfs.util.properties.Properties
Get a collection of property values.
propertyValues() - Method in class org.entityfs.util.properties.PropertiesImpl
 
PropertyValueTextStrategy - Class in org.schmant.support.text
This ReplacementTextStrategy takes the text captured by the n:th capturing group and uses it as a key for looking up a property value in a supplied Properties object.
PropertyValueTextStrategy(Properties) - Constructor for class org.schmant.support.text.PropertyValueTextStrategy
Create a new property value text strategy that uses the value of the first capturing group as the property key.
PropertyValueTextStrategy(Properties, int, boolean) - Constructor for class org.schmant.support.text.PropertyValueTextStrategy
Create a new property value text strategy that uses the value of the supplied capturing group number as the property key.
proxyOutputStream(OutputStream) - Method in class org.schmant.task.at4j.bzip2.BZip2Task
 
proxyOutputStream(OutputStream) - Method in class org.schmant.task.at4j.lzma.LzmaTask
 
proxyOutputStream(OutputStream) - Method in class org.schmant.task.io.gzip.GZipTask
 
proxyOutputStream(OutputStream) - Method in class org.schmant.task.stub.AbstractProcessOneFileTask
 
proxyRunnable(Runnable) - Method in class org.schmant.app.js.MozillaRhinoExecutor
 
proxyRunnable(Runnable) - Method in class org.schmant.app.js.SunJavaScriptExecutor
 
proxyRunnable(Runnable) - Method in interface org.schmant.run.ThreadContextInitializer
Proxy the Runnable that the thread is configured to run with a runnable that sets up the thread context.
ProxyTaskConfigurable<T extends ProxyTaskConfigurable<T>> - Interface in org.schmant.task.template.proxy
 
pushScriptFile(NamedReadableFile) - Static method in class org.schmant.support.SchmantUtil
This is called by Schmant methods when the application starts or when including another script file.
put(AbsoluteLocation, TarEntry) - Method in class org.at4j.tar.TarFile
 
put(AbsoluteLocation, ZipEntry) - Method in class org.at4j.zip.ZipFile
 
put(String, String) - Method in class org.entityfs.util.properties.FileBackedProperties
 
putAll(Map<? extends AbsoluteLocation, ? extends TarEntry>) - Method in class org.at4j.tar.TarFile
 
putAll(Map<? extends AbsoluteLocation, ? extends ZipEntry>) - Method in class org.at4j.zip.ZipFile
 
putAll(Properties) - Method in class org.entityfs.util.properties.FileBackedProperties
 
putAll(Map<? extends String, ? extends String>) - Method in class org.entityfs.util.properties.FileBackedProperties
 
putAll(Properties) - Method in interface org.entityfs.util.properties.Properties
Add all properties from the supplied Properties object.
putAll(Properties) - Method in class org.entityfs.util.properties.PropertiesImpl
 
putBooleanValue(String, boolean) - Method in class org.entityfs.util.properties.FileBackedProperties
 
putBooleanValue(String, boolean) - Method in interface org.entityfs.util.properties.Properties
Set a property with a boolean value.
putBooleanValue(String, boolean) - Method in class org.entityfs.util.properties.PropertiesImpl
 
putDoubleValue(String, double) - Method in class org.entityfs.util.properties.FileBackedProperties
 
putDoubleValue(String, double) - Method in interface org.entityfs.util.properties.Properties
Set a property with a double value.
putDoubleValue(String, double) - Method in class org.entityfs.util.properties.PropertiesImpl
 
putExtensionTranslation(String, String) - Method in class org.schmant.task.meta.ChangeExtensionTargetStrategy
Add a translation between an old and a new file name extension.
putExtensionTranslations(Map<String, String>) - Method in class org.schmant.task.meta.ChangeExtensionTargetStrategy
Add a map of translation between old and new file name extensions.
putFeature(String, boolean) - Method in class org.schmant.task.template.xml.AbstractParseXmlTaskFactory
 
putFeature(String, boolean) - Method in interface org.schmant.task.template.xml.ParseXmlConfigurable
 
putFeatures(Map<String, Boolean>) - Method in class org.schmant.task.template.xml.AbstractParseXmlTaskFactory
 
putFeatures(Map<String, Boolean>) - Method in interface org.schmant.task.template.xml.ParseXmlConfigurable
 
putFloatValue(String, float) - Method in class org.entityfs.util.properties.FileBackedProperties
 
putFloatValue(String, float) - Method in interface org.entityfs.util.properties.Properties
Set a property with a float value.
putFloatValue(String, float) - Method in class org.entityfs.util.properties.PropertiesImpl
 
putIfAbsentDirectory(T, String) - Static method in class org.entityfs.util.Directories
Return a directory reference, creating the directory if it does not exist.
putIfAbsentDirectory(T, RelativeLocation) - Static method in class org.entityfs.util.Directories
Return a directory reference, creating the directory and all necessary parent directories if they does not exist.
putIfAbsentDirectory(FileSystem, AbsoluteLocation) - Static method in class org.entityfs.util.FileSystems
Get the directory that exists in the supplied absolute entity location.
putIntValue(String, int) - Method in class org.entityfs.util.properties.FileBackedProperties
 
putIntValue(String, int) - Method in interface org.entityfs.util.properties.Properties
Set a property with an int value.
putIntValue(String, int) - Method in class org.entityfs.util.properties.PropertiesImpl
 
putLongValue(String, long) - Method in class org.entityfs.util.properties.FileBackedProperties
 
putLongValue(String, long) - Method in interface org.entityfs.util.properties.Properties
Set a property with a long value.
putLongValue(String, long) - Method in class org.entityfs.util.properties.PropertiesImpl
 
putObjectValue(String, Serializable) - Method in class org.entityfs.util.properties.FileBackedProperties
 
putObjectValue(String, Serializable) - Method in interface org.entityfs.util.properties.Properties
Set a property with an Object (Serializable) value.
putObjectValue(String, Serializable) - Method in class org.entityfs.util.properties.PropertiesImpl
 
putPropertyValue(String, PropertyValue) - Method in class org.entityfs.util.properties.FileBackedProperties
 
putPropertyValue(String, PropertyValue) - Method in interface org.entityfs.util.properties.Properties
Set a property value.
putPropertyValue(String, PropertyValue) - Method in class org.entityfs.util.properties.PropertiesImpl
 
putStringArrayValue(String, String[]) - Method in class org.entityfs.util.properties.FileBackedProperties
 
putStringArrayValue(String, String[], String) - Method in class org.entityfs.util.properties.FileBackedProperties
 
putStringArrayValue(String, String[]) - Method in interface org.entityfs.util.properties.Properties
Set a property with a String array value.
putStringArrayValue(String, String[], String) - Method in interface org.entityfs.util.properties.Properties
Set a property with a String array value.
putStringArrayValue(String, String[]) - Method in class org.entityfs.util.properties.PropertiesImpl
 
putStringArrayValue(String, String[], String) - Method in class org.entityfs.util.properties.PropertiesImpl
 
putStringValue(String, String) - Method in class org.entityfs.util.properties.FileBackedProperties
 
putStringValue(String, String) - Method in interface org.entityfs.util.properties.Properties
Set a property with a String value.
putStringValue(String, String) - Method in class org.entityfs.util.properties.PropertiesImpl
 

R

RamDirectoryAdapter - Class in org.entityfs.ram
 
RamDirectoryAdapter(RamFileSystemAdapter, RamDirectoryAdapter, String) - Constructor for class org.entityfs.ram.RamDirectoryAdapter
 
RamFileAdapter - Class in org.entityfs.ram
 
RamFileAdapter(RamFileSystemAdapter, RamDirectoryAdapter, String) - Constructor for class org.entityfs.ram.RamFileAdapter
 
RamFileSystemAdapter - Class in org.entityfs.ram
 
RamFileSystemAdapter(LogAdapterHolder, int, int, RamFileSystemSizeGuard) - Constructor for class org.entityfs.ram.RamFileSystemAdapter
 
RamFileSystemBuilder - Class in org.entityfs.ram
This is a builder object for building read/write Ram file systems.
RamFileSystemBuilder() - Constructor for class org.entityfs.ram.RamFileSystemBuilder
Create a builder with default settings: LogAdapter: DefaultLogAdapter.DEFAULT_ADAPTER EntityValidityControlStrategy: null (the backend is only accessible through the file system)
RandomAccess - Interface in org.entityfs
This is EntityFS' take on a random access file.
RandomAccessAdapter - Class in org.entityfs.util.io
This is an adapter for using the RandomAccess interface on a java.io.RandomAccessFile.
RandomAccessAdapter(RandomAccessFile, RandomAccessMode) - Constructor for class org.entityfs.util.io.RandomAccessAdapter
 
RandomAccessCloseObserver - Interface in org.entityfs
This interface is implemented by objects that want to be notified when an open RandomAccess is closed.
RandomAccessFileFactory - Interface in org.entityfs.support.io
This interface defines an interface for creating RandomAccessFile:s.
RandomAccessFileFactoryImpl - Class in org.entityfs.support.io
Standard implementation of RandomAccessFileFactory that creates plain RandomAccessFile objects.
RandomAccessInputStreamAdapter - Class in org.entityfs.util.io
Deprecated. Use the RandomAccessToInputStreamAdapter class instead. This class will be deleted in a future release.
RandomAccessInputStreamAdapter(RandomAccess) - Constructor for class org.entityfs.util.io.RandomAccessInputStreamAdapter
Deprecated. Create an adapter between a RandomAccess and an InputStream.
RandomAccessInputStreamAdapter(RandomAccess, boolean) - Constructor for class org.entityfs.util.io.RandomAccessInputStreamAdapter
Deprecated. Create an adapter between a RandomAccess and an InputStream.
RandomAccessMode - Enum in org.entityfs.support.io
This is an enumeration over the different modes that a file can be opened for random access in.
RandomAccessOutputStreamAdapter - Class in org.entityfs.util.io
Deprecated. Use the RandomAccessToOutputStreamAdapter class instead. This class will be deleted in a future release.
RandomAccessOutputStreamAdapter(RandomAccess) - Constructor for class org.entityfs.util.io.RandomAccessOutputStreamAdapter
Deprecated. Create an adapter between a RandomAccess and an OutputStream.
RandomAccessOutputStreamAdapter(RandomAccess, boolean) - Constructor for class org.entityfs.util.io.RandomAccessOutputStreamAdapter
Deprecated. Create an adapter between a RandomAccess and an OutputStream.
RandomAccessToDataInputOutputAdapter - Class in org.entityfs.util.io
This object adapts any RandomAccess implementation to implement the DataInput and DataOutput interfaces.
RandomAccessToDataInputOutputAdapter(RandomAccess) - Constructor for class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
RandomAccessToInputStreamAdapter - Class in org.entityfs.util.io
This adapter treats a RandomAccess object as an InputStream.
RandomAccessToInputStreamAdapter(RandomAccess) - Constructor for class org.entityfs.util.io.RandomAccessToInputStreamAdapter
Create an adapter between a RandomAccess and an InputStream.
RandomAccessToInputStreamAdapter(RandomAccess, boolean) - Constructor for class org.entityfs.util.io.RandomAccessToInputStreamAdapter
Create an adapter between a RandomAccess and an InputStream.
RandomAccessToOutputStreamAdapter - Class in org.entityfs.util.io
This adapter treats a RandomAccess as an OutputStream .
RandomAccessToOutputStreamAdapter(RandomAccess) - Constructor for class org.entityfs.util.io.RandomAccessToOutputStreamAdapter
Create an adapter between a RandomAccess and an OutputStream.
RandomAccessToOutputStreamAdapter(RandomAccess, boolean) - Constructor for class org.entityfs.util.io.RandomAccessToOutputStreamAdapter
Create an adapter between a RandomAccess and an OutputStream.
RandomlyAccessibleFile - Interface in org.entityfs
This interface is implemented by objects that behave as files that can be randomly accessed, EFile:s for instance.
RangeInputStream - Class in org.entityfs.util.io
This InputStream operates on a range of data in a RandomAccess object.
RangeInputStream(RandomAccess, long, long) - Constructor for class org.entityfs.util.io.RangeInputStream
Create a new RangeInputStream.
RangeRandomAccess - Class in org.entityfs.util.io
This is a RandomAccess object that reads data from and writes data to a section of another RandomAccess object.
RangeRandomAccess(RandomAccess, long, long) - Constructor for class org.entityfs.util.io.RangeRandomAccess
Create a new range random access.
read() - Method in class org.at4j.comp.bzip2.BZip2InputStream
 
read(byte[]) - Method in class org.at4j.comp.bzip2.BZip2InputStream
 
read(byte[], int, int) - Method in class org.at4j.comp.bzip2.BZip2InputStream
 
read() - Method in class org.at4j.comp.lzma.LzmaInputStream
 
read(byte[]) - Method in class org.at4j.comp.lzma.LzmaInputStream
 
read(byte[], int, int) - Method in class org.at4j.comp.lzma.LzmaInputStream
 
read() - Method in interface org.at4j.support.io.BitInput
Read a single byte from the input.
read(byte[]) - Method in interface org.at4j.support.io.BitInput
Read bytes into the supplied array.
read(byte[], int, int) - Method in interface org.at4j.support.io.BitInput
Read bytes into the supplied array.
read() - Method in class org.at4j.support.io.LittleEndianBitInputStream
 
read(byte[]) - Method in class org.at4j.support.io.LittleEndianBitInputStream
 
read(byte[], int, int) - Method in class org.at4j.support.io.LittleEndianBitInputStream
 
read(RandomAccess) - Static method in class org.at4j.support.lang.UnsignedByte
Read an unsigned byte value from the supplied RandomAccess.
read(InputStream) - Static method in class org.at4j.support.lang.UnsignedByte
Read an unsigned byte value from the supplied InputStream.
read() - Method in interface org.entityfs.DataSource
Read a byte of data from the source.
read(byte[]) - Method in interface org.entityfs.DataSource
Read up to b.length bytes of data from the source into the array.
read(byte[], int, int) - Method in interface org.entityfs.DataSource
Read up to len bytes of data from the source into the array.
read(long) - Method in class org.entityfs.ram.RamFileAdapter
 
read(long, byte[], int, int) - Method in class org.entityfs.ram.RamFileAdapter
Same behavior as InputStream.read
read(long, byte[]) - Method in class org.entityfs.ram.RamFileAdapter
 
read(long, ByteBuffer) - Method in class org.entityfs.ram.RamFileAdapter
 
read() - Method in class org.entityfs.support.io.Base64InputStream
Read the next byte.
read(byte[]) - Method in class org.entityfs.support.io.Base64InputStream
 
read(byte[], int, int) - Method in class org.entityfs.support.io.Base64InputStream
 
read() - Method in class org.entityfs.support.io.ChecksumInputStream
 
read(byte[]) - Method in class org.entityfs.support.io.ChecksumInputStream
 
read(byte[], int, int) - Method in class org.entityfs.support.io.ChecksumInputStream
 
read() - Method in class org.entityfs.support.io.CountingInputStream
 
read(byte[]) - Method in class org.entityfs.support.io.CountingInputStream
 
read(byte[], int, int) - Method in class org.entityfs.support.io.CountingInputStream
 
read() - Method in class org.entityfs.support.io.InputStreamProxy
 
read(byte[]) - Method in class org.entityfs.support.io.InputStreamProxy
 
read(byte[], int, int) - Method in class org.entityfs.support.io.InputStreamProxy
 
read(ByteBuffer) - Method in class org.entityfs.support.io.ReadableByteBufferChannel
 
read(ByteBuffer) - Method in class org.entityfs.support.io.ReadableByteChannelProxy
 
read(ByteBuffer[]) - Method in class org.entityfs.support.io.ScatteringByteChannelAdapter
 
read(ByteBuffer[], int, int) - Method in class org.entityfs.support.io.ScatteringByteChannelAdapter
 
read(ByteBuffer[]) - Method in class org.entityfs.support.io.ScatteringByteChannelProxy
 
read(ByteBuffer[], int, int) - Method in class org.entityfs.support.io.ScatteringByteChannelProxy
 
read() - Method in class org.entityfs.util.base.EmptyRandomAccess
 
read(byte[]) - Method in class org.entityfs.util.base.EmptyRandomAccess
 
read(byte[], int, int) - Method in class org.entityfs.util.base.EmptyRandomAccess
 
read() - Method in class org.entityfs.util.io.ByteArrayRandomAccess
 
read(byte[], int, int) - Method in class org.entityfs.util.io.ByteArrayRandomAccess
 
read(byte[]) - Method in class org.entityfs.util.io.ByteArrayRandomAccess
 
read() - Method in class org.entityfs.util.io.CountingDataSource
 
read(byte[]) - Method in class org.entityfs.util.io.CountingDataSource
 
read(byte[], int, int) - Method in class org.entityfs.util.io.CountingDataSource
 
read() - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
read(byte[]) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
read(byte[], int, int) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
read() - Method in class org.entityfs.util.io.DataSourceToInputStreamAdapter
 
read(byte[]) - Method in class org.entityfs.util.io.DataSourceToInputStreamAdapter
 
read(byte[], int, int) - Method in class org.entityfs.util.io.DataSourceToInputStreamAdapter
 
read() - Method in class org.entityfs.util.io.InputStreamBackedRandomAccess
 
read(byte[]) - Method in class org.entityfs.util.io.InputStreamBackedRandomAccess
 
read(byte[], int, int) - Method in class org.entityfs.util.io.InputStreamBackedRandomAccess
 
read() - Method in class org.entityfs.util.io.InputStreamToDataSourceAdapter
 
read(byte[]) - Method in class org.entityfs.util.io.InputStreamToDataSourceAdapter
 
read(byte[], int, int) - Method in class org.entityfs.util.io.InputStreamToDataSourceAdapter
 
read() - Method in class org.entityfs.util.io.LockAwareFileInputStream
 
read(byte[]) - Method in class org.entityfs.util.io.LockAwareFileInputStream
 
read(byte[], int, int) - Method in class org.entityfs.util.io.LockAwareFileInputStream
 
read() - Method in class org.entityfs.util.io.LockAwareInputStream
 
read(byte[]) - Method in class org.entityfs.util.io.LockAwareInputStream
 
read(byte[], int, int) - Method in class org.entityfs.util.io.LockAwareInputStream
 
read() - Method in class org.entityfs.util.io.LockAwareRandomAccess
 
read(byte[]) - Method in class org.entityfs.util.io.LockAwareRandomAccess
 
read(byte[], int, int) - Method in class org.entityfs.util.io.LockAwareRandomAccess
 
read() - Method in class org.entityfs.util.io.LockAwareRandomAccessFile
 
read(byte[]) - Method in class org.entityfs.util.io.LockAwareRandomAccessFile
 
read(byte[], int, int) - Method in class org.entityfs.util.io.LockAwareRandomAccessFile
 
read() - Method in class org.entityfs.util.io.RandomAccessAdapter
 
read(byte[]) - Method in class org.entityfs.util.io.RandomAccessAdapter
 
read(byte[], int, int) - Method in class org.entityfs.util.io.RandomAccessAdapter
 
read() - Method in class org.entityfs.util.io.RandomAccessInputStreamAdapter
Deprecated.  
read(byte[]) - Method in class org.entityfs.util.io.RandomAccessInputStreamAdapter
Deprecated.  
read(byte[], int, int) - Method in class org.entityfs.util.io.RandomAccessInputStreamAdapter
Deprecated.  
read() - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
read(byte[]) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
read(byte[], int, int) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
read() - Method in class org.entityfs.util.io.RandomAccessToInputStreamAdapter
 
read(byte[]) - Method in class org.entityfs.util.io.RandomAccessToInputStreamAdapter
 
read(byte[], int, int) - Method in class org.entityfs.util.io.RandomAccessToInputStreamAdapter
 
read() - Method in class org.entityfs.util.io.RangeInputStream
 
read(byte[]) - Method in class org.entityfs.util.io.RangeInputStream
 
read(byte[], int, int) - Method in class org.entityfs.util.io.RangeInputStream
 
read() - Method in class org.entityfs.util.io.RangeRandomAccess
 
read(byte[]) - Method in class org.entityfs.util.io.RangeRandomAccess
 
read(byte[], int, int) - Method in class org.entityfs.util.io.RangeRandomAccess
 
read() - Method in class org.entityfs.util.io.TempFileBackedRandomAccess
 
read(byte[]) - Method in class org.entityfs.util.io.TempFileBackedRandomAccess
 
read(byte[], int, int) - Method in class org.entityfs.util.io.TempFileBackedRandomAccess
 
read(ByteBuffer) - Method in class org.entityfs.util.nio.LockAwareReadableByteChannel
 
ReadableByteBufferChannel - Class in org.entityfs.support.io
This is a ReadableByteChannel that uses a ByteBuffer to read data from.
ReadableByteBufferChannel(ByteBuffer, int) - Constructor for class org.entityfs.support.io.ReadableByteBufferChannel
Create a new ReadableByteBufferChannel.
ReadableByteBufferChannel(ByteBuffer) - Constructor for class org.entityfs.support.io.ReadableByteBufferChannel
Create a new ReadableByteBufferChannel.
ReadableByteChannelProxy<T extends ReadableByteChannel> - Class in org.entityfs.support.io
This is a proxy for ReadableByteChannel objects.
ReadableByteChannelProxy(T) - Constructor for class org.entityfs.support.io.ReadableByteChannelProxy
 
ReadableFile - Interface in org.entityfs
This interface is implemented by objects that behave as readable files, EFile:s for instance.
ReadableFileInputStreamFactory - Class in org.entityfs.util.io
This is a ObjectFactory for InputStream:s that creates input streams that read from a ReadableFile object.
ReadableFileInputStreamFactory(ReadableFile) - Constructor for class org.entityfs.util.io.ReadableFileInputStreamFactory
 
readBigEndian(RandomAccess) - Static method in class org.at4j.support.lang.UnsignedInteger
Create an unsigned integer value from four bytes read starting from the current position in the supplied RandomAccess.
readBigEndian(InputStream) - Static method in class org.at4j.support.lang.UnsignedInteger
Create an unsigned integer value from four bytes read from the stream.
readBigEndian(RandomAccess) - Static method in class org.at4j.support.lang.UnsignedLong
Create an unsigned long value from eight bytes read starting from the current position in the supplied RandomAccess.
readBigEndian(InputStream) - Static method in class org.at4j.support.lang.UnsignedLong
Create an unsigned long value from eight bytes read from the stream.
readBigEndian(RandomAccess) - Static method in class org.at4j.support.lang.UnsignedShort
Create an unsigned short value from two bytes read starting from the current position in the supplied RandomAccess.
readBigEndian(InputStream) - Static method in class org.at4j.support.lang.UnsignedShort
Create an unsigned short value from two bytes read from the stream.
readBinaryFile(ReadableFile) - Static method in class org.entityfs.util.Files
Read the contents of the file into a byte array and return the array.
readBinaryFile(File) - Static method in class org.schmant.support.io.FileSupport
Read the contents of the file into a byte array.
readBit() - Method in interface org.at4j.support.io.BitInput
Read the value of the next bit in the stream.
readBit() - Method in class org.at4j.support.io.LittleEndianBitInputStream
 
readBits(int) - Method in interface org.at4j.support.io.BitInput
Read up to eight bits from the input.
readBits(int) - Method in class org.at4j.support.io.LittleEndianBitInputStream
 
readBitsLittleEndian(int) - Method in interface org.at4j.support.io.BitInput
Read up to 32 bits from the input.
readBitsLittleEndian(int) - Method in class org.at4j.support.io.LittleEndianBitInputStream
 
readBoolean() - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
readBoolean() - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
readByte() - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
readByte() - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
readByteArray(RandomAccess, int) - Method in class org.at4j.zip.ZipFileParser
Read a byte array from the random access.
readBytes(byte[], int, int) - Method in interface org.at4j.support.io.BitInput
Read bytes from the input.
readBytes(byte[], int, int) - Method in class org.at4j.support.io.LittleEndianBitInputStream
 
readChannelFully(ReadableByteChannel, int) - Static method in class org.entityfs.support.io.StreamUtil
Read the contents of the channel into a byte array.
readChar() - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
readChar() - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
readDouble() - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
readDouble() - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
readFloat() - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
readFloat() - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
readFully(byte[]) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
readFully(byte[], int, int) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
readFully(byte[]) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
readFully(byte[], int, int) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
readInt() - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
readInt() - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
readLine() - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
readLine() - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
readLock() - Method in class org.entityfs.support.util.concurrent.locks.ReadLockOwnerAwareReentrantReadWriteLock
 
ReadLockable - Interface in org.entityfs.lock
This interface is implemented by classes that can be locked for reading.
ReadLockedEntityFilter - Class in org.entityfs.util.filter.entity
A filter that matches entities that are read locked by the current thread.
ReadLockedEntityFilter() - Constructor for class org.entityfs.util.filter.entity.ReadLockedEntityFilter
 
ReadLockOwnerAwareReentrantReadWriteLock - Class in org.entityfs.support.util.concurrent.locks
There's no way of getting the information on which threads that hold the read lock from Java's ReentrantReadWriteLock.
ReadLockOwnerAwareReentrantReadWriteLock() - Constructor for class org.entityfs.support.util.concurrent.locks.ReadLockOwnerAwareReentrantReadWriteLock
 
ReadLockOwnerAwareReentrantReadWriteLock(boolean) - Constructor for class org.entityfs.support.util.concurrent.locks.ReadLockOwnerAwareReentrantReadWriteLock
 
ReadLockRequiredException - Exception in org.entityfs.lock
Exception thrown when a calling thread does not have a required read lock.
ReadLockRequiredException() - Constructor for exception org.entityfs.lock.ReadLockRequiredException
 
ReadLockRequiredException(String) - Constructor for exception org.entityfs.lock.ReadLockRequiredException
 
readLong() - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
readLong() - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
ReadOnlyException - Exception in org.entityfs.exception
This exception is thrown when a client tries to modify a read only object.
ReadOnlyException() - Constructor for exception org.entityfs.exception.ReadOnlyException
 
ReadOnlyException(String) - Constructor for exception org.entityfs.exception.ReadOnlyException
 
ReadOnlyTaskExecutorStatus - Interface in org.schmant.run
This interface defines a read-only view of a TaskExecutorStatus.
ReadOnlyTaskExecutorStatusImpl - Class in org.schmant.run
Default implementation of the ReadOnlyTaskExecutorStatus interface.
ReadOnlyTaskExecutorStatusImpl(TaskExecutorStatus) - Constructor for class org.schmant.run.ReadOnlyTaskExecutorStatusImpl
 
ReadPermission - Class in org.entityfs.security
This is a read permission for an entity.
ReadPermission(Entity, String) - Constructor for class org.entityfs.security.ReadPermission
 
readShort() - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
readShort() - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
readStreamFully(InputStream, int) - Static method in class org.entityfs.support.io.StreamUtil
Read the contents of the stream into a byte array.
readString(RandomAccess, int, Charset, boolean) - Method in class org.at4j.zip.ZipFileParser
Read a string from the random access.
readTextFile(ReadableFile, Charset) - Static method in class org.entityfs.util.Files
Read a text file and return the contents.
readTextFile(ReadableFile) - Static method in class org.entityfs.util.Files
Read a text file and return the contents.
readTextFile(File) - Static method in class org.schmant.support.io.FileSupport
Read the text file to a String.
readTextFile(File, String) - Static method in class org.schmant.support.io.FileSupport
Read the text file to a String.
readTextFile(File, Charset) - Static method in class org.schmant.support.io.FileSupport
Read the text file to a String.
readUnsignedByte() - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
readUnsignedByte() - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
readUnsignedShort() - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
readUnsignedShort() - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
readUTF() - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
readUTF() - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
ReadWritableFile - Interface in org.entityfs
This is a combination of the ReadableFile, WritableFile and RandomlyAccessibleFile interfaces.
ReadWritableFileAdapter - Class in org.entityfs.util.io
This class adapts java.io.File to the ReadWritableFile interface.
ReadWritableFileAdapter(File) - Constructor for class org.entityfs.util.io.ReadWritableFileAdapter
Create a ReadWritableFile adapter.
ReadWritableFileAdapter(File, int) - Constructor for class org.entityfs.util.io.ReadWritableFileAdapter
Create a ReadWritableFile adapter.
ReadWriteLockable - Interface in org.entityfs.lock
This interface combines the ReadLockable and WriteLockable interfaces.
RecursiveActionTask - Class in org.schmant.task.meta
See RecursiveActionTF
RecursiveActionTaskConfigurable<T extends RecursiveActionTaskConfigurable<T>> - Interface in org.schmant.task
This interface defines the properties that should be configurable for all recursive action tasks.
RecursiveActionTaskFactory<T extends RecursiveActionTaskFactory<T,U>,U extends RecursiveActionTaskSpec<U>> - Interface in org.schmant.task
This interface defines a factory for creating recursive action tasks.
RecursiveActionTaskSpec<T extends RecursiveActionTaskSpec<T>> - Interface in org.schmant.task
This interface defines a basic specification for a recursive action task.
RecursiveActionTF - Class in org.schmant.task.meta
Factory for RecursiveActionTask:s.
RecursiveActionTF() - Constructor for class org.schmant.task.meta.RecursiveActionTF
 
RecursiveProcessTask - Class in org.schmant.task.meta
See RecursiveProcessTF
RecursiveProcessTaskConfigurable<T extends RecursiveProcessTaskConfigurable<T>> - Interface in org.schmant.task
This interface defines the properties that should be configurable for all recursive process tasks.
RecursiveProcessTaskFactory<T extends RecursiveProcessTaskFactory<T,U>,U extends RecursiveProcessTaskSpec<U>> - Interface in org.schmant.task
This interface defines a factory for creating recursive process tasks.
RecursiveProcessTaskSpec<T extends RecursiveProcessTaskSpec<T>> - Interface in org.schmant.task
This interface defines a basic specification for a recursive process task.
RecursiveProcessTF - Class in org.schmant.task.meta
Factory for RecursiveProcessTask:s
RecursiveProcessTF() - Constructor for class org.schmant.task.meta.RecursiveProcessTF
 
RedirectReportTask - Class in org.schmant.task.proxy
See RedirectReportTF
RedirectReportTF - Class in org.schmant.task.proxy
Redirect report task factory.
RedirectReportTF() - Constructor for class org.schmant.task.proxy.RedirectReportTF
 
Reduced1CompressionMethod - Class in org.at4j.zip.comp
This is the "Reduced1" compression method.
Reduced2CompressionMethod - Class in org.at4j.zip.comp
This is the "Reduced2" compression method.
Reduced3CompressionMethod - Class in org.at4j.zip.comp
This is the "Reduced3" compression method.
Reduced4CompressionMethod - Class in org.at4j.zip.comp
This is the "Reduced4" compression method.
register(TaskExecutor) - Static method in class org.schmant.run.TaskExecutors
Register a task executor.
registerChild(EntityAdapter) - Method in class org.entityfs.ram.RamDirectoryAdapter
 
registerClassDirectories(JavaProject, Collection<?>) - Method in class org.schmant.project.java.JavaProjectDependencies
Register a collection of class directories for a Java project.
registerClassDirectory(JavaProject, Object) - Method in class org.schmant.project.java.JavaProjectDependencies
Register one class directory for a Java project.
registerClosureRunner(ClosureRunner) - Static method in class org.schmant.lang.ClosureSupport
 
registerCompressionMethodFactory(ZipEntryCompressionMethodFactory) - Method in class org.at4j.zip.comp.ZipEntryCompressionMethodRegistry
Register a new compression method.
registerDecorator(FlatteningListDecorator) - Static method in class org.schmant.support.util.FlatteningList
Register a decorator.
registerDependency(Project, TaskDependency) - Method in class org.schmant.project.java.JavaProjectDependencies
 
registerDependency(Project, TaskDependency) - Method in interface org.schmant.project.ProjectDependencies
Register a dependency for a project.
registerDirectoryAdapter(ZipDirectoryAdapter, AbsoluteLocation) - Method in class org.entityfs.zip.ZipFileSystemAdapter
When a directory adapter is created, it is registered (through the FSACZipEntries capability) so that its location can be looked up when creating its child entity adapters.
registerExternalFileAttributesParser(ZipExternalFileAttributesParser) - Method in class org.at4j.zip.extattrs.ZipExternalFileAttributesParserRegistry
Register a new external file attributes parser object.
registerParser(ZipEntryExtraFieldParser) - Method in class org.at4j.zip.ef.ZipEntryExtraFieldParserRegistry
Register a new extra field parser.
registerPlugin(String, Plugin) - Method in class org.schmant.plugin.PluginRegistry
Register a plugin.
registerTaskPackageEnableCallback(TaskPackageEnableCallback) - Static method in class org.schmant.tpm.TaskPackageManager
A ScriptExecutor can use this method to register a callback object that will be notified before and after a TaskPackage is enabled.
registerThreadContextInitializer(ThreadContextInitializer) - Static method in class org.schmant.run.TaskExecutorThreadFactory
Register a thread context initializer that is used to set the right context on newly created threads.
RelativeLocation - Class in org.entityfs.el
Objects of this class describe one entity's location relative to a directory, i.e.
RelativeLocation(String) - Constructor for class org.entityfs.el.RelativeLocation
Create a new relative entity location from a normalized version of the given path.
reload() - Method in class org.entityfs.util.properties.FileBackedProperties
Reload properties from the backing file.
reload() - Method in interface org.entityfs.util.properties.StorableProperties
Reload the properties from the backing file.
remove(Object) - Method in class org.at4j.tar.TarFile
 
remove(Object) - Method in class org.at4j.zip.ZipFile
 
remove() - Method in class org.entityfs.support.util.AggregatingIterator
 
remove() - Method in class org.entityfs.util.itr.AbstractIterator
 
remove() - Method in class org.entityfs.util.itr.AbstractNoLockingIterator
 
remove() - Method in class org.entityfs.util.itr.AbstractPessimisticLockingIterator
 
remove() - Method in class org.entityfs.util.itr.AggregatingIterator
Deprecated.  
remove() - Method in class org.entityfs.util.itr.FilteringIterator
 
remove() - Method in class org.entityfs.util.itr.OptimisticLockingDepthLastIterator
 
remove(EntityView) - Method in class org.entityfs.util.ManualEntityListable
Remove the entity from the listable, if it exists here.
remove(Object) - Method in class org.entityfs.util.properties.FileBackedProperties
 
remove() - Method in class org.entityfs.util.zip.EntityIteratorToZipEntryInfoIteratorAdapter
 
remove() - Method in class org.schmant.task.io.zip.ZipTaskZipEntryInfoIterator
 
removeAll(Collection<? extends EntityView>) - Method in class org.entityfs.util.ManualEntityListable
Remove a collection of entities from the listable, if they exist here.
removeGroupMode(UnixEntityAccessModeFlag) - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Remove a UnixEntityAccessModeFlag in effect for users that do not own the entity but are members of its owning group.
removeGroupModes(Set<UnixEntityAccessModeFlag>) - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Remove a set of UnixEntityAccessModeFlag:s in effect for users that do not own the entity but are members of its owning group.
removeIgnoredUserLibrary(String) - Static method in class org.schmant.plugin.eclipse.java.ClasspathFileParserImpl
Remove one name from the list of ignored libraries.
removeLock(LockCommand) - Method in class org.entityfs.lock.cmd.LockCollection
Remove a lock that was locked by the supplied command and return it.
removeLocks(Collection<? extends LockCommand>) - Method in class org.entityfs.lock.cmd.LockCollection
Remove the locks created by the supplied commands from the collection and return them.
removeModeFlag(UnixEntityModeFlag) - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Remove the UnixEntityModeFlag:s
removeModeFlags(Set<UnixEntityModeFlag>) - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Remove the set of UnixEntityModeFlag:s
removeOtherMode(UnixEntityAccessModeFlag) - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Remove a UnixEntityAccessModeFlag in effect for users that do not own the entity and that are not members of its owning group.
removeOtherModes(Set<UnixEntityAccessModeFlag>) - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Remove a set of UnixEntityAccessModeFlag:s in effect for users that do not own the entity and that are not members of its owning group.
removeProperty(String) - Method in class org.at4j.tar.builder.TarEntrySettings
Remove a named property.
removeRule(ArchiveEntrySettingsRule<? extends V>) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
removeRule(ArchiveEntrySettingsRule<? extends V>) - Method in interface org.at4j.archive.builder.ArchiveBuilder
Remove an entry settings rule from the rule list.
removeUserMode(UnixEntityAccessModeFlag) - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Remove a UnixEntityAccessModeFlag in effect for the entity's owner
removeUserModes(Set<UnixEntityAccessModeFlag>) - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Remove a set of UnixEntityAccessModeFlag:s in effect for the entity's owner.
rename(DirectoryView, String) - Method in interface org.entityfs.EntityView
Rename the entity and/or move it to another directory in the same file system.
rename(String, DirectoryAdapter) - Method in class org.entityfs.ram.AbstractRamEntityAdapter
 
rename(T, EntityLocation<?>) - Static method in class org.entityfs.util.Entities
Rename and/or move the entity to the target location.
rename(T, String) - Static method in class org.entityfs.util.Entities
Rename the entity.
rename(T, EntityAcceptingEntityView<?>, String) - Static method in class org.entityfs.util.Entities
Rename the entity and move it to a new directory in the same file system.
rename(T, EntityAcceptingEntityView<?>, EntityRenameSpecification) - Static method in class org.entityfs.util.Entities
Move and/or rename the entity using the supplied settings.
RenamedFile - Class in org.schmant.arg
This object can be used to pretend that a NamedReadableFile has another name.
RenamedFile(Object, String) - Constructor for class org.schmant.arg.RenamedFile
Create a new renamed file.
replace(EntityView, T) - Static method in class org.entityfs.util.Entities
Replace the entity e1 with the entity e2.
replace(ReadableFile, WritableFile) - Method in class org.schmant.support.text.TextReplacer
Run the replaces on the source file and put the result in the target file.
replace(ReadableFile, WritableFile, DirectoryView, int) - Method in class org.schmant.support.text.TextReplacer
Run the replaces on the source file and put the result in the target file.
replaceContents(FileAdapter) - Method in class org.entityfs.ram.RamFileAdapter
 
replaceContents(ReadWritableFile) - Method in interface org.entityfs.ReadWritableFile
Replace the contents of this file with the contents of the supplied file and then delete the supplied file.
replaceContents(ReadWritableFile) - Method in class org.entityfs.util.base.AbstractReadWritableFile
 
replaceContents(T, ReadWritableFile) - Static method in class org.entityfs.util.Files
Replace the contents of file f1 with the contents of f2 and delete f2.
replaceContents(ReadWritableFile) - Method in class org.entityfs.util.io.ReadWritableFileAdapter
 
replaceContents(FileAdapter) - Method in class org.entityfs.zip.ZipFileAdapter
 
ReplacementTextStrategy - Interface in org.schmant.support.text
This interface is implemented by classes that can be used to replace text.
ReplaceNotFoundException - Exception in org.schmant.support.text
This exception is thrown by the TextReplacer if text to replace is not found.
ReplaceNotFoundException(String) - Constructor for exception org.schmant.support.text.ReplaceNotFoundException
 
ReplaceNotFoundException(Throwable) - Constructor for exception org.schmant.support.text.ReplaceNotFoundException
 
ReplaceNotFoundException(String, Throwable) - Constructor for exception org.schmant.support.text.ReplaceNotFoundException
 
ReplaceSourceFileTask - Class in org.schmant.task.proxy
See ReplaceSourceFileTF
ReplaceSourceFileTF - Class in org.schmant.task.proxy
Factory for the ReplaceSourceFileTask.
ReplaceSourceFileTF() - Constructor for class org.schmant.task.proxy.ReplaceSourceFileTF
 
Report - Interface in org.schmant.report
The Report interface defines a reporting (logging, if you like) interface for Schmant scripts.
REPORTER_FQNS_SYSTEM_PROPERTY_NAME - Static variable in class org.schmant.task.junit4.ExtJUnit4Task
 
REPORTER_FQNS_SYSTEM_PROPERTY_NAME - Static variable in class org.schmant.task.junit4.launcher.JUnit4Launcher
 
ReportFactory - Interface in org.schmant.report
The ReportManager uses a ReportFactory instance to create the Report to use when running the Schmant script.
ReportingThread - Class in org.schmant.run
This Thread implementation gives the thread its own Report.
ReportingThread(Runnable, int, Level) - Constructor for class org.schmant.run.ReportingThread
 
ReportLineFormatter - Interface in org.schmant.report
This interface defines a class that formats Report messages.
ReportLogAdapter - Class in org.schmant.report
This is a bridge between EntityFS' LogAdapter and Schmant's Report.
ReportLogAdapter() - Constructor for class org.schmant.report.ReportLogAdapter
 
ReportManager - Class in org.schmant.report
The ReportManager creates and manages a Schmant application's different Report instances.
ReportManager() - Constructor for class org.schmant.report.ReportManager
 
requestClientAuthentication(String, SVNURL, String, SVNErrorMessage, SVNAuthentication, boolean) - Method in class org.schmant.task.svnkit.PromptingAuthenticationProvider
 
requestClientAuthentication(String, SVNURL, String, SVNErrorMessage, SVNAuthentication, boolean) - Method in class org.schmant.task.svnkit.UsernamePasswordAuthenticationProvider
 
reset() - Method in class org.entityfs.support.io.ChecksumInputStream
 
reset() - Method in class org.entityfs.support.io.CountingInputStream
 
reset() - Method in class org.entityfs.support.io.InputStreamProxy
 
reset() - Method in class org.entityfs.util.io.DataSourceToInputStreamAdapter
This method does nothing.
reset() - Method in class org.entityfs.util.io.RandomAccessInputStreamAdapter
Deprecated. This method does nothing.
reset() - Method in class org.entityfs.util.io.RandomAccessToInputStreamAdapter
This method does nothing.
resolve(String, String) - Method in class org.schmant.support.xml.LoggingUriResolverProxy
 
resolve(String, String) - Method in class org.schmant.support.xml.XmlCatalogResolver
This methods resolves entities in the URI map.
resolveEntity(String, String) - Method in class org.schmant.support.xml.LoggingEntityResolverProxy
 
resolveEntity(String, String) - Method in class org.schmant.support.xml.XmlCatalogResolver
 
resolveEntity(String, String, String, String) - Method in class org.schmant.task.junit4.suitereporter.JUnit4TestSuiteReportXmlResolver
 
revokeAll(EntityView) - Method in class org.entityfs.util.security.IdentityAccessGranter
Revoke all forms of access to an entity.
revokeAll(Collection<? extends EntityView>) - Method in class org.entityfs.util.security.IdentityAccessGranter
Revoke all forms of access to a collection of entities.
revokeExecuteAccess(EntityView) - Method in class org.entityfs.util.security.IdentityAccessGranter
Revoke execute access to an entity.
revokeExecuteAccess(Collection<? extends EntityView>) - Method in class org.entityfs.util.security.IdentityAccessGranter
Revoke execute access to a collection of entities.
revokeReadAccess(EntityView) - Method in class org.entityfs.util.security.IdentityAccessGranter
Revoke read access to an entity.
revokeReadAccess(Collection<? extends EntityView>) - Method in class org.entityfs.util.security.IdentityAccessGranter
Revoke read access to a collection of entities.
revokeWriteAccess(EntityView) - Method in class org.entityfs.util.security.IdentityAccessGranter
Revoke write access to an entity.
revokeWriteAccess(Collection<? extends EntityView>) - Method in class org.entityfs.util.security.IdentityAccessGranter
Revoke write access to a collection of entities.
ROOT_DIR - Static variable in class org.entityfs.el.AbsoluteLocation
A constant representing the root directory (/).
run(String[]) - Method in class org.at4j.comp.prog.AbstractStreamCompressionProgram
 
run() - Method in class org.entityfs.util.dirdiff.DirectoryDifferentiator
Run the analysis.
run() - Method in class org.entityfs.util.dirdiff.DirectoryTreeDifferentiator
Run the differentiator.
run() - Method in class org.schmant.run.ReportingThread
 
run() - Method in class org.schmant.support.io.AbstractProcessOutputListener
 
run() - Method in class org.schmant.task.stub.AbstractTask
This method does the following: Validates the task (see AbstractTask.validate(Report)) Runs it (see AbstractTask.runInternal(Report)) In case of errors from the AbstractTask.runInternal(Report) method, this method logs them and rethrows them as SchmantException:s.
run() - Method in class org.schmant.task.stub.AbstractTaskFactory
 
run() - Method in interface org.schmant.task.TaskRunnable
Run the task and return it.
runClosure(Object, Object...) - Method in class org.schmant.app.groovy.GroovyExecutor
 
runClosure(Object, Object...) - Method in class org.schmant.app.jruby.JRubyExecutor
 
runClosure(Object, Object...) - Method in class org.schmant.app.js.MozillaRhinoExecutor
 
runClosure(Object, Object...) - Method in class org.schmant.app.js.SunJavaScriptExecutor
 
runClosure(Object, Object...) - Method in class org.schmant.app.jython.JythonExecutor
 
runClosure(Object, Object...) - Method in interface org.schmant.lang.ClosureRunner
Run the closure and return the result.
runClosure(Object, Object...) - Static method in class org.schmant.lang.ClosureSupport
Run the closure and return the result.
runDefaultPreparationScript(Report) - Method in class org.schmant.app.groovy.GroovyExecutor
 
runDefaultPreparationScript(Report) - Method in class org.schmant.app.jruby.JRubyExecutor
 
runDefaultPreparationScript(Report) - Method in class org.schmant.app.js.MozillaRhinoExecutor
 
runDefaultPreparationScript(Report) - Method in class org.schmant.app.js.SunJavaScriptExecutor
 
runDefaultPreparationScript(Report) - Method in class org.schmant.app.jython.JythonExecutor
 
runDefaultPreparationScript(Report) - Method in interface org.schmant.ScriptExecutor
Run the default environment preparation script.
runInternal(Report) - Method in class org.schmant.task.apache.ant.AntTask
 
runInternal(Report) - Method in class org.schmant.task.at4j.tar.TarTask
 
runInternal(Report) - Method in class org.schmant.task.at4j.zip.At4JZipTask
 
runInternal(Report) - Method in class org.schmant.task.findbugs.ExtFindbugsTask
 
runInternal(Report) - Method in class org.schmant.task.html.HtmlLinkValidationTask
 
runInternal(Report) - Method in class org.schmant.task.io.ChmodTask
 
runInternal(Report) - Method in class org.schmant.task.io.CopyTask
 
runInternal(Report) - Method in class org.schmant.task.io.DeleteTask
 
runInternal(Report) - Method in class org.schmant.task.io.MoveTask
 
runInternal(Report) - Method in class org.schmant.task.io.TreeCopyTask
 
runInternal(Report) - Method in class org.schmant.task.io.TreeDeleteTask
 
runInternal(Report) - Method in class org.schmant.task.io.zip.ZipTask
 
runInternal(Report) - Method in class org.schmant.task.jdk.jar.AbstractJarTask
 
runInternal(Report) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTask
 
runInternal(Report) - Method in class org.schmant.task.jdk.java.ExtJavaTask
 
runInternal(Report) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTask
 
runInternal(Report) - Method in class org.schmant.task.junit4.ExtJUnit4Task
 
runInternal(Report) - Method in class org.schmant.task.lang.ClosureTask
 
runInternal(Report) - Method in class org.schmant.task.meta.ForEachSourceTask
 
runInternal(Report) - Method in class org.schmant.task.process.ExtProcessTask
 
runInternal(Report) - Method in class org.schmant.task.proxy.CompoundTask
 
runInternal(Report) - Method in class org.schmant.task.proxy.ErrorIgnoringTask
 
runInternal(Report) - Method in class org.schmant.task.proxy.RedirectReportTask
 
runInternal(Report) - Method in class org.schmant.task.proxy.ReplaceSourceFileTask
 
runInternal(Report) - Method in class org.schmant.task.proxy.TimedExecutionTask
 
runInternal(Report) - Method in class org.schmant.task.stub.AbstractCallbackRecursiveActionTask
Iterates recursively over all sources (interpreted by InterpretAsDirectoryStrategy) and calls the AbstractCallbackRecursiveActionTask.callback(Report, EntityView, RelativeLocation) method for each returned entity.
runInternal(Report) - Method in class org.schmant.task.stub.AbstractCallbackRecursiveProcessTask
 
runInternal(Report) - Method in class org.schmant.task.stub.AbstractProcessOneFileTask
 
runInternal(Report) - Method in class org.schmant.task.stub.AbstractTask
Subclasses implement this.
runInternal(Report) - Method in class org.schmant.task.svnkit.SvnExportTask
 
runInternal(Report) - Method in class org.schmant.task.svnkit.SvnUrlToUrlCopyTask
 
runInternal(Report) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
 
runInternal(Report) - Method in class org.schmant.task.template.text.AbstractTextInsertionTask
 
runInternal(Report) - Method in class org.schmant.task.text.FormatCharacterFileTask
 
runInternal(Report) - Method in class org.schmant.task.text.TextAppendTask
 
runInternal(Report) - Method in class org.schmant.task.text.TextPrependTask
 
runInternal(Report) - Method in class org.schmant.task.tp.taskref.SchmantTaskrefTask
 
runInternal(Report) - Method in class org.schmant.task.xml.catalog.AddSystemIdToCatalogTask
 
runInternal(Report) - Method in class org.schmant.task.xml.catalog.AddUriToCatalogTask
 
runInternal(Report) - Method in class org.schmant.task.xml.dom.DomParseXmlTask
 
runInternal(Report) - Method in class org.schmant.task.xml.validation.SchemaFactoryTask
 
runInternal(Report) - Method in class org.schmant.task.xml.xslt.TemplateCompilerTask
 
runInternal(Report) - Method in class org.schmant.task.xml.xslt.XsltTask
 
runJavac(Report) - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTask
 
runJavac(Report) - Method in class org.schmant.task.jdk.javac.jdk6.Jdk6JavacTask
 
runJavac(Report) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
This is implemented by subclasses.
runPreparationScript(File, Report) - Method in class org.schmant.app.groovy.GroovyExecutor
 
runPreparationScript(File, Report) - Method in class org.schmant.app.jruby.JRubyExecutor
 
runPreparationScript(File, Report) - Method in class org.schmant.app.js.MozillaRhinoExecutor
 
runPreparationScript(File, Report) - Method in class org.schmant.app.js.SunJavaScriptExecutor
 
runPreparationScript(File, Report) - Method in class org.schmant.app.jython.JythonExecutor
 
runPreparationScript(File, Report) - Method in interface org.schmant.ScriptExecutor
Run the preparation script in the file.
runScript(Object) - Method in class org.schmant.app.groovy.GroovyExecutor
 
runScriptFromFile(Object) - Method in class org.schmant.app.js.MozillaRhinoExecutor
 
runScriptFromFile(Object) - Method in class org.schmant.app.js.SunJavaScriptExecutor
 
runTask(Report, Task) - Method in class org.schmant.task.meta.RecursiveActionTask
 
runTask(Report, Task) - Method in class org.schmant.task.meta.RecursiveProcessTask
 
runWithDefaultWrapperScript() - Method in class org.schmant.app.groovy.GroovyExecutor
 
runWithDefaultWrapperScript() - Method in class org.schmant.app.jruby.JRubyExecutor
 
runWithDefaultWrapperScript() - Method in class org.schmant.app.js.MozillaRhinoExecutor
 
runWithDefaultWrapperScript() - Method in class org.schmant.app.js.SunJavaScriptExecutor
 
runWithDefaultWrapperScript() - Method in class org.schmant.app.jython.JythonExecutor
 
runWithDefaultWrapperScript() - Method in interface org.schmant.ScriptExecutor
Run the script using the default wrapper script, if any.

S

save() - Method in interface org.entityfs.util.properties.StorableProperties
Save the properties to the backing file.
SaveReportToXmlFileRunListener - Class in org.schmant.task.junit4.launcher
This is a RunListener that saves the report to an XML file.
SaveReportToXmlFileRunListener() - Constructor for class org.schmant.task.junit4.launcher.SaveReportToXmlFileRunListener
Instantiate and configure the run listener.
saveToFile(Properties, WritableFile) - Static method in class org.entityfs.util.properties.PropertiesUtil
Save the Properties object to the supplied file.
SaveToStringProcessOutputStrategy - Class in org.schmant.support.io
This ProcessOutputStrategy saves the output from the process to a string.
SaveToStringProcessOutputStrategy() - Constructor for class org.schmant.support.io.SaveToStringProcessOutputStrategy
Create a save-to-String process output strategy.
SaveToStringProcessOutputStrategy(long) - Constructor for class org.schmant.support.io.SaveToStringProcessOutputStrategy
Create a save-to-String process output strategy.
ScatteringByteChannelAdapter - Class in org.entityfs.support.io
This is an adapter for making a ScatteringByteChannel out of a plain ReadableByteChannel.
ScatteringByteChannelAdapter(ReadableByteChannel) - Constructor for class org.entityfs.support.io.ScatteringByteChannelAdapter
 
ScatteringByteChannelProxy<T extends ScatteringByteChannel> - Class in org.entityfs.support.io
This is a proxy class for GatheringByteChannel implementations.
ScatteringByteChannelProxy(T) - Constructor for class org.entityfs.support.io.ScatteringByteChannelProxy
 
SchemaFactoryTask - Class in org.schmant.task.xml.validation
See SchemaFactoryTF
SchemaFactoryTF - Class in org.schmant.task.xml.validation
Factory for the SchemaFactoryTask.
SchemaFactoryTF() - Constructor for class org.schmant.task.xml.validation.SchemaFactoryTF
 
SchmantException - Exception in org.schmant.lang
This is the base class for all Schmant exceptions.
SchmantException(String) - Constructor for exception org.schmant.lang.SchmantException
 
SchmantException(Throwable) - Constructor for exception org.schmant.lang.SchmantException
 
SchmantException(String, Throwable) - Constructor for exception org.schmant.lang.SchmantException
 
SchmantFileSystems - Class in org.schmant.support.entityfs
This is Schmant's wrapper for the EntityFS FileSystems utility class.
SchmantReportLogAdapter - Class in org.schmant.report
This acts as a bridge between the EntityFS logging and the Schmant logging (reporting).
SchmantReportLogAdapter() - Constructor for class org.schmant.report.SchmantReportLogAdapter
 
SchmantTaskrefTask - Class in org.schmant.task.tp.taskref
Task for building Schmant task package reference documentation.
SchmantTaskrefTF - Class in org.schmant.task.tp.taskref
 
SchmantTaskrefTF() - Constructor for class org.schmant.task.tp.taskref.SchmantTaskrefTF
 
SchmantUtil - Class in org.schmant.support
This class contains static utility methods for Schmant scripts and tasks.
ScriptExecutor - Interface in org.schmant
This interface defines something that Launcher can use to run a build script with.
ScriptExecutorFactory - Class in org.schmant
This interface is implemented by service providers that provide support for different build script implementation languages, such as Groovy or JavaScript.
ScriptExecutorFactory() - Constructor for class org.schmant.ScriptExecutorFactory
 
ScriptTargetStrategy - Class in org.schmant.task.meta
Deprecated. Use a closure instead! This class will be removed in a future release.
ScriptTargetStrategy() - Constructor for class org.schmant.task.meta.ScriptTargetStrategy
Deprecated. Use a closure instead!
ScriptTextStrategy - Class in org.schmant.support.text
Deprecated. Since Schmant 1.1. Use a closure instead. This class will be removed in a future release.
ScriptTextStrategy(Object) - Constructor for class org.schmant.support.text.ScriptTextStrategy
Deprecated. Use a closure instead.
ScriptTF - Class in org.schmant.task.script
Deprecated. Since 1.1. Use closures instead!
ScriptTF() - Constructor for class org.schmant.task.script.ScriptTF
Deprecated.  
seek(long) - Method in interface org.entityfs.RandomAccess
Set the file pointer offset, measured from the beginning of the file.
seek(long) - Method in class org.entityfs.util.base.EmptyRandomAccess
 
seek(long) - Method in class org.entityfs.util.io.ByteArrayRandomAccess
 
seek(long) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
seek(long) - Method in class org.entityfs.util.io.InputStreamBackedRandomAccess
 
seek(long) - Method in class org.entityfs.util.io.LockAwareRandomAccess
 
seek(long) - Method in class org.entityfs.util.io.RandomAccessAdapter
 
seek(long) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
seek(long) - Method in class org.entityfs.util.io.RangeRandomAccess
 
seek(long) - Method in class org.entityfs.util.io.TempFileBackedRandomAccess
 
SEPARATOR - Static variable in interface org.entityfs.el.EntityLocation
The separator between relative path entries in an entity location ("/" ).
SEPARATOR_CHAR - Static variable in interface org.entityfs.el.EntityLocation
A char representation of the EntityLocation.SEPARATOR (47 ).
SerializableObjectProxySupport<T extends Serializable> - Class in org.entityfs.support.lang
This is a variant of ObjectProxySupport that implements Serializable.
SerializableObjectProxySupport(T) - Constructor for class org.entityfs.support.lang.SerializableObjectProxySupport
Create the object proxy.
set(T) - Method in class org.schmant.lang.TwoState
Set the value.
set(int, T) - Method in class org.schmant.support.util.FlatteningList
 
set3ShannonFanoTrees(boolean) - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
 
set8kSlidingDictionary(boolean) - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
 
setAccessController(AccessController) - Method in interface org.entityfs.FileSystemBuilder
Set the access controller to use for controlling access to entities.
setAlsoAppendToPreviousReport(boolean) - Method in class org.schmant.task.proxy.RedirectReportTF
 
setAltSignerClass(String) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setAnnotationProcessingMode(JavacAnnotationProcessingMode) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
setAnnotationProcessingMode(JavacAnnotationProcessingMode) - Method in interface org.schmant.task.template.jdk.javac.JavacTaskConfigurable
 
setAnnotationProcessorPath(Object) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
setAnnotationProcessorPath(Object) - Method in interface org.schmant.task.template.jdk.javac.JavacTaskConfigurable
 
setApiLink(ApiLink) - Method in class org.schmant.task.text.apilinks.ApiLinksTF
 
setAppendToExistingLogFile(boolean) - Method in class org.schmant.task.proxy.RedirectReportTF
 
setApplicationHomeDirectory(Object) - Method in class org.schmant.project.intellij.IntelliJWorkspaceSettings
Set the IntelliJ IDEA installation directory.
setApplicationXml(Object) - Method in class org.schmant.task.jdk.jar.EarTF
 
setArgumentList(ArgumentList) - Method in class org.schmant.support.io.ProcessSettings
Set the command to use for running the process and the arguments to the process.
setAssertions(boolean) - Method in class org.schmant.task.template.jdk.java.AbstractExtJavaTaskFactory
 
setAssertions(boolean) - Method in interface org.schmant.task.template.jdk.java.ExtJavaConfigurable
 
setAttribute(String, Object) - Method in interface org.schmant.task.xml.xslt.StylesheetCompilerConfigurable
 
setAttribute(String, Object) - Method in class org.schmant.task.xml.xslt.TemplateCompilerTF
 
setAttribute(String, Object) - Method in class org.schmant.task.xml.xslt.XsltTF
 
setAttributes(Object) - Method in interface org.schmant.task.xml.xslt.StylesheetCompilerConfigurable
 
setAttributes(Object) - Method in class org.schmant.task.xml.xslt.TemplateCompilerTF
 
setAttributes(Object) - Method in class org.schmant.task.xml.xslt.XsltTF
 
setAuthenticationManager(ISVNAuthenticationManager) - Method in class org.schmant.task.svnkit.AbstractSvnTaskFactory
 
setAuthenticationProvider(ISVNAuthenticationProvider) - Method in class org.schmant.task.svnkit.AbstractSvnTaskFactory
 
setAuthor(boolean) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
setAuthor(boolean) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -author flag.
setBaseDirectory(Object) - Method in class org.schmant.task.tp.AbstractLinkInsertionTaskFactory
 
setBaseLocation(AbsoluteLocation) - Method in class org.schmant.task.xml.catalog.AddUriToCatalogTF
 
setBindings(Bindings, int) - Method in class org.schmant.app.groovy.GroovyExecutor
 
setBindings(Bindings, int) - Method in class org.schmant.app.jruby.JRubyExecutor
 
setBindings(Bindings, int) - Method in class org.schmant.app.js.MozillaRhinoExecutor
 
setBindings(Bindings, int) - Method in class org.schmant.app.js.SunJavaScriptExecutor
 
setBindings(Bindings, int) - Method in class org.schmant.app.jython.JythonExecutor
 
setBindings(Bindings, int) - Method in interface org.schmant.ScriptExecutor
Set the variables stored in the bindings in the specified scope.
setBlockSize(int) - Method in class org.at4j.comp.bzip2.BZip2OutputStreamSettings
Set the size of compressed data blocks.
setBlockSize(int) - Method in class org.at4j.comp.bzip2.BZip2WritableFileSettings
Set the block size for the compression.
setBlockSize(int) - Method in class org.schmant.task.at4j.bzip2.BZip2TF
 
setBottom(String) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
setBottom(String) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -bottom parameter.
setBreakIterator(boolean) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
setBreakIterator(boolean) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
 
setBufferSize(int) - Method in class org.at4j.comp.bzip2.BZip2ReadableFileSettings
Set the buffer size for the buffered input stream that the bzip2 input stream is opened on.
setBufferSize(int) - Method in class org.at4j.comp.bzip2.BZip2WritableFileSettings
Set the buffer size used for the input buffer that may be used before compressing written data.
setBufferSize(int) - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
Set the buffer size to use for the buffered output stream that the LZMA stream is opened on.
setBufferSize(int) - Method in interface org.entityfs.FileSystemBuilder
Set the size in bytes of internal buffers used for various tasks such as copying files (for some implementations).
setBufferSize(int) - Method in class org.schmant.task.io.gzip.GZipTF
 
setBufferSize(int) - Method in class org.schmant.task.template.text.AbstractTextInsertionTaskFactory
 
setBufferSize(int) - Method in interface org.schmant.task.template.text.TextInsertionTaskConfigurable
 
setCharset(String) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
setCharset(String) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -charset parameter.
setChecksum(int) - Method in class org.at4j.tar.TarEntryHeaderData
 
setClassesAndPackagesToAnalyze(String) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
setClassesAndPackagesToAnalyze(String) - Method in interface org.schmant.task.findbugs.FindbugsConfigurable
 
setClassToRun(String) - Method in class org.schmant.task.jdk.java.JavaTF
 
setCommand(String) - Method in class org.schmant.task.process.ExtProcessTF
 
setComment(String) - Method in class org.at4j.zip.builder.ZipEntrySettings
Set the Zip entry comment.
setComment(String) - Method in class org.entityfs.util.zip.AbstractZipCreator
Set the Zip file comment.
setCommitMessage(String) - Method in class org.schmant.task.svnkit.AbstractSvnCommitTaskFactory
 
setCompileTaskFactory(JavacTaskFactory<?, ?>) - Method in class org.schmant.task.project.JavaWorkspaceBuilderTF
 
setCompleted() - Method in class org.schmant.run.ManualTaskDependency
This satisfies the dependency.
setCompressedPatchedData(boolean) - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
 
setCompressedSize(UnsignedInteger) - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
setCompressionLevel(CompressionLevel) - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
Set a compression level.
setCompressionLevel(CompressionLevel) - Method in class org.at4j.zip.builder.ZipBuilderSettings
Set the compression level for the default Zip file entry settings.
setCompressionLevel(CompressionLevel) - Method in class org.schmant.task.at4j.bzip2.BZip2TF
 
setCompressionLevel(CompressionLevel) - Method in class org.schmant.task.at4j.zip.At4JZipTF
 
setCompressionMethod(ZipEntryCompressionMethod) - Method in class org.at4j.zip.builder.ZipEntrySettings
Set the compression method to use.
setCompressionMethod(ZipEntryCompressionMethod) - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
setCompressionMethodRegistry(ZipEntryCompressionMethodRegistry) - Method in class org.at4j.zip.ZipFileParser
Set a custom compression method registry.
setConfigFile(Object) - Method in class org.schmant.task.jdk.javadoc.pdfdoclet.AbstractPdfDocletDecorator
 
setConfigFile(Object) - Method in interface org.schmant.task.jdk.javadoc.pdfdoclet.PdfDocletDecorator
Set the configuration file for the PDF doclet.
setCopyNonJavaSourceFilesToTarget(boolean) - Method in class org.schmant.task.project.JavaWorkspaceBuilderTF
 
setCrc32(UnsignedInteger) - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
setCreationTime(long) - Method in interface org.entityfs.entityattrs.CreationTimeConfigurable
Set the creation time of the entity in milliseconds since January 1, 1970
setDebug(boolean) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
setDebug(boolean) - Method in interface org.schmant.task.findbugs.FindbugsConfigurable
 
setDefaultDirectoryEntrySettings(V) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
setDefaultDirectoryEntrySettings(V) - Method in interface org.at4j.archive.builder.ArchiveBuilder
Set the default settings for directory entries that are added to the archive from now on.
setDefaultDirectoryEntrySettings(TarEntrySettings) - Method in class org.at4j.tar.builder.TarBuilderSettings
Set new default directory entry settings.
setDefaultDirectoryEntrySettings(ZipEntrySettings) - Method in class org.at4j.zip.builder.ZipBuilderSettings
Set the default settings for directory entries.
setDefaultDirectoryEntrySettings(TarEntrySettings) - Method in class org.schmant.task.at4j.tar.TarTF
 
setDefaultDirectoryEntrySettings(ZipEntrySettings) - Method in class org.schmant.task.at4j.zip.At4JZipTF
 
setDefaultFileEntrySettings(V) - Method in class org.at4j.archive.builder.AbstractArchiveBuilder
 
setDefaultFileEntrySettings(V) - Method in interface org.at4j.archive.builder.ArchiveBuilder
Set the default settings for file entries that are added to the archive from now on.
setDefaultFileEntrySettings(TarEntrySettings) - Method in class org.at4j.tar.builder.TarBuilderSettings
Set new default file entry settings.
setDefaultFileEntrySettings(ZipEntrySettings) - Method in class org.at4j.zip.builder.ZipBuilderSettings
Set the default settings for file entries.
setDefaultFileEntrySettings(TarEntrySettings) - Method in class org.schmant.task.at4j.tar.TarTF
 
setDefaultFileEntrySettings(ZipEntrySettings) - Method in class org.schmant.task.at4j.zip.At4JZipTF
 
setDefaultReportFactory(ReportFactory) - Static method in class org.schmant.report.ReportManager
Set a new default ReportFactory.
setDefaultTempDirectory(Directory) - Static method in class org.schmant.support.io.TempFileUtil
Set a default directory for temporary files.
setDefaultTempDirectory(File) - Static method in class org.schmant.support.io.TempFileUtil
Set a default directory for temporary files.
setDeleteRoot(boolean) - Method in class org.schmant.task.io.TreeDeleteTF
 
setDeleteSourceFile(boolean) - Method in class org.schmant.task.at4j.bzip2.BZip2TF
 
setDeleteSourceFile(boolean) - Method in class org.schmant.task.at4j.lzma.LzmaTF
 
setDeleteSourceFile(boolean) - Method in class org.schmant.task.io.gzip.GZipTF
 
setDeleteSourceFile(boolean) - Method in class org.schmant.task.stub.AbstractProcessOneFileTask
Set to true to delete the source file after processing it.
setDependencies(JavaProjectDependencies) - Method in class org.schmant.project.java.JavaProjectClasspathDecorator
Set the dependencies object.
setDependency(TaskDependency) - Method in interface org.schmant.task.confable.TaskExecutorConfigurable
Set a dependency for tasks added to the executor.
setDependency(TaskDependency) - Method in class org.schmant.task.meta.ForEachSourceTF
 
setDependency(TaskDependency) - Method in class org.schmant.task.meta.RecursiveActionTF
 
setDependency(TaskDependency) - Method in class org.schmant.task.meta.RecursiveProcessTF
 
setDependency(TaskDependency) - Method in class org.schmant.task.project.JavaWorkspaceBuilderTF
 
setDeprecation(boolean) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
setDeprecation(boolean) - Method in interface org.schmant.task.template.jdk.javac.JavacTaskConfigurable
 
setDepthFirstIterator(boolean) - Method in interface org.schmant.task.RecursiveActionTaskConfigurable
Should a depth first iterator be used?
setDepthFirstIterator(boolean) - Method in class org.schmant.task.stub.AbstractCallbackRecursiveActionTask
 
setDepthFirstIterator(boolean) - Method in class org.schmant.task.stub.AbstractCallbackRecursiveProcessTask
 
setDepthFirstIterator(boolean) - Method in class org.schmant.task.stub.AbstractRecursiveActionTaskFactory
 
setDevMajor(int) - Method in class org.at4j.tar.TarEntryHeaderData
 
setDevMinor(int) - Method in class org.at4j.tar.TarEntryHeaderData
 
setDictionarySizeExponent(int) - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
Set the dictionary size exponent.
setDigestAlgorithm(String) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setDirectory(boolean) - Method in class org.at4j.tar.TarEntryHeaderData
 
setDirectory(boolean) - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
setDisableHeaderLogging(boolean) - Method in class org.schmant.task.meta.ForEachSourceTF
 
setDisableHeaderLogging(boolean) - Method in interface org.schmant.task.RecursiveActionTaskConfigurable
Should logging for nested tasks be disabled?
setDisableHeaderLogging(boolean) - Method in class org.schmant.task.stub.AbstractCallbackRecursiveActionTask
 
setDisableHeaderLogging(boolean) - Method in class org.schmant.task.stub.AbstractCallbackRecursiveProcessTask
 
setDisableHeaderLogging(boolean) - Method in class org.schmant.task.stub.AbstractRecursiveActionTaskFactory
 
setDiskNumberStart(UnsignedShort) - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
setDocBaseUrl(String) - Method in class org.schmant.task.tp.AbstractLinkInsertionTaskFactory
 
setDocEncoding(String) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
setDocEncoding(String) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -docencoding parameter.
setDocFilesSubdirs(boolean) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
setDocFilesSubdirs(boolean) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -docfilessubdirs flag.
setDocTitle(String) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
setDocTitle(String) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -doctitle parameter.
setDocumentBuilderFactoryClassName(String) - Method in class org.schmant.task.tp.taskref.SchmantTaskrefTF
 
setDocumentBuilderFactoryClassName(String) - Method in class org.schmant.task.xml.dom.DomParseXmlTF
 
setDone() - Method in class org.schmant.run.TaskExecutorStatus
Tell the status object that a task is now done.
setDontAutodetectProjectDirectories(boolean) - Method in class org.schmant.project.eclipse.EclipseWorkspaceSettings
If this is enabled, the EclipseWorkspaceInfoCollector will not try to autodetect project directories in the workspace directory.
setDontBuildRegularSources(boolean) - Method in class org.schmant.task.project.JavaWorkspaceBuilderTF
 
setDontBuildTestSources(boolean) - Method in class org.schmant.task.project.JavaWorkspaceBuilderTF
 
setEffortLevel(FindbugsEffortLevel) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
setEffortLevel(FindbugsEffortLevel) - Method in interface org.schmant.task.findbugs.FindbugsConfigurable
 
setEmacsLogging(boolean) - Method in interface org.schmant.task.apache.ant.AntConfigurable
 
setEmacsLogging(boolean) - Method in class org.schmant.task.apache.ant.AntTF
 
setEncoding(String) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
setEncoding(String) - Method in interface org.schmant.task.template.jdk.javac.JavacTaskConfigurable
 
setEncoding(String) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
setEncoding(String) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
 
setEncrypted(boolean) - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
 
setEntity(Object) - Method in exception org.entityfs.exception.LockTimeoutException
 
setEntityMode(UnixEntityMode) - Method in class org.at4j.tar.builder.TarEntrySettings
Set the entry's Unix entity permission mode.
setEntityResolver(EntityResolver) - Method in class org.schmant.task.xml.dom.DomParseXmlTF
 
setEntityResolverDecorator(EntityResolverDecorator<?>) - Method in class org.schmant.task.xml.dom.DomParseXmlTF
 
setEntityValidityControlStrategy(EntityValidityControlStrategy) - Method in interface org.entityfs.FileSystemBuilder
Set the file system's entity validity control strategy.
setEntries(List<JavaProjectClasspathEntry>) - Method in class org.schmant.project.eclipse.EclipseProjectClasspathInfo
Set the classpath entries.
setEntryExtractionStrategy(TarEntryExtractionStrategy) - Method in class org.at4j.tar.TarExtractSpecification
Set the strategy object used for extracting entries.
setEntryExtractionStrategy(EntryExtractionStrategy) - Method in class org.at4j.util.archive.ExtractSpecification
Set the strategy object for extracting entries.
setEntryInfoProvider(ZipEntryInfoProvider) - Method in class org.schmant.task.io.zip.AbstractJavaZipTask
 
setEntryInfoProvider(ZipEntryInfoProvider) - Method in class org.schmant.task.io.zip.AbstractJavaZipTaskFactory
 
setEntryStrategy(TarEntryStrategy) - Method in class org.at4j.tar.builder.TarBuilderSettings
Set a new entry strategy.
setEntryStrategy(TarEntryStrategy) - Method in class org.schmant.task.at4j.tar.TarTF
 
setEnvironmentVariables(List<String>) - Method in class org.schmant.support.io.ProcessSettings
Set a list of environment variables to set for the process.
setEolStyle(EolStyle) - Method in class org.schmant.task.text.FormatCharacterFileTF
 
setEosMarkerUsed(boolean) - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
 
setErrorHandler(ErrorHandler) - Method in class org.schmant.task.template.xml.AbstractParseXmlTaskFactory
 
setErrorHandler(ErrorHandler) - Method in interface org.schmant.task.template.xml.ParseXmlConfigurable
 
setErrorIfReplaceNotFound(boolean) - Method in class org.schmant.task.text.TextReplaceTF
 
setErrorsFatal(boolean) - Method in class org.schmant.task.proxy.ErrorIgnoringTF
 
setEscapeXmlCharacters(boolean) - Method in class org.schmant.task.text.IncludeFilesTF
 
setExcludeFilterFile(Object) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
setExcludeFilterFile(Object) - Method in interface org.schmant.task.findbugs.FindbugsConfigurable
 
setExecutable(Object) - Method in class org.schmant.task.process.ExtProcessTF
Set the command to run
setExecutable(Object) - Method in interface org.schmant.task.template.process.ExecutableConfigurable
 
setExecutorService(BZip2EncoderExecutorService) - Method in class org.at4j.comp.bzip2.BZip2OutputStreamSettings
Set an executor service that the BZip2OutputStream will use to spread the encoding over several threads.
setExecutorService(BZip2EncoderExecutorService) - Method in class org.at4j.comp.bzip2.BZip2WritableFileSettings
Set an executor service that will be used for spreading the work of encoding bzip2 blocks over several threads.
setExecutorService(BZip2EncoderExecutorService) - Method in class org.schmant.task.at4j.bzip2.BZip2TF
 
setExternalFileAttributes(ZipExternalFileAttributes) - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
setExternalFileAttributesFactory(ZipExternalFileAttributesFactory) - Method in class org.at4j.zip.builder.ZipEntrySettings
Set a factory object for creating the external file attributes.
setExternalFileAttributesParserRegistry(ZipExternalFileAttributesParserRegistry) - Method in class org.at4j.zip.ZipFileParser
Set a custom external file attributes parser registry.
setExtraFieldParserRegistry(ZipEntryExtraFieldParserRegistry) - Method in class org.at4j.zip.ZipFileParser
Set a custom Zip entry extra field parser registry.
setExtraFields(Collection<ZipEntryExtraField>) - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
setExtraFields(Collection<ZipEntryExtraField>) - Method in class org.at4j.zip.ZipEntryLocalFileHeaderData
 
setFactoryClassName(String) - Method in class org.schmant.task.xml.validation.SchemaFactoryTF
 
setFailOnErrors(boolean) - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTF
 
setFailOnErrors(boolean) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
setFailOnErrors(boolean) - Method in class org.schmant.task.template.process.AbstractExtProcessTaskFactory
 
setFailOnErrors(boolean) - Method in interface org.schmant.task.template.process.ExtProcessConfigurable
 
setFastCompression(boolean) - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
 
setFeature(String, boolean) - Method in interface org.schmant.task.xml.xslt.StylesheetCompilerConfigurable
 
setFeature(String, boolean) - Method in class org.schmant.task.xml.xslt.TemplateCompilerTF
 
setFeature(String, boolean) - Method in class org.schmant.task.xml.xslt.XsltTF
 
setFeatures(Map<String, Boolean>) - Method in interface org.schmant.task.xml.xslt.StylesheetCompilerConfigurable
 
setFeatures(Map<String, Boolean>) - Method in class org.schmant.task.xml.xslt.TemplateCompilerTF
 
setFeatures(Map<String, Boolean>) - Method in class org.schmant.task.xml.xslt.XsltTF
 
setFileComment(String) - Method in class org.at4j.zip.builder.ZipBuilderSettings
Set the Zip file's comment.
setFileComment(String) - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
setFileNameCharset(Charset) - Method in class org.at4j.tar.TarExtractSpecification
Set the charset to use for decoding file names in the Tar file (and the names of other entry types as well).
setFileNameEncodingCharset(Charset) - Method in class org.at4j.zip.builder.ZipBuilderSettings
Set the charset to use for encoding file names in the archive.
setFileNameEncodingCharset(Charset) - Method in class org.schmant.task.at4j.tar.UntarTF
 
setFileNameEncodingCharset(String) - Method in class org.schmant.task.at4j.tar.UntarTF
 
setFileNameEncodingCharset(Charset) - Method in class org.schmant.task.at4j.zip.At4JUnzipTF
 
setFileNameEncodingCharset(String) - Method in class org.schmant.task.at4j.zip.At4JUnzipTF
 
setFileNameEncodingCharset(Charset) - Method in class org.schmant.task.at4j.zip.At4JZipTF
 
setFileNameEncodingCharset(String) - Method in class org.schmant.task.at4j.zip.At4JZipTF
 
setFileNameInHeader(byte[], String) - Method in class org.at4j.tar.builder.UstarEntryStrategy
Override the inherited implementation to be able to split long file names between the prefix and the name fields.
setFileNameInHeader(byte[], String) - Method in class org.at4j.tar.builder.V7TarEntryStrategy
Set the file name field in the Tar entry header.
setFileSegmentSizeBytes(int) - Method in class org.entityfs.ram.RamFileSystemBuilder
Set the size of a Ram file segment.
setFileSize(long) - Method in class org.at4j.tar.TarEntryHeaderData
 
setFileSystem(FileSystemImplementation) - Method in class org.entityfs.zip.FSCZipFileBackedImpl
 
setFilter(Filter<? super TarEntryHeaderData>) - Method in class org.at4j.tar.TarExtractSpecification
Set the filter to use to decide which entries to extract.
setFilter(Filter<? super ArchiveEntry<?, ?>>) - Method in class org.at4j.util.archive.ExtractSpecification
Set the filter that archive entries must match in order to be extracted.
setFilter(Filter<? super TarEntryHeaderData>) - Method in class org.schmant.task.at4j.tar.UntarTF
 
setFilter(Filter<? super ArchiveEntry<?, ?>>) - Method in class org.schmant.task.at4j.zip.At4JUnzipTF
 
setFindbugsExecutable(Object) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
setFindbugsReportFormat(FindbugsReportFormat) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
setFindbugsReportFormat(FindbugsReportFormat) - Method in interface org.schmant.task.findbugs.FindbugsConfigurable
 
setFindbugsReportLevel(FindbugsReportLevel) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
setFindbugsReportLevel(FindbugsReportLevel) - Method in interface org.schmant.task.findbugs.FindbugsConfigurable
 
setFooter(String) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
setFooter(String) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -footer parameter.
setGeneralPurposeBitFlags(ZipGeneralPurposeBitFlags) - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
setGid(int) - Method in interface org.entityfs.entityattrs.UidGidConfigurable
Set the group id.
setGlobalVariable(String, Object) - Method in class org.schmant.app.groovy.GroovyExecutor
 
setGlobalVariable(String, Object) - Method in class org.schmant.app.jruby.JRubyExecutor
 
setGlobalVariable(String, Object) - Method in class org.schmant.app.js.MozillaRhinoExecutor
 
setGlobalVariable(String, Object) - Method in class org.schmant.app.js.SunJavaScriptExecutor
 
setGlobalVariable(String, Object) - Method in class org.schmant.app.jython.JythonExecutor
 
setGlobalVariable(String, Object) - Method in interface org.schmant.ScriptExecutor
Set the value of a global variable in the script.
setGroupModes(Set<UnixEntityAccessModeFlag>) - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Set the set of UnixEntityAccessModeFlag:s in effect for users that do not own the entity but are members of its owning group.
setGroupName(String) - Method in class org.at4j.tar.TarEntryHeaderData
 
setHeader(String) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
setHeader(String) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -header parameter.
setHelpFile(Object) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
setHelpFile(Object) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -helpfile parameter.
setHtmlStylesheet(String) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
setHtmlStylesheet(String) - Method in interface org.schmant.task.findbugs.FindbugsConfigurable
 
setIgnoreMissingVariables(boolean) - Method in class org.schmant.task.text.IncludeFilesTF
 
setImplicitClassFileGeneration(JavacImplicitClassFileGeneration) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
setImplicitClassFileGeneration(JavacImplicitClassFileGeneration) - Method in interface org.schmant.task.template.jdk.javac.JavacTaskConfigurable
 
setIncludeFilterFile(Object) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
setIncludeFilterFile(Object) - Method in interface org.schmant.task.findbugs.FindbugsConfigurable
 
setInheritEnvironmentVariables(boolean) - Method in class org.schmant.support.io.ProcessSettings
Should environment variables be inherited from this process? The default value of this is true.
setInheritEnvironmentVariables(boolean) - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTF
 
setInheritEnvironmentVariables(boolean) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
setInheritEnvironmentVariables(boolean) - Method in class org.schmant.task.template.process.AbstractExtProcessTaskFactory
 
setInheritEnvironmentVariables(boolean) - Method in interface org.schmant.task.template.process.ExtProcessConfigurable
 
setInputEncoding(Charset) - Method in class org.schmant.task.html.HtmlLinkValidationTF
 
setInputEncoding(String) - Method in class org.schmant.task.html.HtmlLinkValidationTF
 
setInputEncoding(Charset) - Method in class org.schmant.task.template.text.AbstractTextInsertionTaskFactory
 
setInputEncoding(String) - Method in class org.schmant.task.template.text.AbstractTextInsertionTaskFactory
 
setInputEncoding(Charset) - Method in interface org.schmant.task.template.text.CharacterFileConfigurable
 
setInputEncoding(String) - Method in interface org.schmant.task.template.text.CharacterFileConfigurable
 
setInputEncoding(Charset) - Method in class org.schmant.task.text.AbstractAddTextTask
 
setInputEncoding(String) - Method in class org.schmant.task.text.AbstractAddTextTask
 
setInputEncoding(String) - Method in class org.schmant.task.text.AbstractAddTextTaskFactory
 
setInputEncoding(Charset) - Method in class org.schmant.task.text.AbstractAddTextTaskFactory
 
setInputEncoding(Charset) - Method in class org.schmant.task.text.FormatCharacterFileTF
 
setInputEncoding(String) - Method in class org.schmant.task.text.FormatCharacterFileTF
 
setInternalFileAttributes(ZipInternalFileAttributes) - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
setInternalFileAttributesStrategy(InternalFileAttributesStrategy) - Method in class org.at4j.zip.builder.ZipBuilder
Set the strategy to use for determining a Zip entry's internal file attributes property.
setInternalFileAttributesStrategy(InternalFileAttributesStrategy) - Method in class org.at4j.zip.builder.ZipBuilderSettings
Set the internal file attributes strategy used for creating the internal file attributes for the entries that are added to the archive.
setInternalFileAttributesStrategy(InternalFileAttributesStrategy) - Method in class org.schmant.task.at4j.zip.At4JZipTF
 
setIsolatedClassLoaders(boolean) - Method in class org.schmant.LauncherSettings
 
setJarFile(File) - Method in class org.entityfs.jar.JarFileSystemBuilder
Set the Jar file.
setJarFile(EFile) - Method in class org.entityfs.jar.JarFileSystemBuilder
Set the Jar file.
setJarFile(JarFile) - Method in class org.entityfs.jar.JarFileSystemBuilder
Set the Jar file.
setJarsignerExecutable(Object) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setJarToRun(Object) - Method in class org.schmant.task.jdk.java.JavaTF
 
setJavacExecutable(String) - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTF
 
setJavacExecutable(File) - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTF
 
setJavadocExecutable(Object) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
setJavaExecutable(Object) - Method in class org.schmant.task.template.jdk.java.AbstractExtJvmTaskFactory
 
setJavaExecutable(Object) - Method in interface org.schmant.task.template.jdk.java.ExtJvmConfigurable
 
setJavaHome(Object) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setJavaHome(Object) - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTF
 
setJavaHome(Object) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
setJavaHome(Object) - Method in class org.schmant.task.template.jdk.java.AbstractExtJvmTaskFactory
 
setJavaHome(Object) - Method in interface org.schmant.task.template.jdk.JavaHomeConfigurable
 
setJavaVMType(JavaVMType) - Method in class org.schmant.task.template.jdk.java.AbstractExtJavaTaskFactory
 
setJavaVMType(JavaVMType) - Method in interface org.schmant.task.template.jdk.java.ExtJavaConfigurable
 
setKeepGoing(boolean) - Method in interface org.schmant.task.apache.ant.AntConfigurable
 
setKeepGoing(boolean) - Method in class org.schmant.task.apache.ant.AntTF
 
setKeepTempFiles(boolean) - Method in class org.schmant.LauncherSettings
 
setKeyAlias(String) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setKeyPass(String) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setKeyPass(char[]) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setKeystore(Object) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setKeystorePass(String) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setKeystorePass(char[]) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setKeystoreType(String) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setKeywords(boolean) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
setKeywords(boolean) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -keywords flag.
setLastModificationTime(Date) - Method in class org.at4j.tar.TarEntryHeaderData
 
setLastModificationTime(Date) - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
setLastModified(long) - Method in interface org.entityfs.EntityView
Set the last modification time of the viewed entity.
setLastModified(long) - Method in class org.entityfs.ram.AbstractRamEntityAdapter
 
setLastModified(T, long) - Static method in class org.entityfs.util.Entities
Set the last modification time of an entity.
setLength(long) - Method in class org.entityfs.ram.RamFileAdapter
 
setLength(long) - Method in interface org.entityfs.RandomAccess
Set the length of the file.
setLength(long) - Method in class org.entityfs.util.base.EmptyRandomAccess
 
setLength(long) - Method in class org.entityfs.util.io.ByteArrayRandomAccess
 
setLength(long) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
setLength(long) - Method in class org.entityfs.util.io.InputStreamBackedRandomAccess
 
setLength(long) - Method in class org.entityfs.util.io.LockAwareRandomAccess
 
setLength(long) - Method in class org.entityfs.util.io.LockAwareRandomAccessFile
 
setLength(long) - Method in class org.entityfs.util.io.RandomAccessAdapter
 
setLength(long) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
setLength(long) - Method in class org.entityfs.util.io.RangeRandomAccess
 
setLength(long) - Method in class org.entityfs.util.io.TempFileBackedRandomAccess
 
setLevel(Level) - Method in class org.entityfs.support.log.Jdk14LogAdapter
 
setLevel(Level) - Method in interface org.entityfs.support.log.LogAdapter
Set the log level.
setLevel(Level) - Method in class org.entityfs.support.log.LogAdapterHolder
 
setLevel(Level) - Method in class org.entityfs.support.log.StdOutLogAdapter
 
setLevel(int) - Method in class org.entityfs.util.zip.AbstractZipCreator
Set the entry compression level (see ZipOutputStream.setLevel(int)).
setLevel(Level) - Method in class org.schmant.report.AbstractReport
 
setLevel(Level) - Method in class org.schmant.report.AsynchronousReport
 
setLevel(Level) - Method in interface org.schmant.report.Report
Set the log level.
setLevel(Level) - Method in class org.schmant.report.ReportLogAdapter
 
setLevel(Level) - Method in class org.schmant.report.SchmantReportLogAdapter
 
setLevel(int) - Method in class org.schmant.task.io.zip.AbstractJavaZipTask
 
setLevel(int) - Method in class org.schmant.task.io.zip.AbstractJavaZipTaskFactory
 
setLevel(Level) - Method in class org.schmant.task.proxy.RedirectReportTF
 
setLinkClass(String) - Method in class org.schmant.task.text.apilinks.ApiLinksTF
 
setLinkClass(String) - Method in class org.schmant.task.tp.AbstractLinkInsertionTaskFactory
 
setLinkName(String) - Method in class org.at4j.tar.TarEntryHeaderData
 
setLinkSource(boolean) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
setLinkSource(boolean) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -linksource flag.
setLinkTarget(String) - Method in class org.schmant.task.tp.AbstractLinkInsertionTaskFactory
"target" as in the value of an HTML anchor's target attribute.
setLocale(String) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
setLocale(String) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
 
setLocalHeaderFieldsZeroed(boolean) - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
 
setLocalHeaderValuesMasked(boolean) - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
 
setLocation(AbsoluteLocation) - Method in class org.at4j.tar.TarEntryHeaderData
 
setLocation(AbsoluteLocation) - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
setLocationPrefix(String) - Method in class org.schmant.task.xml.catalog.AddSystemIdToCatalogTF
 
setLockAcquiringStrategy(LockAcquiringStrategy) - Method in interface org.entityfs.FileSystemBuilder
Set the lock acquiring strategy that the file system will use.
setLockAdapterFactory(EntityLockAdapterFactory) - Method in interface org.entityfs.FileSystemBuilder
Set the lock adapter factory that the file system will use.
setLogAdapter(LogAdapter) - Method in class org.at4j.comp.bzip2.BZip2InputStreamSettings
Set a LogAdapter for writing diagnostic output from the bzip2 decoder to.
setLogAdapter(LogAdapter) - Method in class org.at4j.comp.bzip2.BZip2OutputStreamSettings
Set a LogAdapter for logging diagnostic output to.
setLogAdapter(LogAdapter) - Method in class org.at4j.comp.bzip2.BZip2ReadableFileSettings
Set a log adapter that the bzip2 input stream will use to log diagnostic output.
setLogAdapter(LogAdapter) - Method in class org.at4j.comp.bzip2.BZip2WritableFileSettings
Set a LogAdapter to use for logging error and diagnostic output.
setLogAdapter(LogAdapter) - Method in interface org.entityfs.FileSystemBuilder
Set the log adapter to use for the file system.
setLogAdapter(LogAdapter) - Method in class org.entityfs.support.log.LogAdapterHolder
Set a new LogAdapter.
setLogAdapterHolder(LogAdapterHolder) - Method in class org.entityfs.util.obs.polling.TimerTicker
Set a log adapter holder to use for logging errors from observers.
setLogDependencies(boolean) - Method in class org.schmant.run.TaskExecutor
By setting this to true, information about dependencies are logged to level INFO.
setLogFile(Object) - Method in interface org.schmant.task.apache.ant.AntConfigurable
 
setLogFile(Object) - Method in class org.schmant.task.apache.ant.AntTF
 
setLogFile(Object) - Method in class org.schmant.task.proxy.RedirectReportTF
 
setLogFooter(String) - Method in interface org.schmant.task.confable.LoggingConfigurable
Set the task's log footer (the message that is logged to level info after the task has completed successfully).
setLogFooter(String) - Method in class org.schmant.task.stub.AbstractTask
 
setLogFooter(String) - Method in class org.schmant.task.stub.AbstractTaskFactory
 
setLogHeader(String) - Method in interface org.schmant.task.confable.LoggingConfigurable
Set the task's log header (the message that is logged to level info before the task is run).
setLogHeader(String) - Method in class org.schmant.task.stub.AbstractTask
 
setLogHeader(String) - Method in class org.schmant.task.stub.AbstractTaskFactory
 
setLogLevel(AntLogLevel) - Method in interface org.schmant.task.apache.ant.AntConfigurable
 
setLogLevel(AntLogLevel) - Method in class org.schmant.task.apache.ant.AntTF
 
setLogTimestamp(boolean) - Method in class org.schmant.report.SimpleReportLineFormatter
Should a timestamp be logged with each log message?
setLzmaCompressionSettings(LzmaOutputStreamSettings) - Method in class org.schmant.task.at4j.lzma.LzmaTF
 
setMagic(String) - Method in class org.at4j.tar.TarEntryHeaderData
 
setManifest(Manifest) - Method in class org.entityfs.util.jar.JarCreator
Set the Jar file's manifest.
setManifest(Object) - Method in class org.schmant.task.jdk.jar.AbstractJarTask
 
setManifest(Manifest) - Method in class org.schmant.task.jdk.jar.AbstractJarTask
 
setManifest(Object) - Method in class org.schmant.task.jdk.jar.AbstractJarTaskFactory
 
setManifest(Manifest) - Method in class org.schmant.task.jdk.jar.AbstractJarTaskFactory
 
setMatchFinderAlgorithm(MatchFinderAlgorithm) - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
Set the match finder algorithm for the encoder.
setMaxDataQueueDepth(int) - Method in class org.at4j.comp.lzma.LzmaInputStreamSettings
Set the maximum depth of the incoming data queue.
setMaxDataQueueSize(int) - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
Set the maximum queue depth for the data queue used to feed data to the encoder.
setMaxFileSystemSizeBytes(long) - Method in class org.entityfs.ram.RamFileSystemBuilder
Set the maximum size of the file system data in bytes.
setMaxHeapInMegabytes(int) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
setMaximumCompression(boolean) - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
 
setMaxNoOfReplacesPerReplace(int) - Method in class org.schmant.task.text.TextReplaceTF
 
setMaxRandomNumber(int) - Static method in class org.schmant.support.io.TempFileUtil
Set the biggest random number (exclusive) to use when creating temporary files and directories.
setMethod(int) - Method in class org.entityfs.util.zip.AbstractZipCreator
Set the entry compression method (see ZipOutputStream.setMethod(int)).
setMethod(int) - Method in class org.schmant.task.io.zip.AbstractJavaZipTask
 
setMethod(ZipCompressionMethod) - Method in class org.schmant.task.io.zip.AbstractJavaZipTask
 
setMethod(int) - Method in class org.schmant.task.io.zip.AbstractJavaZipTaskFactory
 
setMethod(ZipCompressionMethod) - Method in class org.schmant.task.io.zip.AbstractJavaZipTaskFactory
 
setMode(UnixEntityMode) - Method in class org.at4j.tar.TarEntryHeaderData
 
setModeFlags(Set<UnixEntityModeFlag>) - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Set the set of UnixEntityModeFlag:s.
setModuleFiles(Collection<AbsoluteLocation>) - Method in class org.schmant.project.intellij.IprSettings
 
setName(String) - Method in interface org.entityfs.FileSystemBuilder
Set the name of the file system.
setName(String) - Method in class org.entityfs.util.EntityCopySpecification
Set the name to give to the entity at the target location.
setName(String) - Method in class org.entityfs.util.EntityRenameSpecification
Set the name that the entity will have at the target location.
setName(String) - Method in class org.schmant.project.eclipse.EclipseProjectInfo
Set the name of the project.
setNamespaceAware(boolean) - Method in class org.schmant.task.xml.dom.DomParseXmlTF
 
setNested(boolean) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
setNested(boolean) - Method in interface org.schmant.task.findbugs.FindbugsConfigurable
 
setNext(U) - Method in class org.entityfs.util.itr.AbstractIterator
 
setNoUserLib(boolean) - Method in interface org.schmant.task.apache.ant.AntConfigurable
 
setNoUserLib(boolean) - Method in class org.schmant.task.apache.ant.AntTF
 
setNowarn(boolean) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
setNowarn(boolean) - Method in interface org.schmant.task.template.jdk.javac.JavacTaskConfigurable
 
setNtFileAttributes(Set<NtFileAttributes>) - Method in interface org.entityfs.entityattrs.ntfs.NtFileAttributesConfigurable
Set the attributes.
setNtFileAttributes(int) - Method in interface org.entityfs.entityattrs.ntfs.NtFileAttributesConfigurable
Set the attributes.
setNumberOfEncoderThreads(int) - Method in class org.at4j.comp.bzip2.BZip2OutputStreamSettings
Set the number of encoder threads used for bzip2 compressing data.
setNumberOfEncoderThreads(int) - Method in class org.at4j.comp.bzip2.BZip2WritableFileSettings
Set the number of encoder threads to use for encoding bzip2 blocks.
setNumberOfEncoderThreads(int) - Method in class org.schmant.task.at4j.bzip2.BZip2TF
 
setNumberOfHuffmanTreeRefinementIterations(int) - Method in class org.at4j.comp.bzip2.BZip2OutputStreamSettings
Set the number of tree refinement iterations that are run when creating Huffman trees for each compressed data block.
setNumberOfHuffmanTreeRefinementIterations(int) - Method in class org.at4j.comp.bzip2.BZip2WritableFileSettings
Set the number of tree refinement iterations that is run when creating Huffman trees for each compressed data block.
setNumberOfHuffmanTreeRefinementIterations(int) - Method in class org.schmant.task.at4j.bzip2.BZip2TF
 
setNumberOfLiteralContextBits(int) - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
Set the number of literal context bits.
setNumberOfLiteralPosBits(int) - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
Set the number of literal pos bits.
setNumberOfPosBits(int) - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
Set the number of pos bits.
setNumberOfThreads(int) - Method in class org.at4j.comp.prog.StreamCompressionProgramArguments
 
setNumberOfThreads(int) - Method in class org.schmant.run.TaskExecutor
Set the maximum number of threads for the task executor.
setOtherModes(Set<UnixEntityAccessModeFlag>) - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Set the set of UnixEntityAccessModeFlag:s in effect for users that do not own the entity and that are not members of its owning group.
setOutputEncoding(Charset) - Method in class org.schmant.task.template.text.AbstractTextInsertionTaskFactory
 
setOutputEncoding(String) - Method in class org.schmant.task.template.text.AbstractTextInsertionTaskFactory
 
setOutputEncoding(Charset) - Method in interface org.schmant.task.template.text.CharacterFileConfigurable
 
setOutputEncoding(String) - Method in interface org.schmant.task.template.text.CharacterFileConfigurable
 
setOutputEncoding(Charset) - Method in class org.schmant.task.text.AbstractAddTextTask
 
setOutputEncoding(String) - Method in class org.schmant.task.text.AbstractAddTextTask
 
setOutputEncoding(String) - Method in class org.schmant.task.text.AbstractAddTextTaskFactory
 
setOutputEncoding(Charset) - Method in class org.schmant.task.text.AbstractAddTextTaskFactory
 
setOutputEncoding(Charset) - Method in class org.schmant.task.text.FormatCharacterFileTF
 
setOutputEncoding(String) - Method in class org.schmant.task.text.FormatCharacterFileTF
 
setOverview(Object) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
setOverview(Object) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
 
setOverwrite(boolean) - Method in interface org.schmant.task.confable.OverwriteConfigurable
Should things be overwritten? If this is set to true, it is equivalent to setting the overwrite strategy to DoOverwriteAndLogWarning.
setOverwrite(boolean) - Method in class org.schmant.task.findbugs.ExtFindbugsTask
 
setOverwrite(boolean) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
setOverwrite(boolean) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTask
 
setOverwrite(boolean) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setOverwrite(boolean) - Method in class org.schmant.task.stub.AbstractGeneratorTask
 
setOverwrite(boolean) - Method in class org.schmant.task.stub.AbstractGeneratorTaskFactory
 
setOverwrite(boolean) - Method in class org.schmant.task.stub.AbstractProcessTask
 
setOverwrite(boolean) - Method in class org.schmant.task.stub.AbstractProcessTaskFactory
 
setOverwrite(boolean) - Method in class org.schmant.task.stub.AbstractRecursiveProcessTaskFactory
 
setOverwrite(boolean) - Method in class org.schmant.task.svnkit.SvnExportTask
 
setOverwrite(boolean) - Method in class org.schmant.task.svnkit.SvnExportTF
 
setOverwriteStrategy(OverwriteStrategy) - Method in class org.at4j.tar.TarExtractSpecification
If there already are an entity (file or directory) at the location where an entry should be extracted, should the old entity be overwritten? Should a warning message be printed?
setOverwriteStrategy(OverwriteStrategy) - Method in class org.at4j.util.archive.ExtractSpecification
If an entity already exists in a location where the extractor tries to extract an entry, should the old entry be overwritten? Should a warning be printed?
setOverwriteStrategy(OverwriteStrategy) - Method in class org.entityfs.util.EntityCopySpecification
Set the strategy to use for deciding whether to overwrite an existing entity.
setOverwriteStrategy(OverwriteStrategy) - Method in class org.entityfs.util.EntityRenameSpecification
Set a new overwrite strategy that says how the rename operation should behave if there already is an entity at the target location.
setOverwriteStrategy(OverwriteStrategy) - Method in interface org.schmant.task.confable.OverwriteConfigurable
Set a strategy for how to react to existing entities in locations where the task wants to write.
setOverwriteStrategy(OverwriteStrategy) - Method in class org.schmant.task.findbugs.ExtFindbugsTask
 
setOverwriteStrategy(OverwriteStrategy) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
setOverwriteStrategy(OverwriteStrategy) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTask
 
setOverwriteStrategy(OverwriteStrategy) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setOverwriteStrategy(OverwriteStrategy) - Method in class org.schmant.task.stub.AbstractGeneratorTask
 
setOverwriteStrategy(OverwriteStrategy) - Method in class org.schmant.task.stub.AbstractGeneratorTaskFactory
 
setOverwriteStrategy(OverwriteStrategy) - Method in class org.schmant.task.stub.AbstractProcessTask
 
setOverwriteStrategy(OverwriteStrategy) - Method in class org.schmant.task.stub.AbstractProcessTaskFactory
 
setOverwriteStrategy(OverwriteStrategy) - Method in class org.schmant.task.stub.AbstractRecursiveProcessTaskFactory
 
setOverwriteStrategy(OverwriteStrategy) - Method in class org.schmant.task.svnkit.SvnExportTask
 
setOverwriteStrategy(OverwriteStrategy) - Method in class org.schmant.task.svnkit.SvnExportTF
 
setOwnerGid(Integer) - Method in class org.at4j.tar.builder.TarEntrySettings
Set the owner group id.
setOwnerGid(int) - Method in class org.at4j.tar.TarEntryHeaderData
 
setOwnerGroupName(String) - Method in class org.at4j.tar.builder.TarEntrySettings
Set the owner group name.
setOwnerName(String) - Method in class org.at4j.tar.TarEntryHeaderData
 
setOwnerUid(Integer) - Method in class org.at4j.tar.builder.TarEntrySettings
Set the owner user id.
setOwnerUid(int) - Method in class org.at4j.tar.TarEntryHeaderData
 
setOwnerUserName(String) - Method in class org.at4j.tar.builder.TarEntrySettings
Set the owner user name.
setParameter(String, Object) - Method in class org.schmant.task.xml.xslt.XsltTF
 
setParameters(Map<String, ?>) - Method in class org.schmant.task.xml.xslt.XsltTF
 
setPegRevision(long) - Method in class org.schmant.task.svnkit.SvnUrlToUrlCopyTF
 
setPegRevision(SVNRevision) - Method in class org.schmant.task.svnkit.SvnUrlToUrlCopyTF
 
setPermission(String) - Method in class org.schmant.task.io.ChmodTF
 
setPostprocessTaskFactory(Object) - Method in class org.schmant.task.project.JavaWorkspaceBuilderTF
 
setPreferPublic(boolean) - Method in class org.schmant.support.xml.XmlCatalogResolver
When resolving entities, should publicId names be used before systemId names? The default is to use systemId names before publicId (false).
setPreparationScripts(String) - Method in class org.schmant.LauncherSettings
 
setPreprocessTaskFactory(Object) - Method in class org.schmant.task.project.JavaWorkspaceBuilderTF
 
setPreserveAttributes(boolean) - Method in class org.entityfs.util.EntityCopySpecification
If this property is set to true, attributes such as the last modification time or NtFileAttributes are copied to the target entity.
setPreserveAttributes(boolean) - Method in class org.schmant.task.io.CopyTF
 
setPreserveAttributes(boolean) - Method in class org.schmant.task.io.TreeCopyTF
 
setProcessId(int) - Method in class org.at4j.tar.builder.PaxTarEntryStrategy
Set the process id of the current process (optional).
setProject(JavaProject) - Method in class org.schmant.project.java.JavaProjectClasspathDecorator
Set the project to build.
setProjectFile(Object) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
setProjectFile(Object) - Method in interface org.schmant.task.findbugs.FindbugsConfigurable
 
setProjectFilesRoot(Object) - Method in class org.schmant.task.text.IncludeFilesTF
 
setProjectFilesRoots(Object) - Method in class org.schmant.task.text.IncludeFilesTF
 
setProjectFilter(Filter<? super Project>) - Method in class org.schmant.task.project.JavaWorkspaceBuilderTF
 
setProjectLibraries(Map<String, List<JavaProjectClasspathEntry>>) - Method in class org.schmant.project.intellij.IprSettings
 
setProjectNatures(Set<String>) - Method in class org.schmant.project.eclipse.EclipseProjectInfo
Set this project's set of project natures.
setProjectSpecificTargetDirectories(boolean) - Method in class org.schmant.task.project.JavaWorkspaceBuilderTF
 
setProperties(byte[]) - Method in class org.at4j.comp.lzma.LzmaInputStreamSettings
Set the stream decoder properties (five bytes).
setPropertyFile(Object) - Method in interface org.schmant.task.apache.ant.AntConfigurable
 
setPropertyFile(Object) - Method in class org.schmant.task.apache.ant.AntTF
 
setProtected(boolean) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setProvider(String) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setProviderArg(String) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setProviderName(String) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setPublicId(String) - Method in class org.schmant.task.xml.validation.SchemaFactoryTF
 
setQuiet(boolean) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
setReadOnly() - Method in interface org.at4j.archive.builder.ArchiveEntrySettings
Set this settings object to be read only to prevent accidental modification.
setReadOnly() - Method in class org.at4j.tar.builder.TarEntrySettings
 
setReadOnly() - Method in class org.at4j.zip.builder.ZipEntrySettings
 
setReadOnly(boolean) - Method in interface org.entityfs.FileSystem
Set this file system read only true or read/write false.
setReadUncompressedSize(boolean) - Method in class org.at4j.comp.lzma.LzmaInputStreamSettings
Should the size of the data in the stream when uncompressed be read after the encoding settings header has been read? If the uncompressed size can be determined in some other way, this may be omitted from the stream.
setRecordsPrecededByLengthControlField(boolean) - Method in class org.at4j.zip.ZipInternalFileAttributes
 
setRecursive(boolean) - Method in class org.schmant.task.svnkit.SvnExportTF
 
setRelativeOffsetOfLocalHeader(UnsignedInteger) - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
setRelativeToBase(RelativeLocation) - Method in class org.schmant.task.apache.ant.AntTask
 
setRelativeToBase(RelativeLocation) - Method in class org.schmant.task.apache.ant.AntTF
 
setRelativeToBase(RelativeLocation) - Method in interface org.schmant.task.confable.SourceConfigurable
This property is set with the task's source's location relative to a base location if the task is run within a recursive task.
setRelativeToBase(RelativeLocation) - Method in class org.schmant.task.findbugs.ExtFindbugsTask
This is ignored.
setRelativeToBase(RelativeLocation) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
setRelativeToBase(RelativeLocation) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTask
 
setRelativeToBase(RelativeLocation) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setRelativeToBase(RelativeLocation) - Method in class org.schmant.task.stub.AbstractActionTask
 
setRelativeToBase(RelativeLocation) - Method in class org.schmant.task.stub.AbstractActionTaskFactory
 
setReport(Report) - Static method in class org.schmant.report.ReportManager
Set a new Report for the current thread.
setReportFactory(String) - Method in class org.schmant.LauncherSettings
 
setReportFormatter(JUnit4TestSuiteReportPrinter) - Method in class org.schmant.task.junit4.suitereporter.JUnit4TestSuiteReporter
Set the report formatter to be used by JUnit4TestSuiteReporter.printReport().
setReportLevel(Level) - Method in interface org.schmant.task.confable.LoggingConfigurable
Set the Report level to use when running tasks created by this factory.
setReportLevel(Level) - Method in class org.schmant.task.stub.AbstractTask
 
setReportLevel(Level) - Method in class org.schmant.task.stub.AbstractTaskFactory
 
setReportLineFormatter(String) - Method in class org.schmant.LauncherSettings
 
setReportLineFormatter(ReportLineFormatter) - Method in class org.schmant.report.AsynchronousStdoutReportFactory
 
setReportLineFormatter(ReportLineFormatter) - Method in class org.schmant.report.FileReportFactory
 
setReportLineFormatter(ReportLineFormatter) - Method in interface org.schmant.report.ReportFactory
Set the ReportLineFormatter to use for Report objects created from this factory.
setReportLineFormatter(ReportLineFormatter) - Method in class org.schmant.report.StdoutReportFactory
 
setReportLineFormatter(ReportLineFormatter) - Method in class org.schmant.task.proxy.RedirectReportTF
 
setRepositoryLocation(String) - Method in class org.schmant.task.svnkit.AbstractSvnTaskFactory
 
setRepositoryLocation(SVNURL) - Method in class org.schmant.task.svnkit.AbstractSvnTaskFactory
 
setRepositoryLocation(String) - Method in interface org.schmant.task.svnkit.SvnRepositoryConfigurable
Set the repository location.
setRepositoryLocation(SVNURL) - Method in interface org.schmant.task.svnkit.SvnRepositoryConfigurable
 
setResourceResolverDecorator(LSResourceResolverDecorator<?>) - Method in class org.schmant.task.xml.validation.SchemaFactoryTF
 
setRethrowExceptions(boolean) - Method in class org.entityfs.error.LoggingErrorHandlingStrategy
Set to true if the error handling strategy should rethrow Exception:s (wrapped in FileSystemException:s).
setRethrowFileSystemExceptions(boolean) - Method in class org.entityfs.error.LoggingErrorHandlingStrategy
Set to true if the error handling strategy should rethrow FileSystemException:s.
setRethrowRuntimeExceptions(boolean) - Method in class org.entityfs.error.LoggingErrorHandlingStrategy
Set to true if the error handling strategy should rethrow RuntimeException:s.
setRevision(long) - Method in class org.schmant.task.svnkit.SvnExportTF
 
setRevision(long) - Method in class org.schmant.task.svnkit.SvnUrlToUrlCopyTF
 
setRevision(SVNRevision) - Method in class org.schmant.task.svnkit.SvnUrlToUrlCopyTF
 
setRoot(File) - Method in class org.entityfs.fs.AbstractFSFileSystemBuilder
Set the root of the file system.
setRoot(File) - Method in interface org.entityfs.fs.FSFileSystemBuilder
Set the root directory of the file system.
setRunning() - Method in class org.schmant.run.TaskExecutorStatus
Tell the status object that a task is now running.
setSchema(Object) - Method in class org.schmant.task.xml.dom.DomParseXmlTF
 
setSchemaLanguage(String) - Method in class org.schmant.task.xml.validation.SchemaFactoryTF
 
setSchmantHome(File) - Method in class org.schmant.LauncherSettings
 
setScriptExecutorImplementation(String) - Method in class org.schmant.LauncherSettings
Set the fully qualified class name of the ScriptExecutor implementation to use.
setScriptExecutorImplementation(Class<? extends ScriptExecutor>) - Method in class org.schmant.LauncherSettings
Set the ScriptExecutor implementation to use for running the build script.
setScriptFile(String) - Method in class org.schmant.LauncherSettings
Set the file system path to the script file to run.
setScriptFile(File) - Method in class org.schmant.LauncherSettings
Set the script file to run.
setScriptFileObject(NamedReadableFile) - Method in class org.schmant.LauncherSettings
Set the script file to run.
setSerialWarn(boolean) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
setSerialWarn(boolean) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -serialwarn flag.
setSigFile(String) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setSignatureAlgorithm(String) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setSizeGuard(RamFileSystemSizeGuard) - Method in class org.entityfs.ram.RamFileSystemAdapter
This should only be used for testing.
setSortByClass(boolean) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
setSortByClass(boolean) - Method in interface org.schmant.task.findbugs.FindbugsConfigurable
 
setSource(Object) - Method in class org.schmant.task.apache.ant.AntTask
 
setSource(Object) - Method in class org.schmant.task.apache.ant.AntTF
 
setSource(Object) - Method in interface org.schmant.task.confable.SourceConfigurable
Set one or several sources, discarding previously set sources.
setSource(Object) - Method in class org.schmant.task.findbugs.ExtFindbugsTask
 
setSource(Object) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
setSource(Object) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTask
 
setSource(Object) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setSource(Object) - Method in class org.schmant.task.stub.AbstractActionTask
 
setSource(Object) - Method in class org.schmant.task.stub.AbstractActionTaskFactory
 
setSourceBody(String) - Method in interface org.schmant.task.apache.ant.AntConfigurable
Default target is "doit", basedir="." (Schmant script directory)
setSourceBody(String) - Method in class org.schmant.task.apache.ant.AntTF
 
setSourceCodeVersion(String) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
Corresponds to javac's -source flag
setSourceCodeVersion(String) - Method in interface org.schmant.task.template.jdk.javac.JavacTaskConfigurable
 
setSourceCodeVersion(String) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
setSourceCodeVersion(String) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
 
setSourceFilesDir(Object) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
 
setSourceFilesDir(Object) - Method in interface org.schmant.task.template.jdk.javac.JavacTaskConfigurable
 
setSources(Object) - Method in class org.schmant.task.apache.ant.AntTask
 
setSources(Object) - Method in class org.schmant.task.apache.ant.AntTF
 
setSources(Object) - Method in interface org.schmant.task.confable.SourceConfigurable
This method does the same as SourceConfigurable.setSource(Object)
setSources(Object) - Method in class org.schmant.task.findbugs.ExtFindbugsTask
 
setSources(Object) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
setSources(Object) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTask
 
setSources(Object) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setSources(Object) - Method in class org.schmant.task.stub.AbstractActionTask
 
setSources(Object) - Method in class org.schmant.task.stub.AbstractActionTaskFactory
 
setSourceTargetBody(String) - Method in interface org.schmant.task.apache.ant.AntConfigurable
When using only one Ant target in the script.
setSourceTargetBody(String) - Method in class org.schmant.task.apache.ant.AntTF
 
setSplitIndex(boolean) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
setSplitIndex(boolean) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -splitindex flag.
setStabilizedLimitMSecs(long) - Method in class org.entityfs.util.obs.polling.PollingDirectoryMonitorer
 
setStartPositionOfFileData(long) - Method in class org.at4j.zip.ZipEntryLocalFileHeaderData
 
setStderrStrategy(ProcessOutputStrategy) - Method in class org.schmant.support.io.ProcessSettings
Set the strategy to use for collecting the process' stderr output.
setStderrStrategy(ProcessOutputStrategy) - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTF
 
setStderrStrategy(ProcessOutputStrategy) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
setStderrStrategy(ProcessOutputStrategy) - Method in class org.schmant.task.template.process.AbstractExtProcessTaskFactory
 
setStderrStrategy(ProcessOutputStrategy) - Method in interface org.schmant.task.template.process.ExtProcessConfigurable
 
setStdoutStrategy(ProcessOutputStrategy) - Method in class org.schmant.support.io.ProcessSettings
Set the strategy to use for collecting the process' stdout output.
setStdoutStrategy(ProcessOutputStrategy) - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTF
 
setStdoutStrategy(ProcessOutputStrategy) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
setStdoutStrategy(ProcessOutputStrategy) - Method in class org.schmant.task.template.process.AbstractExtProcessTaskFactory
 
setStdoutStrategy(ProcessOutputStrategy) - Method in interface org.schmant.task.template.process.ExtProcessConfigurable
 
setStream(InputStream) - Method in class org.schmant.support.io.AbstractProcessOutputListener
Must be set before the thread is started.
setStream(InputStream) - Method in interface org.schmant.support.io.ProcessOutputListener
Set the stream to listen to.
setStrongEncryption(boolean) - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
 
setStylesheet(Object) - Method in class org.schmant.task.xml.xslt.XsltTF
 
setStylesheetFile(Object) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
setStylesheetFile(Object) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -stylesheetfile flag.
setSubject(Subject) - Method in class org.entityfs.AbstractAccessController
 
setSubject(Subject) - Method in interface org.entityfs.security.AccessController
Set the subject for the current thread.
setSubPackages(boolean) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
setSubPackages(boolean) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
 
setSuperFastCompression(boolean) - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
 
setSvnOptions(ISVNOptions) - Method in class org.schmant.task.svnkit.SvnUrlToUrlCopyTF
 
setSystemId(String) - Method in class org.schmant.task.xml.validation.SchemaFactoryTF
 
setTagText(String) - Method in class org.schmant.task.template.jdk.javadoc.JavadocTagDefinition
Set the header text for the tag.
setTarget(Object) - Method in interface org.schmant.task.confable.TargetConfigurable
Set the target.
setTarget(Object) - Method in class org.schmant.task.findbugs.ExtFindbugsTask
 
setTarget(Object) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
setTarget(Object) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTask
 
setTarget(Object) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setTarget(Object) - Method in class org.schmant.task.jdk.javadoc.pdfdoclet.AbstractPdfDocletDecorator
 
setTarget(Object) - Method in class org.schmant.task.junit4.ant.JUnit4AntXmlReporter
 
setTarget(Object) - Method in class org.schmant.task.junit4.suitereporter.JUnit4TestSuiteReporter
Set the target directory where XML files will be created.
setTarget(Object) - Method in class org.schmant.task.stub.AbstractGeneratorTask
 
setTarget(Object) - Method in class org.schmant.task.stub.AbstractGeneratorTaskFactory
 
setTarget(Object) - Method in class org.schmant.task.stub.AbstractProcessTask
 
setTarget(Object) - Method in class org.schmant.task.stub.AbstractProcessTaskFactory
 
setTarget(Object) - Method in class org.schmant.task.stub.AbstractRecursiveProcessTaskFactory
 
setTarget(Object) - Method in class org.schmant.task.svnkit.SvnExportTask
 
setTarget(Object) - Method in class org.schmant.task.svnkit.SvnExportTF
 
setTarget(Object) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
setTargetRepositoryLocation(String) - Method in class org.schmant.task.svnkit.SvnUrlToUrlCopyTF
 
setTargetRepositoryLocation(SVNURL) - Method in class org.schmant.task.svnkit.SvnUrlToUrlCopyTF
 
setTargetStrategy(Object) - Method in class org.schmant.task.meta.RecursiveProcessTF
 
setTargetVersion(String) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTaskFactory
Corresponds to javac's -target flag
setTargetVersion(String) - Method in interface org.schmant.task.template.jdk.javac.JavacTaskConfigurable
 
setTaskCategories(Object) - Method in class org.schmant.task.tp.taskref.SchmantTaskrefTF
 
setTaskExecutor(TaskExecutor) - Method in interface org.schmant.task.confable.TaskExecutorConfigurable
Set the task executor.
setTaskExecutor(TaskExecutor) - Method in class org.schmant.task.meta.ForEachSourceTF
 
setTaskExecutor(TaskExecutor) - Method in class org.schmant.task.meta.RecursiveActionTF
 
setTaskExecutor(TaskExecutor) - Method in class org.schmant.task.meta.RecursiveProcessTF
 
setTaskExecutor(TaskExecutor) - Method in class org.schmant.task.project.JavaWorkspaceBuilderTF
 
setTaskFactory(Object) - Method in interface org.schmant.task.confable.TaskFactoryConfigurable
Set the task factory.
setTaskFactory(Object) - Method in class org.schmant.task.meta.ForEachSourceTF
 
setTaskFactory(Object) - Method in class org.schmant.task.meta.RecursiveActionTF
 
setTaskFactory(Object) - Method in class org.schmant.task.meta.RecursiveProcessTF
 
setTaskFactory(Object) - Method in class org.schmant.task.proxy.ReplaceSourceFileTF
 
setTaskFactory(Object) - Method in class org.schmant.task.template.proxy.AbstractProxyTaskFactory
 
setTaskPackagePath(String) - Method in class org.schmant.LauncherSettings
Set the path of extra task packages.
setTempDirectory(Object) - Method in interface org.schmant.task.confable.TemporaryDirectoryConfigurable
Set a temporary files directory for the task.
setTempDirectory(Object) - Method in class org.schmant.task.project.JavaWorkspaceBuilderTF
 
setTempDirectory(Object) - Method in class org.schmant.task.proxy.ReplaceSourceFileTF
 
setTempDirectory(Object) - Method in class org.schmant.task.template.text.AbstractTextInsertionTaskFactory
 
setTemplates(Object) - Method in class org.schmant.task.xml.xslt.XsltTF
 
setTemporaryFilesDirectory(Directory) - Method in interface org.entityfs.FileSystem
Set the directory where this file system keeps its temporary files.
setText(Object) - Method in class org.schmant.task.text.AbstractAddTextTask
 
setText(Object) - Method in class org.schmant.task.text.AbstractAddTextTaskFactory
 
setTextEncoding(Charset) - Method in class org.schmant.task.text.AbstractAddTextTask
 
setTextEncoding(Charset) - Method in class org.schmant.task.text.AbstractAddTextTaskFactory
 
setTextEncodingCharset(Charset) - Method in class org.at4j.zip.builder.ZipBuilderSettings
Set the charset to use for encoding text other than file names in the archive.
setTextEncodingCharset(Charset) - Method in class org.schmant.task.at4j.zip.At4JUnzipTF
 
setTextEncodingCharset(String) - Method in class org.schmant.task.at4j.zip.At4JUnzipTF
 
setTextEncodingCharset(Charset) - Method in class org.schmant.task.at4j.zip.At4JZipTF
 
setTextEncodingCharset(String) - Method in class org.schmant.task.at4j.zip.At4JZipTF
 
setTextFile(boolean) - Method in class org.at4j.zip.ZipInternalFileAttributes
 
setThreadFactory(ThreadFactory) - Method in class org.at4j.comp.lzma.LzmaInputStreamSettings
Set the thread factory to use for creating the thread that will run the LZMA decompression.
setThreadFactory(ThreadFactory) - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
Set the thread factory to use for creating the thread that will run the LZMA compression.
setTime(long, TimeUnit) - Method in class org.schmant.task.proxy.TimedExecutionTF
 
setTiming() - Method in class org.at4j.comp.prog.StreamCompressionProgramArguments
 
setTraceLogging(boolean) - Method in interface org.schmant.task.confable.LoggingConfigurable
Enable or disable trace logging for tasks created by this factory.
setTraceLogging(boolean) - Method in class org.schmant.task.stub.AbstractTask
 
setTraceLogging(boolean) - Method in class org.schmant.task.stub.AbstractTaskFactory
 
setTraceMode() - Method in class org.schmant.LauncherSettings
 
setTraceMode(boolean) - Static method in class org.schmant.report.TraceMode
 
setTransformerFactoryClassName(String) - Method in class org.schmant.task.tp.taskref.SchmantTaskrefTF
 
setTransformerFactoryClassName(String) - Method in interface org.schmant.task.xml.xslt.StylesheetCompilerConfigurable
 
setTransformerFactoryClassName(String) - Method in class org.schmant.task.xml.xslt.TemplateCompilerTF
 
setTransformerFactoryClassName(String) - Method in class org.schmant.task.xml.xslt.XsltTF
 
setTsa(String) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setTsaCert(String) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setTypeFlag(char) - Method in class org.at4j.tar.TarEntryHeaderData
 
setUid(int) - Method in interface org.entityfs.entityattrs.UidGidConfigurable
Set the user id.
setUncompressedSize(long) - Method in class org.at4j.comp.lzma.LzmaInputStreamSettings
Set the uncompressed size of the data that can be read from the stream.
setUncompressedSize(UnsignedInteger) - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
setUnixEntityMode(UnixEntityMode) - Method in interface org.entityfs.entityattrs.unix.UnixEntityModeConfigurable
Set the UnixEntityMode.
setUnixEntityMode(int) - Method in interface org.entityfs.entityattrs.unix.UnixEntityModeConfigurable
Set the UnixEntityMode using its integer representation.
setup() - Method in class org.schmant.support.io.AbstractProcessOutputListener
Subclasses override this if they want to do any initialization when the listener thread is starting.
setUriResolver(URIResolver) - Method in class org.schmant.task.xml.xslt.XsltTF
 
setUriResolverDecorator(UriResolverDecorator<?>) - Method in class org.schmant.task.xml.xslt.XsltTF
 
setUrlForApiDocumentation(String) - Method in class org.schmant.task.tp.taskref.SchmantTaskrefTF
 
setUrlForStylesheet(String) - Method in class org.schmant.task.tp.taskref.SchmantTaskrefTF
 
setUse(boolean) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
setUse(boolean) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -use flag.
setUseCommonsCompress(boolean) - Method in class org.at4j.comp.bzip2.BZip2ReadableFileSettings
Should the bzip2 input stream from Apache Commons Compress be used instead of At4J's implementation?
setUseCommonsCompress(boolean) - Method in class org.at4j.comp.bzip2.BZip2WritableFileSettings
Should the bzip2 implementation from Apache Commons Compress be used instead of At4J's?
setUseCommonsCompressImplementation(boolean) - Method in class org.schmant.task.at4j.bzip2.BZip2TF
 
setUseFifoQueue(boolean) - Method in class org.schmant.run.TaskExecutor
Use a FIFO (first in - first out) queue for tasks? The default value of this property is, false, meaning that a queue enqueuing tasks in random order is used.
setUseFileInsteadOfInputStream(boolean) - Method in class org.schmant.task.xml.dom.DomParseXmlTF
 
setUseFilesInsteadOfStreamsForUris(boolean) - Method in class org.schmant.support.xml.XmlCatalogResolver
Should java.io.File-based javax.xml.transform.Source objects be created instead of java.io.InputStream-based when resolving URI:s? Doing so probably makes the Source object reusable and vaguely aware of the entity's location, which seems to be required by some XML applications.
setUserModes(Set<UnixEntityAccessModeFlag>) - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
Set the set of UnixEntityAccessModeFlag:s in effect for the entity's owner, and return a new object.
setUstarVersion(String) - Method in class org.at4j.tar.TarEntryHeaderData
 
setUtf8Encoding(boolean) - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
 
setValidating(boolean) - Method in class org.schmant.task.xml.dom.DomParseXmlTF
 
setValidLinkCollection(Collection<String>) - Method in class org.schmant.task.html.HtmlLinkValidationTF
 
setVariables(Map<String, String>) - Method in class org.at4j.tar.TarEntryHeaderData
 
setVerbose(boolean) - Method in class org.schmant.support.xml.XmlCatalogResolver
Should the catalog resolver be verbose? If it is, it logs an info message to the current thread's Report every time it tries to resolve an entity.
setVerbose(boolean) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTF
 
setVerbose(boolean) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
setVersion(boolean) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
setVersion(boolean) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -version flag.
setVersionNeededToExtract(UnsignedByte) - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
setVersionUsedToCreate(UnsignedByte) - Method in class org.at4j.zip.ZipEntryCentralFileHeaderData
 
setVisibilityLevel(JavadocVisibilityLevel) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTaskFactory
 
setVisibilityLevel(JavadocVisibilityLevel) - Method in interface org.schmant.task.template.jdk.javadoc.JavadocTaskConfigurable
 
setWebXml(Object) - Method in class org.schmant.task.jdk.jar.WarTF
 
setWindowTitle(String) - Method in class org.schmant.task.template.jdk.javadoc.AbstractStandardDocletDecorator
 
setWindowTitle(String) - Method in interface org.schmant.task.template.jdk.javadoc.StandardDocletDecorator
Corresponds to the Standard doclet's -windowtitle parameter.
setWorkingDirectory(File) - Method in class org.schmant.support.io.ProcessSettings
Set the working directory for the process.
setWorkingDirectory(Object) - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTF
 
setWorkingDirectory(Object) - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTF
 
setWorkingDirectory(Object) - Method in class org.schmant.task.template.process.AbstractExtProcessTaskFactory
 
setWorkingDirectory(Object) - Method in interface org.schmant.task.template.process.ExtProcessConfigurable
 
setWorkspace(ProjectRepository) - Method in class org.schmant.task.project.JavaWorkspaceBuilderTF
 
setWriteFileHeader(boolean) - Method in class org.schmant.task.at4j.bzip2.BZip2TF
Deprecated. 
setWriteStreamProperties(boolean) - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
Should the encoding properties be written at the head of the stream? The properties are five bytes that document the settings of the encoder when encoding the stream.
setWriteUncompressedDataSize(boolean) - Method in class org.at4j.comp.lzma.LzmaOutputStreamSettings
Should the uncompressed data size be written at the head of the stream, after the encoder properties (or first, if they are not present)? The uncompressed data size is a eight byte signed little endian value.
setXIncludeAware(boolean) - Method in class org.schmant.task.xml.dom.DomParseXmlTF
 
setXmlCatalog(XmlCatalog<?>) - Method in class org.schmant.task.xml.catalog.AbstractXmlCatalogActionTaskFactory
 
setXmlCatalog(XmlCatalog<?>) - Method in interface org.schmant.task.xml.catalog.XmlCatalogConfigurable
 
setXmlFilePrefix(String) - Method in class org.schmant.task.junit4.suitereporter.JUnit4TestSuiteReporter
Set the file prefix for the XML files.
setXmlUriResolver(URIResolver) - Method in class org.schmant.task.xml.xslt.XsltTF
 
setXmlUriResolverDecorator(UriResolverDecorator<?>) - Method in class org.schmant.task.xml.xslt.XsltTF
 
setXmlWithMessages(boolean) - Method in class org.schmant.task.findbugs.ExtFindbugsTF
 
setXmlWithMessages(boolean) - Method in interface org.schmant.task.findbugs.FindbugsConfigurable
 
setXslUriResolver(URIResolver) - Method in interface org.schmant.task.xml.xslt.StylesheetCompilerConfigurable
 
setXslUriResolver(URIResolver) - Method in class org.schmant.task.xml.xslt.TemplateCompilerTF
 
setXslUriResolver(URIResolver) - Method in class org.schmant.task.xml.xslt.XsltTF
 
setXslUriResolverDecorator(UriResolverDecorator<?>) - Method in interface org.schmant.task.xml.xslt.StylesheetCompilerConfigurable
 
setXslUriResolverDecorator(UriResolverDecorator<?>) - Method in class org.schmant.task.xml.xslt.TemplateCompilerTF
 
setXslUriResolverDecorator(UriResolverDecorator<?>) - Method in class org.schmant.task.xml.xslt.XsltTF
 
setZipFile(File) - Method in class org.entityfs.zip.ZipFileSystemBuilder
Set the Zip file.
setZipFile(EFile) - Method in class org.entityfs.zip.ZipFileSystemBuilder
Set the Zip file.
setZipFile(ZipFile) - Method in class org.entityfs.zip.ZipFileSystemBuilder
Set the Zip file.
SeveralEntitiesMatchingException - Exception in org.entityfs.util
This exception is thrown by regular expression methods in Directories when there are several entities matching a regular expression.
SeveralEntitiesMatchingException(String, Collection<? extends EntityView>) - Constructor for exception org.entityfs.util.SeveralEntitiesMatchingException
 
SharedTaskPackageClassLoader - Class in org.schmant.tpm
This is the TaskPackageClassLoader for the (default) shared class loader strategy.
SharedTaskPackageClassLoader(ClassLoader) - Constructor for class org.schmant.tpm.SharedTaskPackageClassLoader
 
shortValue() - Method in class org.at4j.support.lang.UnsignedByte
Get the unsigned byte value as a short.
ShrunkCompressionMethod - Class in org.at4j.zip.comp
This is the "Shrunk" compression method.
shutdown() - Method in interface org.at4j.comp.bzip2.BZip2EncoderExecutorService
This method should be called when the executor service is no longer needed.
shutdown() - Method in class org.schmant.run.TaskExecutor
Call this to shut down the task executor before all tasks have been executed.
shutDownAll(Report) - Static method in class org.schmant.run.TaskExecutors
 
shutdownNow() - Method in class org.schmant.run.TaskExecutor
Call this to shut down the task executor before all tasks have been executed.
SignedInteger - Class in org.at4j.support.lang
This class represents a signed integer value (i.e.
SignedLong - Class in org.at4j.support.lang
This class represents a signed long value (i.e.
SimpleAccessControllerSubject - Class in org.entityfs.security
This is a simple, immutable Subject implementation that uses an AccessController and a fixed list of credentials.
SimpleAccessControllerSubject(AccessController) - Constructor for class org.entityfs.security.SimpleAccessControllerSubject
Create a Subject without any principals or credentials.
SimpleAccessControllerSubject(AccessController, Set<? extends Principal>, Set<?>, Set<?>) - Constructor for class org.entityfs.security.SimpleAccessControllerSubject
Create a Subject with the supplied set of principals and credentials.
SimpleAccessControllerUidGidSubject - Class in org.entityfs.entityattrs
This is a simple, immutable UidGidSubject implementation that uses an AccessController and a fixed list of credentials.
SimpleAccessControllerUidGidSubject(AccessController, int, int) - Constructor for class org.entityfs.entityattrs.SimpleAccessControllerUidGidSubject
Create a UidGidSubject without any principals, credentials or secondary GID:s.
SimpleAccessControllerUidGidSubject(AccessController, int, int, Collection<Integer>) - Constructor for class org.entityfs.entityattrs.SimpleAccessControllerUidGidSubject
Create a UidGidSubject without any principals or credentials.
SimpleAccessControllerUidGidSubject(AccessController, Set<? extends Principal>, Set<?>, Set<?>, int, int, Collection<Integer>) - Constructor for class org.entityfs.entityattrs.SimpleAccessControllerUidGidSubject
Create a UidGidSubject with the supplied set of principals and credentials.
SimpleJUnit4TestSuiteReportPrinter - Class in org.schmant.task.junit4.suitereporter
This is the default JUnit4TestSuiteReportPrinter.
SimpleJUnit4TestSuiteReportPrinter() - Constructor for class org.schmant.task.junit4.suitereporter.SimpleJUnit4TestSuiteReportPrinter
 
SimpleReportLineFormatter - Class in org.schmant.report
This is the default LogLineFormatter.
SimpleReportLineFormatter() - Constructor for class org.schmant.report.SimpleReportLineFormatter
 
SimpleRunListener - Class in org.schmant.task.junit4.launcher
The SimpleRunListener reports test results to stdout and stderr.
SimpleRunListener() - Constructor for class org.schmant.task.junit4.launcher.SimpleRunListener
 
SIZE - Static variable in class org.at4j.support.lang.UnsignedInteger
Each unsigned integer is four bytes long.
SIZE - Static variable in class org.at4j.support.lang.UnsignedShort
Each unsigned short is two bytes long.
size() - Method in class org.at4j.tar.TarFile
Get the number of Tar entries in the archive.
size() - Method in class org.at4j.zip.ZipFile
Get the number of Zip entries in this Zip file
size(EntityListable) - Static method in class org.entityfs.util.Directories
Get the size of the directory measured in the number of child entities that it contains.
size() - Method in class org.entityfs.util.properties.FileBackedProperties
 
skip(long) - Method in interface org.at4j.support.io.BitInput
Skip bytes in the input.
skip(long) - Method in class org.at4j.support.io.LittleEndianBitInputStream
 
skip(long) - Method in class org.entityfs.support.io.ChecksumInputStream
 
skip(long) - Method in class org.entityfs.support.io.CountingInputStream
 
skip(long) - Method in class org.entityfs.support.io.InputStreamProxy
 
skip(long) - Method in class org.entityfs.util.io.DataSourceToInputStreamAdapter
 
skip(long) - Method in class org.entityfs.util.io.LockAwareFileInputStream
 
skip(long) - Method in class org.entityfs.util.io.LockAwareInputStream
 
skip(long) - Method in class org.entityfs.util.io.RandomAccessInputStreamAdapter
Deprecated.  
skip(long) - Method in class org.entityfs.util.io.RandomAccessToInputStreamAdapter
 
skip(long) - Method in class org.entityfs.util.io.RangeInputStream
 
skipBytes(long) - Method in interface org.entityfs.DataSource
Attempt to skip over n bytes in the source.
skipBytes(long) - Method in class org.entityfs.util.base.EmptyRandomAccess
 
skipBytes(long) - Method in class org.entityfs.util.io.ByteArrayRandomAccess
 
skipBytes(long) - Method in class org.entityfs.util.io.CountingDataSource
 
skipBytes(int) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
skipBytes(long) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
skipBytes(long) - Method in class org.entityfs.util.io.InputStreamBackedRandomAccess
 
skipBytes(long) - Method in class org.entityfs.util.io.InputStreamToDataSourceAdapter
 
skipBytes(long) - Method in class org.entityfs.util.io.LockAwareRandomAccess
 
skipBytes(long) - Method in class org.entityfs.util.io.RandomAccessAdapter
 
skipBytes(int) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
skipBytes(long) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
skipBytes(long) - Method in class org.entityfs.util.io.RangeRandomAccess
 
skipBytes(long) - Method in class org.entityfs.util.io.TempFileBackedRandomAccess
 
skipToByteBoundary() - Method in interface org.at4j.support.io.BitInput
Move the position to the next byte boundary.
skipToByteBoundary() - Method in class org.at4j.support.io.LittleEndianBitInputStream
 
skipToNextBlockBoundary(DataSource, long) - Method in class org.at4j.tar.ExtractTarEntryExtractionStrategy
 
SourceConfigurable<T extends SourceConfigurable<T>> - Interface in org.schmant.task.confable
This interface defines a class that can be configured with a collection of sources.
SourceConfigured - Interface in org.schmant.task.confable
This interface is implemented by objects that are configured with one or several source objects.
SourceDirectoryClasspathEntry - Class in org.schmant.project.eclipse
This classpath entry is a reference to a source code directory for an Eclipse Java project.
SourceDirectoryClasspathEntry(DirectoryView) - Constructor for class org.schmant.project.eclipse.SourceDirectoryClasspathEntry
Create a source code directory classpath entry.
SP_IMPLEMENTATION - Static variable in class org.schmant.arg.ArgumentInterpreter
The name of the system property that may contain the fully qualified name of the argument interpreter implementation to use.
StandardDocletDecorator<T extends StandardDocletDecorator<T>> - Interface in org.schmant.task.template.jdk.javadoc
A decorator for generating Javadoc documentation using the standard doclet.
start() - Method in interface org.entityfs.obs.DirectoryMonitorer
Start the monitorer.
start() - Method in class org.entityfs.util.obs.polling.PollingDirectoryMonitorer
Start the monitorer.
start() - Method in class org.entityfs.util.obs.polling.TimerTicker
Start the timer ticker.
start() - Method in class org.schmant.run.TaskExecutor
Start the task executor.
StAXSupport - Class in org.schmant.support.xml.stax
This is a support class for StAX XML parsing.
StdOutLogAdapter - Class in org.entityfs.support.log
This LogAdapter implementation logs all messages to System.out and System.err.
StdOutLogAdapter() - Constructor for class org.entityfs.support.log.StdOutLogAdapter
Create a log adapter that will log messages of the severity INFO or higher.
StdOutLogAdapter(Level) - Constructor for class org.entityfs.support.log.StdOutLogAdapter
Create a log adapter that will log messages of the supplied severity and higher severities.
StdOutLogAdapter(String) - Constructor for class org.entityfs.support.log.StdOutLogAdapter
 
StdoutReport - Class in org.schmant.report
This Report logs messages to stdout and stderr.
StdoutReport(String, ReportLineFormatter) - Constructor for class org.schmant.report.StdoutReport
 
StdoutReportFactory - Class in org.schmant.report
A factory for creating StdoutReport instances.
StdoutReportFactory() - Constructor for class org.schmant.report.StdoutReportFactory
 
stop() - Method in interface org.entityfs.obs.DirectoryMonitorer
Stop the monitorer.
stop() - Method in class org.entityfs.util.obs.polling.PollingDirectoryMonitorer
Stop the monitorer.
stop() - Method in class org.entityfs.util.obs.polling.TimerTicker
Stop the timer ticker.
StorableProperties - Interface in org.entityfs.util.properties
This interface defines a Properties object that is backed by some kind of file.
StoredCompressionMethod - Class in org.at4j.zip.comp
"Stored" compression means that the file is stored as-is, i.e.
StreamAddCapableArchiveBuilder<U extends StreamAddCapableArchiveBuilder<U,V>,V extends ArchiveEntrySettings<V>> - Interface in org.at4j.archive.builder
This interface extends the ArchiveBuilder interface with the capability to add data from InputStream:s to the archive.
StreamCompressionProgramArguments - Class in org.at4j.comp.prog
Abstract base class for compression program arguments.
StreamCompressionProgramArguments() - Constructor for class org.at4j.comp.prog.StreamCompressionProgramArguments
 
StreamUtil - Class in org.entityfs.support.io
This class contains static utility methods for working with streams.
STRING_ARRAY_DELIMITER - Static variable in interface org.entityfs.util.properties.Properties
 
STRING_ARRAY_SPLIT_REGEXP - Static variable in interface org.entityfs.util.properties.Properties
 
StringTextStrategy - Class in org.schmant.support.text
This ReplacementTextStrategy replaces the matched text with a constant string value.
StringTextStrategy(String) - Constructor for class org.schmant.support.text.StringTextStrategy
Create a new string text strategy.
StylesheetCompilerConfigurable<T extends StylesheetCompilerConfigurable<T>> - Interface in org.schmant.task.xml.xslt
This is implemented by objects that can be configured for compiling XSL stylesheets.
Subject - Interface in org.entityfs.security
This is EntityFS take on JAAS' Subject class.
subSequence(int, int) - Method in class org.entityfs.util.properties.PropertyValue
 
SunJavaScriptExecutor - Class in org.schmant.app.js
This script executor runs JavaScript build scripts using the JavaScript support bundled in Sun JDK 6+.
SunJavaScriptExecutor() - Constructor for class org.schmant.app.js.SunJavaScriptExecutor
 
SUPER_VERSION - Static variable in class org.schmant.support.JdkVersion
The super version number (1).
SuperParentAndFilter - Class in org.entityfs.util.filter.entity
This filter checks if all of an entity's parent directories match a filter.
SuperParentAndFilter(Filter<EntityView>) - Constructor for class org.entityfs.util.filter.entity.SuperParentAndFilter
Create a filter that will check the provided filter against all of an entity's parent entities.
SuperParentAndFilter(Filter<EntityView>, boolean) - Constructor for class org.entityfs.util.filter.entity.SuperParentAndFilter
Create a filter that will check the provided filter against all of an entity's parent entities.
SuperParentOrFilter - Class in org.entityfs.util.filter.entity
This filter checks if any of an entity's parent directories match a filter.
SuperParentOrFilter(Filter<EntityView>) - Constructor for class org.entityfs.util.filter.entity.SuperParentOrFilter
Create a filter that will check the provided filter against all of an entity's parent entities.
SuperParentOrFilter(Filter<EntityView>, boolean) - Constructor for class org.entityfs.util.filter.entity.SuperParentOrFilter
Create a filter that will check the provided filter against all of an entity's parent entities.
supportsCapability(EntityCapabilityType<?>) - Method in interface org.entityfs.EntityView
Does this entity support the supplied capability type?
supportsCapability(FileSystemCapabilityType<?>) - Method in interface org.entityfs.FileSystem
Check if the file system supports a specific FileSystemCapability .
supportsCapability(EntityView) - Static method in class org.entityfs.util.cap.entity.ECFileResolvableUtil
Check if the supplied entity supports the ECFileResolvable capability.
supportsCapability(EntityView) - Static method in class org.entityfs.util.cap.entity.ECUriResolvableUtil
Check if the supplied entity supports the ECUriResolvable capability.
supportsCapability(EFile) - Static method in class org.entityfs.util.cap.entity.FCFileBackedUtil
Check if the supplied file entity supports the FCFileBacked capability.
supportsCapability(FileSystem) - Static method in class org.entityfs.util.cap.fs.FSCFileResolvableUtil
Check if the file system supports the FSCFileResolvable capability.
supportsCapabilityForEntity(EntityView, EntityCapabilityType<?>) - Method in interface org.entityfs.FileSystem
Check if an Entity (or an entity viewed by an EntityView supports a specific EntityCapability.
supportsCapabilityForEntityType(EntityType, EntityCapabilityType<?>) - Method in interface org.entityfs.FileSystem
Check if a entity type supports a capability type in this file system.
SvnExportTask - Class in org.schmant.task.svnkit
See SvnExportTF
SvnExportTF - Class in org.schmant.task.svnkit
See SvnExportTF
SvnExportTF() - Constructor for class org.schmant.task.svnkit.SvnExportTF
 
SvnRepositoryConfigurable<T extends SvnRepositoryConfigurable<T>> - Interface in org.schmant.task.svnkit
This is implemented by all task factories that can be configured with a Subversion repository location.
SvnTaskSupport - Class in org.schmant.task.svnkit
Utility class with static methods for supporting Subversion tasks using the SVNKit library.
SvnUrlToUrlCopyTask - Class in org.schmant.task.svnkit
Copy the contents from one repository URL to another within the same Subversion repository.
SvnUrlToUrlCopyTF - Class in org.schmant.task.svnkit
Factory for URL to URL copy task.
SvnUrlToUrlCopyTF() - Constructor for class org.schmant.task.svnkit.SvnUrlToUrlCopyTF
 
switchReadLocks(EntityView, EntityLock) - Static method in class org.entityfs.lock.EntityLocks
Switch the locked lock for a new read lock on the entity.
switchWriteLocks(EntityView, EntityLock) - Static method in class org.entityfs.lock.EntityLocks
Switch the locked lock for a new write lock on the entity.
SYMBOLIC_LINK_TYPE_FLAG - Static variable in class org.at4j.tar.TarConstants
The type flag for a symbolic link.

T

Tar - Class in org.at4j.tar.prog
This runnable class emulates the tar command.
Tar() - Constructor for class org.at4j.tar.prog.Tar
 
TarBuilder - Class in org.at4j.tar.builder
The Tar builder is an ArchiveBuilder for building Tar files.
TarBuilder(RandomlyAccessibleFile) - Constructor for class org.at4j.tar.builder.TarBuilder
Create a Tar builder using the default settings.
TarBuilder(RandomlyAccessibleFile, TarBuilderSettings) - Constructor for class org.at4j.tar.builder.TarBuilder
Create a Tar builder using the supplied settings.
TarBuilder(RandomAccess, TarBuilderSettings) - Constructor for class org.at4j.tar.builder.TarBuilder
Create a new Tar archive builder on an already open RandomAccess object.
TarBuilderSettings - Class in org.at4j.tar.builder
This object contains the settings for a Tar archive builder.
TarBuilderSettings() - Constructor for class org.at4j.tar.builder.TarBuilderSettings
 
TarConstants - Class in org.at4j.tar
This class contains Tar constants.
TarDirectoryEntry - Class in org.at4j.tar
This object represents a Unix v7 Tar directory entry.
TarDirectoryEntryFilter - Class in org.at4j.tar
This filter matches Tar directory entries.
TarDirectoryEntryFilter() - Constructor for class org.at4j.tar.TarDirectoryEntryFilter
 
TarDirectoryWithRules - Class in org.schmant.task.at4j.tar
This object is used to combine a directory with a list of ArchiveEntrySettingsRule:s.
TarDirectoryWithRules(Object, ArchiveEntrySettingsRule<TarEntrySettings>) - Constructor for class org.schmant.task.at4j.tar.TarDirectoryWithRules
Create a directory to Tar with one rule.
TarDirectoryWithRules(Object, ArchiveEntrySettingsRule<TarEntrySettings>...) - Constructor for class org.schmant.task.at4j.tar.TarDirectoryWithRules
Create a directory to Tar with several rules.
TarEntry - Class in org.at4j.tar
This is the abstract base class for a Tar entry.
TarEntryAndSettings - Class in org.schmant.task.at4j.tar
This object contains an entry to Tar and the Tar entry settings for that entry.
TarEntryAndSettings(Object, TarEntrySettings) - Constructor for class org.schmant.task.at4j.tar.TarEntryAndSettings
 
TarEntryExtractionStrategy - Interface in org.at4j.tar
This strategy object is used by the TarExtractor to extract the tar entries.
TarEntryHandlerDelegate - Interface in org.at4j.tar
An implementation of the Tar entry handler delegate is used by the TarFileParser to deal with each entry that it parses.
TarEntryHeader - Interface in org.at4j.tar
This is a marker interface that identifies the implementing class as one containing data parsed from a Tar entry header.
TarEntryHeaderData - Class in org.at4j.tar
This object contains data that is found in a Tar header.
TarEntryHeaderData() - Constructor for class org.at4j.tar.TarEntryHeaderData
 
TarEntryHeaderDataFilter - Interface in org.at4j.tar
This is a marker interface that marks a filter implementation as being a filter for TarEntryHeaderData objects, as used by the TarExtractSpecification.
TarEntryNameFilter - Class in org.at4j.tar
This filter matches Tar entries with a specific name.
TarEntryNameFilter(String) - Constructor for class org.at4j.tar.TarEntryNameFilter
Create a new case sensitive entry name filter.
TarEntryNameFilter(String, boolean) - Constructor for class org.at4j.tar.TarEntryNameFilter
Create a new entry name filter.
TarEntryNameGlobFilter - Class in org.at4j.tar
This filter matches Tar entries with names that match a Glob pattern.
TarEntryNameGlobFilter(String) - Constructor for class org.at4j.tar.TarEntryNameGlobFilter
Create a filter using the supplied glob pattern.
TarEntryNameGlobFilter(Glob) - Constructor for class org.at4j.tar.TarEntryNameGlobFilter
Create a filter using the supplied glob pattern.
TarEntrySettings - Class in org.at4j.tar.builder
This object contains settings for a Tar entry that is to be added to a tar archive by a TarBuilder.
TarEntrySettings() - Constructor for class org.at4j.tar.builder.TarEntrySettings
 
TarEntryStrategy - Interface in org.at4j.tar.builder
This interface defines a strategy for how Tar entries are written to a tar file.
TarExtractor - Class in org.at4j.tar
This object is used to extract entries from a Tar archive.
TarExtractor(ReadableFile) - Constructor for class org.at4j.tar.TarExtractor
Create a new Tar extractor for the supplied file.
TarExtractor(File) - Constructor for class org.at4j.tar.TarExtractor
Create a new Tar extractor for the supplied file.
TarExtractSpecification - Class in org.at4j.tar
This specification object contains configuration for an extraction operation by the TarExtractor.
TarExtractSpecification() - Constructor for class org.at4j.tar.TarExtractSpecification
 
TarFile - Class in org.at4j.tar
A TarFile is an Archive containing TarEntry:s loaded from a file.
TarFile(RandomlyAccessibleFile) - Constructor for class org.at4j.tar.TarFile
Create a new Tar file archive object that reads data from the supplied file.
TarFile(RandomlyAccessibleFile, Charset) - Constructor for class org.at4j.tar.TarFile
Create a new Tar file archive object that reads data from the supplied file.
TarFileEntry - Class in org.at4j.tar
This object represents a Unix v7 Tar file entry.
TarFileEntryFilter - Class in org.at4j.tar
This filter matches Tar file entries.
TarFileEntryFilter() - Constructor for class org.at4j.tar.TarFileEntryFilter
 
TarFileParseException - Exception in org.at4j.tar
This exception is thrown by the TarFile if it cannot parse a tar file.
TarFileParseException(String) - Constructor for exception org.at4j.tar.TarFileParseException
 
TarFileParseException(Throwable) - Constructor for exception org.at4j.tar.TarFileParseException
 
TarFileParseException(String, Throwable) - Constructor for exception org.at4j.tar.TarFileParseException
 
TarFileParser - Class in org.at4j.tar
The Tar file parser is used to parse a Tar file.
TargetConfigurable<T extends TargetConfigurable<T>> - Interface in org.schmant.task.confable
This interface defines a class that can be configured with a target.
TargetConfigured - Interface in org.schmant.task.confable
This interface is implemented by objects that are configured with a target property.
TargetStrategy - Interface in org.schmant.task.meta
Strategy interface for creating the target name and location for an entity being processed.
TarStreamBuilder - Class in org.at4j.tar.builder
This Tar builder writes its output to a stream.
TarStreamBuilder(WritableFile) - Constructor for class org.at4j.tar.builder.TarStreamBuilder
Create a Tar builder using the default settings.
TarStreamBuilder(WritableFile, TarBuilderSettings) - Constructor for class org.at4j.tar.builder.TarStreamBuilder
Create a Tar builder using the supplied settings.
TarStreamBuilder(OutputStream, TarBuilderSettings) - Constructor for class org.at4j.tar.builder.TarStreamBuilder
Create a new Tar archive builder on an already open OutputStream object.
TarSymbolicLinkEntry - Class in org.at4j.tar
This object represents a Unix v7 Tar symbolic link entry.
TarTask - Class in org.schmant.task.at4j.tar
See TarTF
TarTF - Class in org.schmant.task.at4j.tar
See TarTF
TarTF() - Constructor for class org.schmant.task.at4j.tar.TarTF
 
Task - Interface in org.schmant.task
This is the interface for a Schmant task.
TASK_PACKAGE_INFO_FILE_NAME - Static variable in class org.schmant.tpm.TaskPackageManager
 
TaskCategory - Class in org.schmant.task.tp.taskref
This is an immutable object representing a task category.
TaskCategory(String, String, String) - Constructor for class org.schmant.task.tp.taskref.TaskCategory
 
TaskDecorator - Interface in org.schmant.task
This interface is an empty base interface for other task decorator interfaces.
TaskDecoratorConfigurable<T extends TaskDecoratorConfigurable<T,U>,U extends TaskDecorator> - Interface in org.schmant.task.confable
This interface defines an object that is configurable using some kind of TaskDecorator.
TaskDependency - Interface in org.schmant.run
This interface represents a dependency of a task.
TaskExecutor - Class in org.schmant.run
The TaskExecutor is used for running independent tasks in parallel execution threads.
TaskExecutor() - Constructor for class org.schmant.run.TaskExecutor
Create the task executor and register it with the TaskExecutors class.
TaskExecutor(boolean) - Constructor for class org.schmant.run.TaskExecutor
Create the task executor and optionally register it with the TaskExecutors class.
TaskExecutorConfigurable<T extends TaskExecutorConfigurable<T>> - Interface in org.schmant.task.confable
This interface defines a class that can be configured with a TaskExecutor and an optional TaskDependency for tasks added to the executor.
TaskExecutors - Class in org.schmant.run
This class holds an inheritable thread local registry for all created task executors.
TaskExecutors() - Constructor for class org.schmant.run.TaskExecutors
 
TaskExecutorStatus - Class in org.schmant.run
This object represents the current status of a TaskExecutor.
TaskExecutorStatus() - Constructor for class org.schmant.run.TaskExecutorStatus
 
TaskExecutorThreadFactory - Class in org.schmant.run
Default thread factory for the TaskExecutor.
TaskExecutorThreadFactory() - Constructor for class org.schmant.run.TaskExecutorThreadFactory
 
TaskFactory<T extends TaskFactory<T,U>,U extends TaskSpecification<U>> - Interface in org.schmant.task
All Task:s are created by a task factory.
TaskFactoryConfigurable<T extends TaskFactoryConfigurable<T>> - Interface in org.schmant.task.confable
This interface defines a class that can be configured with a TaskFactory.
TaskFactoryLinksTask - Class in org.schmant.task.tp.tflinks
 
TaskFactoryLinksTF - Class in org.schmant.task.tp.tflinks
 
TaskFactoryLinksTF() - Constructor for class org.schmant.task.tp.tflinks.TaskFactoryLinksTF
 
TaskFailedException - Exception in org.schmant.task
This exception may be thrown by a task if it fails.
TaskFailedException(String) - Constructor for exception org.schmant.task.TaskFailedException
 
TaskFailedException(Throwable) - Constructor for exception org.schmant.task.TaskFailedException
 
TaskFailedException(String, Throwable) - Constructor for exception org.schmant.task.TaskFailedException
 
TaskPackage - Class in org.schmant.tpm
This object contains information on a task package.
TaskPackageClassLoader - Class in org.schmant.tpm
The TaskPackageClassLoader is the class loader used to load classes from task packages.
TaskPackageClassLoader(ClassLoader) - Constructor for class org.schmant.tpm.TaskPackageClassLoader
 
TaskPackageEnableCallback - Interface in org.schmant.tpm
This interface defines a callback that is called by a TaskPackage just before and just after it enables itself.
TaskPackageManager - Class in org.schmant.tpm
The TaskPackageManager handles the enabled task packages.
TaskPackageManager(Report, String) - Constructor for class org.schmant.tpm.TaskPackageManager
 
TaskPackageManager() - Constructor for class org.schmant.tpm.TaskPackageManager
Create an empty task package manager.
TaskPackageNotFoundException - Exception in org.schmant.tpm
This exception is thrown to signal that a task package could not be found.
TaskPackageNotFoundException(String) - Constructor for exception org.schmant.tpm.TaskPackageNotFoundException
 
TaskPackageNotFoundException(Throwable) - Constructor for exception org.schmant.tpm.TaskPackageNotFoundException
 
TaskRunnable - Interface in org.schmant.task
This interface is implemented by objects that can run a task.
TaskSpecification<T extends TaskSpecification<T>> - Interface in org.schmant.task
A task specification is an object used by a TaskFactory to configure and create a Task.
tearDown() - Method in class org.schmant.app.groovy.GroovyExecutor
 
tearDown() - Method in class org.schmant.app.jruby.JRubyExecutor
 
tearDown() - Method in class org.schmant.app.js.MozillaRhinoExecutor
 
tearDown() - Method in class org.schmant.app.js.SunJavaScriptExecutor
 
tearDown() - Method in class org.schmant.app.jython.JythonExecutor
 
tearDown(PluginRegistry) - Static method in class org.schmant.plugin.PluginRegistry
This is called by Launcher to tear down the plugin registry.
tearDown(Report) - Static method in class org.schmant.report.ReportManager
Tear down the report manager.
tearDown(TaskExecutors) - Static method in class org.schmant.run.TaskExecutors
Tear down this object.
tearDown() - Method in interface org.schmant.ScriptExecutor
Tear down the script executor when Schmant terminates.
tearDown(Object) - Static method in class org.schmant.support.io.TempFileUtil
Tear down the current temporary files context and restore the old, if any.
tearDown(TwoObjects<File, Deque<NamedReadableFile>>) - Static method in class org.schmant.support.SchmantUtil
This method is called by the Launcher to tear down the data associated with this object when the Schmant program exits.
tearDown(TaskPackageManager) - Static method in class org.schmant.tpm.TaskPackageManager
This is called by Launcher to tear down this class.
TempFileBackedRandomAccess - Class in org.entityfs.util.io
This object can be used to open a RandomAccess on a file from a file system that does not support the FSCRandomAccessFiles capability.
TempFileBackedRandomAccess(EFile, FileSystem, RandomAccessMode) - Constructor for class org.entityfs.util.io.TempFileBackedRandomAccess
Create a new temporary file-backed RandomAccess object.
TempFileBackedRandomAccess(EFile, DirectoryView, RandomAccessMode) - Constructor for class org.entityfs.util.io.TempFileBackedRandomAccess
Create a new temporary file-backed RandomAccess object.
TempFileBackedRandomAccess(EFile, DirectoryView, String, RandomAccessMode) - Constructor for class org.entityfs.util.io.TempFileBackedRandomAccess
Create a new temporary file-backed RandomAccess object.
TempFileUtil - Class in org.schmant.support.io
Utility class with static methods for creating temporary files and directories.
TemplateCompilerTask - Class in org.schmant.task.xml.xslt
See TemplateCompilerTF
TemplateCompilerTF - Class in org.schmant.task.xml.xslt
Factory for the TemplateCompilerTask.
TemplateCompilerTF() - Constructor for class org.schmant.task.xml.xslt.TemplateCompilerTF
 
TemporaryDirectoryConfigurable<T extends TemporaryDirectoryConfigurable<T>> - Interface in org.schmant.task.confable
This interface is implemented by all task factories that can be configured with a temporary directory.
testAndSetLogged() - Method in exception org.schmant.lang.SchmantException
Sets the value of the logged flag to true and returns the previous value.
testAndSetNext() - Method in class org.entityfs.util.itr.AbstractIterator
 
testAndSetNextChildEntity(T) - Method in class org.entityfs.util.itr.AbstractIterator
 
testAndSetNextSubdirectory(T) - Method in class org.entityfs.util.itr.AbstractIterator
 
testAssumptionFailure(Failure) - Method in class org.schmant.task.junit4.launcher.AntXmlRunListener
 
testFailure(Failure) - Method in class org.schmant.task.junit4.launcher.AntXmlRunListener
Interface TestListener for JUnit <= 3.4.
testFinished(Description) - Method in class org.schmant.task.junit4.launcher.AntXmlRunListener
Interface TestListener.
TestRun - Class in org.schmant.task.junit4.suitereporter
The TestRun contains data from a test run.
TestRun(String, String, int, int, int, int, long, List<FailedTest>) - Constructor for class org.schmant.task.junit4.suitereporter.TestRun
 
testRunFinished(Result) - Method in class org.schmant.task.junit4.launcher.AntXmlRunListener
The whole test suite ended.
testRunFinished(Result) - Method in class org.schmant.task.junit4.launcher.SaveReportToXmlFileRunListener
 
testRunFinished(Result) - Method in class org.schmant.task.junit4.launcher.SimpleRunListener
 
testRunStarted(Description) - Method in class org.schmant.task.junit4.launcher.AntXmlRunListener
The whole test suite started.
testRunStarted(Description) - Method in class org.schmant.task.junit4.launcher.SaveReportToXmlFileRunListener
 
testStarted(Description) - Method in class org.schmant.task.junit4.launcher.AntXmlRunListener
Interface TestListener.
TextAppendTask - Class in org.schmant.task.text
See TextAppendTF
TextAppendTF - Class in org.schmant.task.text
Factory for the TextAppendTask.
TextAppendTF() - Constructor for class org.schmant.task.text.TextAppendTF
 
TextInsertionTaskConfigurable<T extends TextInsertionTaskConfigurable<T>> - Interface in org.schmant.task.template.text
 
TextPrependTask - Class in org.schmant.task.text
See TextPrependTF
TextPrependTF - Class in org.schmant.task.text
Factory for the TextPrependTask.
TextPrependTF() - Constructor for class org.schmant.task.text.TextPrependTF
 
TextReplacer - Class in org.schmant.support.text
The text replacer uses one or several PatternAndStrategy objects to replace text in a text file.
TextReplacer(Collection<? extends PatternAndStrategy>) - Constructor for class org.schmant.support.text.TextReplacer
Create a new text replacer.
TextReplacer(Collection<? extends PatternAndStrategy>, Charset, Charset, int) - Constructor for class org.schmant.support.text.TextReplacer
Create a new text replacer.
TextReplacer(Collection<? extends PatternAndStrategy>, Charset, Charset, int, boolean) - Constructor for class org.schmant.support.text.TextReplacer
Create a new text replacer.
TextReplaceTask - Class in org.schmant.task.text
See TextReplaceTF
TextReplaceTF - Class in org.schmant.task.text
Factory for the TextReplaceTask.
TextReplaceTF() - Constructor for class org.schmant.task.text.TextReplaceTF
 
ThreadContextInitializer - Interface in org.schmant.run
This interface identifies an object that initializes the context for a thread created by the TaskExecutorThreadFactory.
TimedExecutionTask - Class in org.schmant.task.proxy
See TimedExecutionTF
TimedExecutionTF - Class in org.schmant.task.proxy
Factory for the TimedExecutionTask.
TimedExecutionTF() - Constructor for class org.schmant.task.proxy.TimedExecutionTF
 
TimerTicker - Class in org.entityfs.util.obs.polling
This is a ticker that uses a java.util.Timer to schedule polls.
TimerTicker(long) - Constructor for class org.entityfs.util.obs.polling.TimerTicker
Create a timer ticker.
TimerTicker(long, TimeUnit) - Constructor for class org.entityfs.util.obs.polling.TimerTicker
Create a timer ticker.
TimeZones - Class in org.at4j.support.util
This class contains TimeZone constants.
toByteArray() - Method in class org.entityfs.util.ByteArrayWritableFile
Get the data written to the file as a byte array.
toBytes(ZipEntryCompressionMethod) - Method in class org.at4j.zip.ZipGeneralPurposeBitFlags
Encode the bit flag values for storing them in a Zip file header.
toModifiedUtf(String) - Static method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated. Convert the supplied string to the modified UTF-8 format described in DataInput.
toModifiedUtf(String) - Static method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
Convert the supplied string to the modified UTF-8 format described in DataInput.
toString() - Method in enum org.at4j.comp.CompressionLevel
 
toString() - Method in enum org.at4j.comp.lzma.MatchFinderAlgorithm
 
toString() - Method in class org.at4j.support.lang.SignedInteger
 
toString() - Method in class org.at4j.support.lang.SignedLong
 
toString() - Method in class org.at4j.support.lang.UnsignedByte
 
toString() - Method in class org.at4j.support.lang.UnsignedInteger
 
toString() - Method in class org.at4j.support.lang.UnsignedLong
 
toString() - Method in class org.at4j.support.lang.UnsignedShort
 
toString() - Method in class org.at4j.support.util.WinNtTime
 
toString() - Method in class org.at4j.zip.comp.BZip2CompressionMethod
 
toString() - Method in class org.at4j.zip.comp.Deflate64CompressionMethod
 
toString() - Method in class org.at4j.zip.comp.DeflatedCompressionMethod
 
toString() - Method in class org.at4j.zip.comp.IbmLz77CompressionMethod
 
toString() - Method in class org.at4j.zip.comp.IbmTerseCompressionMethod
 
toString() - Method in class org.at4j.zip.comp.ImplodedCompressionMethod
 
toString() - Method in class org.at4j.zip.comp.LzmaCompressionMethod
 
toString() - Method in class org.at4j.zip.comp.PKWareImplodingCompressionMethod
 
toString() - Method in class org.at4j.zip.comp.PpmdCompressionMethod
 
toString() - Method in class org.at4j.zip.comp.Reduced1CompressionMethod
 
toString() - Method in class org.at4j.zip.comp.Reduced2CompressionMethod
 
toString() - Method in class org.at4j.zip.comp.Reduced3CompressionMethod
 
toString() - Method in class org.at4j.zip.comp.Reduced4CompressionMethod
 
toString() - Method in class org.at4j.zip.comp.ShrunkCompressionMethod
 
toString() - Method in class org.at4j.zip.comp.StoredCompressionMethod
 
toString() - Method in class org.at4j.zip.comp.WavPackCompressionMethod
 
toString() - Method in class org.at4j.zip.ef.ExtendedTimestampExtraField
 
toString() - Method in class org.at4j.zip.ef.InfoZipUnixExtraField
 
toString() - Method in class org.at4j.zip.ef.NewInfoZipUnixExtraField
 
toString() - Method in class org.at4j.zip.ef.NtfsExtraField
 
toString() - Method in class org.at4j.zip.ef.UnicodeCommentExtraField
 
toString() - Method in class org.at4j.zip.ef.UnicodePathExtraField
 
toString() - Method in class org.at4j.zip.ef.UnparsedZipEntryExtraField
 
toString() - Method in class org.at4j.zip.extattrs.MsDosExternalFileAttributes
 
toString() - Method in enum org.at4j.zip.extattrs.MsDosFileAttributes
 
toString() - Method in class org.at4j.zip.extattrs.NtfsExternalFileAttributes
 
toString() - Method in enum org.at4j.zip.extattrs.NtfsFileAttributes
 
toString() - Method in enum org.at4j.zip.extattrs.UnixEntityType
 
toString() - Method in class org.at4j.zip.extattrs.UnixExternalFileAttributes
 
toString() - Method in class org.at4j.zip.extattrs.UnparsedExternalFileAttributes
 
toString() - Method in class org.at4j.zip.ZipDirectoryEntry
 
toString() - Method in class org.at4j.zip.ZipFileEntry
 
toString() - Method in class org.at4j.zip.ZipSymbolicLinkEntry
 
toString() - Method in enum org.at4j.zip.ZipVersionMadeBy
 
toString() - Method in class org.entityfs.cap.entity.FCTAppendable
 
toString() - Method in class org.entityfs.cap.entity.FCTRandomAccess
 
toString() - Method in class org.entityfs.cap.fs.FSCTAppendableFiles
 
toString() - Method in class org.entityfs.cap.fs.FSCTPersistent
 
toString() - Method in class org.entityfs.cap.fs.FSCTRandomAccessFiles
 
toString() - Method in class org.entityfs.el.AbsoluteLocation
 
toString() - Method in class org.entityfs.el.AbstractLocation
 
toString() - Method in class org.entityfs.el.RelativeLocation
 
toString() - Method in enum org.entityfs.entityattrs.ntfs.NtFileAttributes
 
toString() - Method in class org.entityfs.entityattrs.UidGid
 
toString() - Method in enum org.entityfs.entityattrs.unix.UnixEntityAccessModeFlag
 
toString() - Method in class org.entityfs.entityattrs.unix.UnixEntityMode
 
toString() - Method in enum org.entityfs.entityattrs.unix.UnixEntityModeFlag
 
toString() - Method in class org.entityfs.ETDirectory
 
toString() - Method in class org.entityfs.ETFile
 
toString() - Method in class org.entityfs.event.AbstractChildEntitiesEvent
 
toString() - Method in class org.entityfs.event.AbstractEntityEvent
 
toString() - Method in exception org.entityfs.exception.LockTimeoutException
 
toString() - Method in class org.entityfs.fs.cap.entity.ECTFileResolvable
 
toString() - Method in class org.entityfs.fs.cap.entity.ECTUriResolvable
 
toString() - Method in class org.entityfs.fs.cap.entity.FCTFileBacked
 
toString() - Method in class org.entityfs.fs.cap.fs.FSCTFileResolvable
 
toString() - Method in class org.entityfs.fs.cap.fs.FSCTUriResolvable
 
toString() - Method in class org.entityfs.jar.cap.entity.ECTJarEntry
 
toString() - Method in class org.entityfs.jar.cap.fs.FSCTJarFileBacked
 
toString() - Method in class org.entityfs.lock.cmd.LockForReadingCommand
 
toString() - Method in class org.entityfs.lock.cmd.LockForWritingCommand
 
toString() - Method in class org.entityfs.lock.cmd.LockParentForReadingCommand
 
toString() - Method in class org.entityfs.lock.cmd.LockParentForWritingCommand
 
toString() - Method in class org.entityfs.ram.RamDirectoryAdapter
 
toString() - Method in class org.entityfs.ram.RamFileAdapter
 
toString() - Method in class org.entityfs.security.EntityPermission
 
toString() - Method in class org.entityfs.support.filter.AndFilter
 
toString() - Method in class org.entityfs.support.filter.FalseFilter
 
toString() - Method in class org.entityfs.support.filter.FilterToConvenientFilterAdapter
 
toString() - Method in class org.entityfs.support.filter.NotFilter
 
toString() - Method in class org.entityfs.support.filter.OrFilter
 
toString() - Method in class org.entityfs.support.filter.TrueFilter
 
toString() - Method in class org.entityfs.support.filter.XorFilter
 
toString() - Method in class org.entityfs.support.io.InputStreamProxy
 
toString() - Method in class org.entityfs.support.io.OutputStreamProxy
 
toString() - Method in enum org.entityfs.support.io.RandomAccessMode
 
toString() - Method in class org.entityfs.support.lang.ObjectProxySupport
Delegate the call to toString to the proxied object.
toString() - Method in class org.entityfs.support.lang.SerializableObjectProxySupport
Delegate the call to toString to the proxied object.
toString() - Method in enum org.entityfs.support.lang.TriState
 
toString() - Method in class org.entityfs.support.util.regexp.Glob
 
toString() - Method in class org.entityfs.support.util.TreeNode
 
toString() - Method in class org.entityfs.support.util.TwoObjects
 
toString() - Method in class org.entityfs.util.CharSequenceReadableFile
 
toString() - Method in class org.entityfs.util.EntityAndRelativeLocation
 
toString() - Method in class org.entityfs.util.FileReadableFile
 
toString() - Method in class org.entityfs.util.FileWritableFile
 
toString() - Method in class org.entityfs.util.filter.entity.DirectoryContainsFilter
 
toString() - Method in class org.entityfs.util.filter.entity.DirectoryEmptyFilter
 
toString() - Method in class org.entityfs.util.filter.entity.DirectoryFilter
 
toString() - Method in class org.entityfs.util.filter.entity.EFileFilter
 
toString() - Method in class org.entityfs.util.filter.entity.EFileNameExtensionFilter
 
toString() - Method in class org.entityfs.util.filter.entity.EntityIdentityFilter
 
toString() - Method in class org.entityfs.util.filter.entity.EntityLatestModificationTimeFilter
 
toString() - Method in class org.entityfs.util.filter.entity.EntityNameFilter
 
toString() - Method in class org.entityfs.util.filter.entity.EntityNamePrefixFilter
 
toString() - Method in class org.entityfs.util.filter.entity.EntityRecentModificationFilter
 
toString() - Method in class org.entityfs.util.filter.entity.EntityTypeFilter
 
toString() - Method in class org.entityfs.util.filter.entity.LockedEntityFilter
 
toString() - Method in class org.entityfs.util.filter.entity.ParentFilter
 
toString() - Method in class org.entityfs.util.filter.entity.ReadLockedEntityFilter
 
toString() - Method in class org.entityfs.util.filter.entity.SuperParentAndFilter
 
toString() - Method in class org.entityfs.util.filter.entity.SuperParentOrFilter
 
toString() - Method in class org.entityfs.util.filter.entity.WriteLockedEntityFilter
 
toString() - Method in class org.entityfs.util.filter.regexp.EntityLocationGlobFilter
 
toString() - Method in class org.entityfs.util.filter.regexp.EntityLocationRegexpFilter
 
toString() - Method in class org.entityfs.util.filter.regexp.EntityNameGlobFilter
 
toString() - Method in class org.entityfs.util.filter.regexp.EntityNameRegexpFilter
 
toString() - Method in class org.entityfs.util.FoundEntity
 
toString() - Method in class org.entityfs.util.io.ReadWritableFileAdapter
 
toString() - Method in class org.entityfs.util.properties.PropertyValue
 
toString() - Method in class org.entityfs.zip.cap.entity.ECTZipEntry
 
toString() - Method in class org.entityfs.zip.cap.fs.FSCTZipFileBacked
 
toString() - Method in class org.schmant.arg.DirectoryAndFilter
 
toString() - Method in class org.schmant.arg.DirectoryRepresentation
 
toString() - Method in class org.schmant.arg.EntityAndAbsoluteLocation
 
toString() - Method in class org.schmant.arg.RenamedFile
 
toString() - Method in class org.schmant.lang.TwoState
 
toString() - Method in class org.schmant.LauncherSettings
 
toString() - Method in class org.schmant.plugin.eclipse.java.EclipseJavaProjectImpl
 
toString() - Method in class org.schmant.project.eclipse.EclipseWorkspace
 
toString() - Method in class org.schmant.project.eclipse.EclipseWorkspaceInfoCollector
 
toString() - Method in class org.schmant.project.eclipse.JdkCompliance
 
toString() - Method in class org.schmant.project.filter.ProjectNameFilter
 
toString() - Method in class org.schmant.project.intellij.IntelliJJavaProjectImpl
 
toString() - Method in class org.schmant.project.intellij.IprFileV4Parser
 
toString() - Method in class org.schmant.run.CompoundTaskDependency
 
toString() - Method in class org.schmant.run.ManualTaskDependency
 
toString() - Method in class org.schmant.support.FutureDirectory
 
toString() - Method in class org.schmant.support.FutureEntity
 
toString() - Method in class org.schmant.support.FutureFile
 
toString() - Method in class org.schmant.support.FutureProperty
 
toString() - Method in class org.schmant.support.io.ArgumentList
 
toString() - Method in class org.schmant.support.io.LoggingProcessOutputStrategy
 
toString() - Method in class org.schmant.support.io.ProcessResult
 
toString() - Method in class org.schmant.support.io.ProcessSettings
 
toString() - Method in class org.schmant.support.JdkVersion
 
toString() - Method in class org.schmant.support.xml.XmlCatalogResolver
 
toString() - Method in enum org.schmant.task.apache.ant.AntLogLevel
 
toString() - Method in class org.schmant.task.apache.ant.AntTask
 
toString() - Method in class org.schmant.task.findbugs.ExtFindbugsTask
 
toString() - Method in enum org.schmant.task.findbugs.FindbugsEffortLevel
 
toString() - Method in enum org.schmant.task.findbugs.FindbugsReportFormat
 
toString() - Method in enum org.schmant.task.findbugs.FindbugsReportLevel
 
toString() - Method in class org.schmant.task.html.HtmlLinkValidationTask
 
toString() - Method in class org.schmant.task.io.ChmodTask
 
toString() - Method in class org.schmant.task.io.CopyTask
 
toString() - Method in class org.schmant.task.io.DeleteTask
 
toString() - Method in class org.schmant.task.io.MoveTask
 
toString() - Method in class org.schmant.task.io.TreeCopyTask
 
toString() - Method in class org.schmant.task.io.TreeDeleteTask
 
toString() - Method in class org.schmant.task.io.zip.ZipTask
 
toString() - Method in class org.schmant.task.jdk.jar.EarTask
 
toString() - Method in class org.schmant.task.jdk.jar.JarTask
 
toString() - Method in class org.schmant.task.jdk.jar.WarTask
 
toString() - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTask
 
toString() - Method in class org.schmant.task.jdk.java.ExtJavaTask
 
toString() - Method in class org.schmant.task.jdk.javac.ext.ExtJavacTask
 
toString() - Method in class org.schmant.task.jdk.javac.jdk6.Jdk6JavacTask
 
toString() - Method in class org.schmant.task.jdk.javadoc.ext.ExtJavadocTask
 
toString() - Method in class org.schmant.task.junit4.ExtJUnit4Task
 
toString() - Method in class org.schmant.task.junit4.suitereporter.FailedTest
 
toString() - Method in class org.schmant.task.junit4.suitereporter.TestRun
 
toString() - Method in class org.schmant.task.meta.ForEachSourceTask
 
toString() - Method in class org.schmant.task.meta.RecursiveActionTask
 
toString() - Method in class org.schmant.task.meta.RecursiveProcessTask
 
toString() - Method in class org.schmant.task.process.ExtProcessTask
 
toString() - Method in class org.schmant.task.proxy.CompoundTask
 
toString() - Method in class org.schmant.task.proxy.ErrorIgnoringTask
 
toString() - Method in class org.schmant.task.proxy.RedirectReportTask
 
toString() - Method in class org.schmant.task.proxy.ReplaceSourceFileTask
 
toString() - Method in class org.schmant.task.proxy.TimedExecutionTask
 
toString() - Method in class org.schmant.task.stub.AbstractActionTask
 
toString() - Method in class org.schmant.task.stub.AbstractProcessTask
 
toString() - Method in class org.schmant.task.stub.AbstractTask
Default implementation for tasks.
toString() - Method in class org.schmant.task.stub.AbstractTaskFactory
 
toString() - Method in class org.schmant.task.svnkit.SvnExportTask
 
toString() - Method in class org.schmant.task.svnkit.SvnUrlToUrlCopyTask
 
toString() - Method in enum org.schmant.task.template.io.zip.ZipCompressionMethod
 
toString() - Method in enum org.schmant.task.template.jdk.java.JavaVMType
 
toString() - Method in enum org.schmant.task.template.jdk.javac.JavacAnnotationProcessingMode
 
toString() - Method in enum org.schmant.task.template.jdk.javac.JavacDebugKeyword
 
toString() - Method in enum org.schmant.task.template.jdk.javac.JavacImplicitClassFileGeneration
 
toString() - Method in class org.schmant.task.template.jdk.javadoc.JavadocTagDefinition
 
toString() - Method in enum org.schmant.task.template.jdk.javadoc.JavadocTagPlace
 
toString() - Method in enum org.schmant.task.template.jdk.javadoc.JavadocVisibilityLevel
 
toString() - Method in enum org.schmant.task.text.EolStyle
 
toString() - Method in class org.schmant.task.xml.catalog.AddSystemIdToCatalogTask
 
toString() - Method in class org.schmant.task.xml.catalog.AddUriToCatalogTask
 
toString() - Method in class org.schmant.task.xml.dom.DomParseXmlTask
 
toString() - Method in class org.schmant.task.xml.validation.SchemaFactoryTask
 
toString() - Method in class org.schmant.task.xml.xslt.TemplateCompilerTask
 
toString() - Method in class org.schmant.task.xml.xslt.XsltTask
 
touch() - Method in interface org.entityfs.EntityView
Touch the viewed entity (updates its modification time).
touch(T) - Static method in class org.entityfs.util.Entities
Touch the entity.
trace(List<String>, String) - Method in class org.schmant.arg.AbstractArgumentInterpretationStrategy
Log an interpretation decision to the trace (FINEST) level and add it to the interpretation trace list.
trace(List<String>, String) - Method in class org.schmant.arg.AbstractArgumentInterpreter
Deprecated. 
trace(Object) - Method in class org.schmant.report.AbstractPrintingReport
 
trace(Object) - Method in class org.schmant.report.AsynchronousReport
 
trace(Object) - Method in class org.schmant.report.MultiplexingReport
 
trace(Object) - Method in interface org.schmant.report.Report
Log a message to trace level (Level.FINER).
TraceMode - Class in org.schmant.report
This class has got a static boolean property that is set to true if Schmant is launched in trace mode.
TraceMode() - Constructor for class org.schmant.report.TraceMode
 
transform(Object) - Method in class org.schmant.lang.CastingTransformer
 
transform(Object) - Method in interface org.schmant.lang.ObjectTransformer
Transform the object to the target type.
TreeCopyTask - Class in org.schmant.task.io
See TreeCopyTF
TreeCopyTF - Class in org.schmant.task.io
Factory for the tree copy task.
TreeCopyTF() - Constructor for class org.schmant.task.io.TreeCopyTF
 
TreeDeleteTask - Class in org.schmant.task.io
See TreeDeleteTF
TreeDeleteTF - Class in org.schmant.task.io
Factory for the tree delete task.
TreeDeleteTF() - Constructor for class org.schmant.task.io.TreeDeleteTF
 
TreeNode<T> - Class in org.entityfs.support.util
This is a simple implementation of a node in a linked tree of objects.
TreeNode(T) - Constructor for class org.entityfs.support.util.TreeNode
Create a new tree node.
trimQuotes(String) - Static method in class org.schmant.support.SchmantUtil
If s is enclosed in quotes (":s), remove them.
TriState - Enum in org.entityfs.support.lang
The TriState is an enumeration with three states: NO, YES and DONT_CARE.
TrueAccessGranter - Class in org.entityfs.util.security
This is an AccessGranter that always permits all kinds of access to all entities.
TrueAccessGranter() - Constructor for class org.entityfs.util.security.TrueAccessGranter
 
TrueAEF - Class in org.at4j.archive
This is a filter that matches all entries.
TrueAEF() - Constructor for class org.at4j.archive.TrueAEF
 
TrueEntityFilter - Class in org.entityfs.util.filter.entity
This filter matches all entities.
TrueEntityFilter() - Constructor for class org.entityfs.util.filter.entity.TrueEntityFilter
 
TrueETAF - Class in org.at4j.archive.builder
This filter always returns true.
TrueETAF() - Constructor for class org.at4j.archive.builder.TrueETAF
 
TrueFilter<T> - Class in org.entityfs.support.filter
This filter matches all objects.
TrueFilter() - Constructor for class org.entityfs.support.filter.TrueFilter
 
TrueProjectFilter - Class in org.schmant.project.filter
A ProjectFilter that match all projects.
tryAdd(FlatteningList<T>, int, T) - Method in class org.schmant.app.jruby.JRubyExecutor
 
tryAdd(FlatteningList<T>, int, Object, ObjectTransformer<T>) - Method in class org.schmant.app.jruby.JRubyExecutor
 
tryAdd(FlatteningList<T>, int, T) - Method in class org.schmant.app.js.MozillaRhinoExecutor
 
tryAdd(FlatteningList<T>, int, Object, ObjectTransformer<T>) - Method in class org.schmant.app.js.MozillaRhinoExecutor
 
tryAdd(FlatteningList<T>, int, T) - Method in class org.schmant.app.js.SunJavaScriptExecutor
 
tryAdd(FlatteningList<T>, int, Object, ObjectTransformer<T>) - Method in class org.schmant.app.js.SunJavaScriptExecutor
 
tryAdd(FlatteningList<T>, int, T) - Method in class org.schmant.app.jython.JythonExecutor
 
tryAdd(FlatteningList<T>, int, Object, ObjectTransformer<T>) - Method in class org.schmant.app.jython.JythonExecutor
 
tryAdd(FlatteningList<T>, int, T) - Method in interface org.schmant.support.util.FlatteningListDecorator
If o is an object that this decorator handles, add it to the list.
tryAdd(FlatteningList<T>, int, Object, ObjectTransformer<T>) - Method in interface org.schmant.support.util.FlatteningListDecorator
If o is an object that this decorator handles, add it to the list.
tryLock(long, TimeUnit) - Method in class org.entityfs.lock.CompoundEntityLock
Try to lock this lock.
tryLock() - Method in class org.entityfs.lock.CompoundEntityLock
Try to lock this lock.
tryLock() - Method in class org.entityfs.lock.NoObjectDummyLock
 
tryLock(long, TimeUnit) - Method in class org.entityfs.lock.NoObjectDummyLock
 
tryLock() - Method in class org.entityfs.support.util.concurrent.locks.OwnerAwareReadLock
 
tryLock(long, TimeUnit) - Method in class org.entityfs.support.util.concurrent.locks.OwnerAwareReadLock
 
TwoObjects<T,U> - Class in org.entityfs.support.util
This immutable value object contains two objects that may be of different types.
TwoObjects(T, U) - Constructor for class org.entityfs.support.util.TwoObjects
Constructor.
TwoState<T> - Class in org.schmant.lang
The TwoState contains a value that is either set or not set.
TwoState() - Constructor for class org.schmant.lang.TwoState
Create a new, unset TwoState.
TwoState(TwoState<T>) - Constructor for class org.schmant.lang.TwoState
Create a new TwoState object with the same state as another.
TYPE - Static variable in class org.entityfs.cap.entity.FCTAppendable
The identifier
TYPE - Static variable in class org.entityfs.cap.entity.FCTRandomAccess
The identifier
TYPE - Static variable in class org.entityfs.cap.fs.FSCTAppendableFiles
The identifier
TYPE - Static variable in class org.entityfs.cap.fs.FSCTPersistent
The identifier
TYPE - Static variable in class org.entityfs.cap.fs.FSCTRandomAccessFiles
The identifier
TYPE - Static variable in class org.entityfs.ETDirectory
The singleton instance.
TYPE - Static variable in class org.entityfs.ETFile
The singleton instance
TYPE - Static variable in class org.entityfs.fs.cap.entity.ECTFileResolvable
The singleton instance.
TYPE - Static variable in class org.entityfs.fs.cap.entity.ECTUriResolvable
The singleton instance.
TYPE - Static variable in class org.entityfs.fs.cap.entity.FCTFileBacked
The singleton instance.
TYPE - Static variable in class org.entityfs.fs.cap.fs.FSCTFileResolvable
The singleton instance.
TYPE - Static variable in class org.entityfs.fs.cap.fs.FSCTUriResolvable
The singleton instance.
TYPE - Static variable in class org.entityfs.jar.cap.entity.ECTJarEntry
The singleton instance.
TYPE - Static variable in class org.entityfs.jar.cap.fs.FSCTJarFileBacked
The singleton instance.
TYPE - Static variable in class org.entityfs.zip.cap.entity.ECTZipEntry
The singleton instance.
TYPE - Static variable in class org.entityfs.zip.cap.fs.FSCTZipFileBacked
The singleton instance.
TYPE - Static variable in class org.schmant.project.java.JavaProjectType
 

U

UidGid - Class in org.entityfs.entityattrs
Simple, immutable object that contains a user id (UID) and a group id (GID).
UidGid(int, int) - Constructor for class org.entityfs.entityattrs.UidGid
Create a UidGid object without secondary GID:s
UidGid(int, int, Collection<Integer>) - Constructor for class org.entityfs.entityattrs.UidGid
 
UidGidConfigurable - Interface in org.entityfs.entityattrs
This interface is implemented by classes that can be configured with a user id (UID) and a group id (GID).
UidGidSubject - Interface in org.entityfs.entityattrs
This interface defines a Subject that has a user id (UID), a primary group id (GID) and zero or more secondary group id:s.
UnableToConvertException - Exception in org.at4j.support.util
This exception is thrown by the WinNtTime.getDate() method when it is unable to convert the Windows NT time value to a Date because the value is outside the Date's value range.
UnableToConvertException(String) - Constructor for exception org.at4j.support.util.UnableToConvertException
 
UncheckedInterruptedException - Exception in org.entityfs.exception
This is an unchecked version of the InterruptedException.
UncheckedInterruptedException() - Constructor for exception org.entityfs.exception.UncheckedInterruptedException
 
UncheckedInterruptedException(InterruptedException) - Constructor for exception org.entityfs.exception.UncheckedInterruptedException
 
UnexpectedEofException - Exception in org.entityfs.exception
This exception is thrown when an unexpected EOF is encountered in a file.
UnexpectedEofException(String) - Constructor for exception org.entityfs.exception.UnexpectedEofException
 
UnexpectedEofException(Throwable) - Constructor for exception org.entityfs.exception.UnexpectedEofException
 
UnexpectedEofException(String, Throwable) - Constructor for exception org.entityfs.exception.UnexpectedEofException
 
UnicodeCommentExtraField - Class in org.at4j.zip.ef
This extra field contains the comment for a Zip entry encoded in UTF-8.
UnicodeCommentExtraField(boolean, String) - Constructor for class org.at4j.zip.ef.UnicodeCommentExtraField
Create a new Unicode comment extra field.
UnicodeCommentExtraFieldFactory - Class in org.at4j.zip.ef
This factory is used to create extra fields of the type UnicodeCommentExtraField.
UnicodeCommentExtraFieldFactory() - Constructor for class org.at4j.zip.ef.UnicodeCommentExtraFieldFactory
 
UnicodeCommentExtraFieldParser - Class in org.at4j.zip.ef
This parser is used to parse extra fields of the type UnicodeCommentExtraField.
UnicodeCommentExtraFieldParser() - Constructor for class org.at4j.zip.ef.UnicodeCommentExtraFieldParser
 
UnicodePathExtraField - Class in org.at4j.zip.ef
This extra field contains the entity's absolute path encoded in UTF-8.
UnicodePathExtraField(boolean, AbsoluteLocation, boolean) - Constructor for class org.at4j.zip.ef.UnicodePathExtraField
Create a new Unicode extra field.
UnicodePathExtraFieldFactory - Class in org.at4j.zip.ef
This is a factory for building UnicodePathExtraField objects.
UnicodePathExtraFieldFactory() - Constructor for class org.at4j.zip.ef.UnicodePathExtraFieldFactory
 
UnicodePathExtraFieldParser - Class in org.at4j.zip.ef
This parser is used to parse extra fields of the type UnicodePathExtraField.
UnicodePathExtraFieldParser() - Constructor for class org.at4j.zip.ef.UnicodePathExtraFieldParser
 
UnixEntityAccessModeFlag - Enum in org.entityfs.entityattrs.unix
This is an enumeration over the different access permissions that an entity can have for different UidGidSubject:s.
UnixEntityMode - Class in org.entityfs.entityattrs.unix
The Unix entity mode is three sets of UnixEntityAccessModeFlag:s used to determine what permissions an entity's owner, a subject in the same group as the entity's owner and everybody else have to the entity.
UnixEntityModeConfigurable - Interface in org.entityfs.entityattrs.unix
This interface is implemented by objects that can be configured with UnixEntityMode objects.
UnixEntityModeFlag - Enum in org.entityfs.entityattrs.unix
This is an enumeration over the different mode flags that a UnixEntityMode might have.
UnixEntityType - Enum in org.at4j.zip.extattrs
An enumeration over the different Unix entity types that may occur in a Zip file.
UnixExternalFileAttributes - Class in org.at4j.zip.extattrs
This object represents file attributes in a Unix system.
UnixExternalFileAttributes(UnixEntityType, UnixEntityMode) - Constructor for class org.at4j.zip.extattrs.UnixExternalFileAttributes
Create a UnixFileAttributes object.
UnixExternalFileAttributesFactory - Class in org.at4j.zip.extattrs
This factory is used to create UnixExternalFileAttributes instances.
UnixExternalFileAttributesFactory(UnixEntityMode, UnixEntityMode) - Constructor for class org.at4j.zip.extattrs.UnixExternalFileAttributesFactory
Create a new factory instance.
UnixExternalFileAttributesParser - Class in org.at4j.zip.extattrs
This is a parser for UnixExternalFileAttributes.
UnixExternalFileAttributesParser() - Constructor for class org.at4j.zip.extattrs.UnixExternalFileAttributesParser
 
UnknownZipEntryCompressionMethodException - Exception in org.at4j.zip.comp
This exception is thrown by the ZipEntryCompressionMethodRegistry if it is given a compression method code that it does not have in its registry.
UnknownZipEntryCompressionMethodException(String) - Constructor for exception org.at4j.zip.comp.UnknownZipEntryCompressionMethodException
 
unlock() - Method in class org.entityfs.lock.CompoundEntityLock
 
unlock() - Method in class org.entityfs.lock.NoObjectDummyLock
 
unlock() - Method in class org.entityfs.support.util.concurrent.locks.OwnerAwareReadLock
 
unlock(EntityView) - Method in class org.entityfs.util.itr.AbstractLockingIterator
 
unlock(T) - Method in interface org.entityfs.util.itr.LockingIterator
Unlock the entity.
unlockAll() - Method in class org.entityfs.lock.cmd.LockCollection
Unlock all remaining locks in the collection.
unlockAll(Collection<? extends EntityLock>) - Static method in class org.entityfs.lock.EntityLocks
Unlock all locks in the collection that are locked by the current thread.
unlockAll(T[]) - Static method in class org.entityfs.lock.EntityLocks
Unlock all locks in the array that are locked by the current thread.
unlockAll() - Method in class org.entityfs.util.itr.AbstractLockingIterator
 
unlockAll() - Method in interface org.entityfs.util.itr.LockingIterator
Unlock all entities that this iterator locked.
UnLzma - Class in org.at4j.comp.lzma.prog
This runnable class emulates the unlzma command.
UnLzma() - Constructor for class org.at4j.comp.lzma.prog.UnLzma
 
UnmatchedMasterEntityStrategy - Interface in org.entityfs.util.dirdiff
This strategy object is invoked by a DirectoryDifferentiator for each entity in the master directory that did not have a matching entity in the target directory.
UnmatchedTargetEntityStrategy - Interface in org.entityfs.util.dirdiff
This strategy object is invoked by a DirectoryDifferentiator for each entity in the target directory that did not have a matching entity in the master directory.
UnparsedExternalFileAttributes - Class in org.at4j.zip.extattrs
This is a fallback ZipExternalFileAttributes object that is used for versions of the Zip software for which there are no version-specific ZipExternalFileAttributesFactory objects registered in the ZipEntryExtraFieldParserRegistry.
UnparsedExternalFileAttributes(ZipVersionMadeBy, byte[]) - Constructor for class org.at4j.zip.extattrs.UnparsedExternalFileAttributes
 
UnparsedExternalFileAttributesParser - Class in org.at4j.zip.extattrs
 
UnparsedExternalFileAttributesParser() - Constructor for class org.at4j.zip.extattrs.UnparsedExternalFileAttributesParser
 
UnparsedZipEntryExtraField - Class in org.at4j.zip.ef
This extra field object is used when the Zip file parser encounters an extra field type that is not supported.
UnparsedZipEntryExtraField(byte[], boolean) - Constructor for class org.at4j.zip.ef.UnparsedZipEntryExtraField
Create a new unparsed extra field object.
UnparsedZipEntryExtraFieldFactory - Class in org.at4j.zip.ef
This is the fallback ZipEntryExtraFieldFactory that is used when no factory is found for a Zip entry extra field.
UnparsedZipEntryExtraFieldFactory() - Constructor for class org.at4j.zip.ef.UnparsedZipEntryExtraFieldFactory
 
UnparsedZipEntryExtraFieldParser - Class in org.at4j.zip.ef
This object is used to handle extra fields that are not supported.
UnparsedZipEntryExtraFieldParser() - Constructor for class org.at4j.zip.ef.UnparsedZipEntryExtraFieldParser
 
unregisterChild(EntityAdapter) - Method in class org.entityfs.ram.RamDirectoryAdapter
 
unroll(EntityAcceptingEntityView<?>) - Static method in class org.entityfs.util.EntityAcceptingEntities
Unroll the entity-accepting entity, i.e.
unrollOrNull(EntityAcceptingEntityView<?>) - Static method in class org.entityfs.util.EntityAcceptingEntities
Unroll the chain of entity-accepting entities, i.e.
unrollTargetExists(EntityAcceptingEntityView<?>) - Static method in class org.entityfs.util.EntityAcceptingEntities
Check to see if the unroll target of the entity-accepting entity chain starting with the given entity-accepting entity exists.
unrollToDirectory(EntityAcceptingEntityView<?>) - Static method in class org.entityfs.util.EntityAcceptingEntities
Unroll a chain of entity-accepting entities to a directory.
unrollToDirectoryOrNull(EntityAcceptingEntityView<?>) - Static method in class org.entityfs.util.EntityAcceptingEntities
Unroll a chain of entity-accepting entities to a directory.
UnsignedByte - Class in org.at4j.support.lang
This object represents an unsigned byte (eight bits) with a value between 0 and 255 (inclusive).
UnsignedInteger - Class in org.at4j.support.lang
This object represents an unsigned integer (four bytes or 32 bits) with a value between {code 0} and 4294967295.
UnsignedLong - Class in org.at4j.support.lang
This object represents an unsigned long (eight bytes or 64 bits) with a value between {code 0} and 18446744073709551615.
UnsignedShort - Class in org.at4j.support.lang
This object represents an unsigned short value (two bytes or 16 bits) with a value between {code 0} and 65535.
UnsupportedCapabilityException - Exception in org.entityfs.cap
Exception that flags that a requested capability is not supported by the file system implementation or by any of its capability providers.
UnsupportedCapabilityException(EntityCapabilityType<?>) - Constructor for exception org.entityfs.cap.UnsupportedCapabilityException
 
UnsupportedCapabilityException(EntityCapabilityType<?>, String) - Constructor for exception org.entityfs.cap.UnsupportedCapabilityException
 
UnsupportedCapabilityException(FileSystemCapabilityType<?>) - Constructor for exception org.entityfs.cap.UnsupportedCapabilityException
 
UnsupportedCapabilityException(FileSystemCapabilityType<?>, String) - Constructor for exception org.entityfs.cap.UnsupportedCapabilityException
 
UnsupportedCompressionMethodException - Exception in org.at4j.zip.comp
This exception signals that a compression method is unsupported.
UnsupportedCompressionMethodException(ZipEntryCompressionMethod) - Constructor for exception org.at4j.zip.comp.UnsupportedCompressionMethodException
 
UnsupportedEntityTypeException - Exception in org.entityfs.exception
This is called whenever a specific EntityType is not supported by an implementation.
UnsupportedEntityTypeException(EntityType) - Constructor for exception org.entityfs.exception.UnsupportedEntityTypeException
 
UnsupportedEntityTypeException(EntityView) - Constructor for exception org.entityfs.exception.UnsupportedEntityTypeException
 
UnsupportedEntityTypeException(EntityView, Throwable) - Constructor for exception org.entityfs.exception.UnsupportedEntityTypeException
 
UnsupportedEntityTypeException(String) - Constructor for exception org.entityfs.exception.UnsupportedEntityTypeException
 
UntarTF - Class in org.schmant.task.at4j.tar
See UntarTF
UntarTF() - Constructor for class org.schmant.task.at4j.tar.UntarTF
 
Unzip - Class in org.at4j.zip.prog
This runnable class emulates the unzip command.
Unzip() - Constructor for class org.at4j.zip.prog.Unzip
 
unzip(ReadableFile, DirectoryView, OverwriteStrategy) - Static method in class org.entityfs.util.zip.ZipFiles
 
unzip(ReadableFile, DirectoryView, boolean) - Static method in class org.entityfs.util.zip.ZipFiles
Unzip the supplied Zip or Jar file into the directory.
unzip(ReadableFile, DirectoryView) - Static method in class org.entityfs.util.zip.ZipFiles
Unzip the supplied Zip or Jar file into the directory.
unzip(EFile, DirectoryView, Filter<? super EntityView>) - Static method in class org.entityfs.util.zip.ZipFiles
Extract the entities that pass the filter from the supplied Zip or Jar file into the directory.
update(EntityEvent<?>) - Method in interface org.entityfs.event.EntityObserver
This callback method is called by the observed Observable when it sends an event.
update(Observable, Object) - Method in class org.entityfs.util.obs.polling.PollingDirectoryMonitorer
This is called by the ticker when it is time to poll the monitored directory.
update(Observable, Object) - Method in class org.schmant.project.java.JavaProjectDependencies
 
update(Observable, Object) - Method in class org.schmant.run.CompoundTaskDependency
 
update(Observable, Object) - Method in class org.schmant.run.TaskExecutor
This is called when a dependency is met.
UriResolverDecorator<T extends UriResolverDecorator<T>> - Interface in org.schmant.task.template.xml
A task decorator for XSLT tasks that sets a URIResolver on the Transformer used.
UrlReadableFile - Class in org.entityfs.util
This is a ReadableFile that encapsulates an URL.
UrlReadableFile(URL) - Constructor for class org.entityfs.util.UrlReadableFile
 
UsernamePasswordAuthenticationProvider - Class in org.schmant.task.svnkit
Simple Subversion authentication provider that uses a preconfigured username and password.
UsernamePasswordAuthenticationProvider(String, char[]) - Constructor for class org.schmant.task.svnkit.UsernamePasswordAuthenticationProvider
 
UsernamePasswordAuthenticationProvider(String, String) - Constructor for class org.schmant.task.svnkit.UsernamePasswordAuthenticationProvider
 
UstarDirectoryEntry - Class in org.at4j.tar
This object represents a directory entry created with a POSIX-1.1988 (ustar) compatible version of tar.
UstarEntry - Interface in org.at4j.tar
This interface defines the properties that an POSIX 1003.1-1988 (ustar) entry has in addition to the properties inherited from TarEntry.
UstarEntryStrategy - Class in org.at4j.tar.builder
This strategy extends the V7TarEntryStrategy to be able to write full ustar Tar entry headers.
UstarEntryStrategy() - Constructor for class org.at4j.tar.builder.UstarEntryStrategy
Create a new strategy object that will use the platform's default character encoding to encode text values in the Tar entries.
UstarEntryStrategy(Charset) - Constructor for class org.at4j.tar.builder.UstarEntryStrategy
Create a new strategy object that will use the supplied charset for encoding test values in the Tar entries.
UstarFileEntry - Class in org.at4j.tar
This object represents a file entry created with a POSIX-1.1988 (ustar) compatible version of tar.
UstarSymbolicLinkEntry - Class in org.at4j.tar
This object represents a symbolic link entry created with a POSIX-1.1988 (ustar) compatible version of tar.
UTC - Static variable in class org.at4j.support.util.TimeZones
 
UTF16 - Static variable in class org.at4j.support.nio.charset.Charsets
The UTF-16 charset.
UTF8 - Static variable in class org.at4j.support.nio.charset.Charsets
The UTF-8 charset.
UTF8 - Static variable in class org.entityfs.support.nio.Charsets
The UTF-8 charset.

V

V7TarEntryStrategy - Class in org.at4j.tar.builder
This TarEntryStrategy creates Tar entries conforming to the old Unix v7 format.
V7TarEntryStrategy() - Constructor for class org.at4j.tar.builder.V7TarEntryStrategy
Create a new strategy object that will use the platform's default character encoding to encode text values in the Tar entries.
V7TarEntryStrategy(Charset) - Constructor for class org.at4j.tar.builder.V7TarEntryStrategy
Create a new strategy object that will use the supplied charset for encoding test values in the Tar entries.
validate() - Method in class org.entityfs.fs.AbstractFSFileSystemBuilder
Override the inherited method to add more validation.
validate() - Method in class org.entityfs.fs.FSROFileSystemBuilder
Override the inherited method to add more validation.
validate() - Method in class org.entityfs.fs.FSRWFileSystemBuilder
Override the inherited method to add more validation.
validate() - Method in class org.entityfs.jar.JarFileSystemBuilder
 
validate() - Method in class org.entityfs.ram.RamFileSystemBuilder
 
validate() - Method in class org.entityfs.zip.ZipFileSystemBuilder
 
validate(Report, Collection<String>) - Method in class org.schmant.project.java.JavaProjectClasspathDecorator
 
validate(Report) - Method in class org.schmant.task.apache.ant.AntTask
 
validate(Report) - Method in class org.schmant.task.at4j.bzip2.BZip2Task
 
validate(Report) - Method in class org.schmant.task.findbugs.ExtFindbugsTask
 
validate(Report) - Method in class org.schmant.task.io.ChmodTask
 
validate(Report) - Method in class org.schmant.task.jdk.jarsigner.ExtJarSignerTask
 
validate(Report) - Method in class org.schmant.task.jdk.java.ExtJavaTask
 
validate(Report, Collection<String>) - Method in class org.schmant.task.jdk.javadoc.ext.ExtStandardDocletDecorator
 
validate(Report, Collection<String>) - Method in class org.schmant.task.jdk.javadoc.pdfdoclet.ext.ExtPdfDocletDecorator
 
validate(Report) - Method in class org.schmant.task.junit4.ExtJUnit4Task
 
validate(Report) - Method in class org.schmant.task.lang.ClosureTask
 
validate(Report) - Method in class org.schmant.task.meta.ForEachSourceTask
 
validate(Report) - Method in class org.schmant.task.meta.RecursiveActionTask
 
validate(Report) - Method in class org.schmant.task.meta.RecursiveProcessTask
 
validate(Report) - Method in class org.schmant.task.process.ExtProcessTask
 
validate(Report) - Method in class org.schmant.task.proxy.RedirectReportTask
 
validate(Report) - Method in class org.schmant.task.proxy.TimedExecutionTask
 
validate(Report) - Method in class org.schmant.task.stub.AbstractActionTask
Override the method inherited from AbstractTask to give a validation error if no source is set (and AbstractActionTask.isSourcesMandatory() is true).
validate(Report) - Method in class org.schmant.task.stub.AbstractCallbackRecursiveProcessTask
 
validate(Report) - Method in class org.schmant.task.stub.AbstractGeneratorTask
Override the method inherited from AbstractTask to give a validation error if the target property is not set (and AbstractGeneratorTask.isTargetMandatory() returns true).
validate(Report) - Method in class org.schmant.task.stub.AbstractProcessTask
 
validate(Report) - Method in class org.schmant.task.stub.AbstractTask
This method may be overridden by subclasses to validate their configuration (including their TaskFactory:s) before the task is run.
validate(Report) - Method in class org.schmant.task.svnkit.AbstractSvnTask
 
validate(Report) - Method in class org.schmant.task.svnkit.SvnExportTask
 
validate(Report) - Method in class org.schmant.task.svnkit.SvnUrlToUrlCopyTask
 
validate(Report) - Method in class org.schmant.task.template.jdk.java.AbstractExtJavaTask
 
validate(Report) - Method in class org.schmant.task.template.jdk.javac.AbstractJavacTask
 
validate(Report) - Method in class org.schmant.task.template.jdk.javadoc.AbstractJavadocTask
 
validate(Report) - Method in class org.schmant.task.template.proxy.AbstractProxyTask
 
validate(Report) - Method in class org.schmant.task.text.AbstractAddTextTask
 
validate(Report) - Method in class org.schmant.task.text.apilinks.ApiLinksTask
 
validate(Report) - Method in class org.schmant.task.text.IncludeFilesTask
 
validate(Report, Collection<String>) - Method in interface org.schmant.task.ValidatingDecorator
Validate the task decorator and add errors to errs.
validate(Report) - Method in class org.schmant.task.xml.catalog.AbstractXmlCatalogActionTask
 
validate(Report) - Method in class org.schmant.task.xml.dom.DomParseXmlTask
 
validate(Report) - Method in class org.schmant.task.xml.validation.SchemaFactoryTask
 
validate(Report) - Method in class org.schmant.task.xml.xslt.TemplateCompilerTask
 
validate(Report) - Method in class org.schmant.task.xml.xslt.XsltTask
 
validateConfiguration(Collection<String>) - Method in class org.schmant.task.junit4.ant.JUnit4AntXmlReporter
 
validateConfiguration(Collection<String>) - Method in interface org.schmant.task.junit4.JUnit4Reporter
Validate the configuration.
validateConfiguration(Collection<String>) - Method in class org.schmant.task.junit4.JUnit4SimpleReporter
 
validateConfiguration(Collection<String>) - Method in class org.schmant.task.junit4.suitereporter.JUnit4TestSuiteReporter
 
validateEntityName(String) - Static method in class org.entityfs.el.EntityLocations
A static utility method for validating an entity name (no EntityLocation.SEPARATOR:s).
validateGid(int) - Static method in class org.entityfs.entityattrs.UidGid
Validate a GID.
validateResult(ArgumentInterpretationResult<T>) - Method in class org.schmant.arg.AbstractArgumentInterpretationStrategy
This method checks that the result is valid in respect to the values of the ArgumentInterpretationStrategy.ALLOW_NOT_INTERPRETED and ArgumentInterpretationStrategy.ALLOW_ONE_AND_ONLY_ONE_RESULT_OBJECT flags used when creating this object.
validateResult(ArgumentInterpretationResult<T>) - Method in interface org.schmant.arg.ArgumentInterpretationStrategy
This is called by ArgumentInterpreter to validate that a result object returned by ArgumentInterpreter.interpret(Object, ArgumentInterpretationStrategy) is valid.
validateUid(int) - Static method in class org.entityfs.entityattrs.UidGid
Validate a UID.
ValidatingDecorator - Interface in org.schmant.task
This defines a task decorator that should be validated when validating the task's other configuration.
valueOf(String) - Static method in enum org.at4j.comp.CompressionLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.at4j.comp.lzma.MatchFinderAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class org.at4j.support.lang.SignedInteger
Create a new signed integer value.
valueOf(long) - Static method in class org.at4j.support.lang.SignedLong
Create a new signed long value.
valueOf(byte) - Static method in class org.at4j.support.lang.UnsignedByte
Create an unsigned byte value from the supplied byte value.
valueOf(short) - Static method in class org.at4j.support.lang.UnsignedByte
Create a new unsigned byte value from the supplied short value which must be in the range 0 to 255 (inclusive).
valueOf(int) - Static method in class org.at4j.support.lang.UnsignedByte
Create a new unsigned byte value from the supplied int value which must be in the range 0 to 255 (inclusive).
valueOf(int) - Static method in class org.at4j.support.lang.UnsignedInteger
Create a new unsigned integer.
valueOf(long) - Static method in class org.at4j.support.lang.UnsignedInteger
Create an unsigned integer from the supplied long value which must be between 0 and 4294967295 (inclusive).
valueOf(long) - Static method in class org.at4j.support.lang.UnsignedLong
Create an unsigned long.
valueOf(BigInteger) - Static method in class org.at4j.support.lang.UnsignedLong
Create an unsigned long value from the supplied BigInteger value which must be in the range 0 to 18446744073709551615 (inclusive)
valueOf(short) - Static method in class org.at4j.support.lang.UnsignedShort
Create a new unsigned short.
valueOf(int) - Static method in class org.at4j.support.lang.UnsignedShort
Create an unsigned short from the supplied integer value which must be between 0 and 65535 (inclusive).
valueOf(String) - Static method in enum org.at4j.zip.extattrs.MsDosFileAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.at4j.zip.extattrs.NtfsFileAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.at4j.zip.extattrs.UnixEntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.at4j.zip.ZipVersionMadeBy
Returns the enum constant of this type with the specified name.
valueOf(UnsignedByte) - Static method in enum org.at4j.zip.ZipVersionMadeBy
Get the Zip version made by enum constant that corresponds to the code.
valueOf(String) - Static method in enum org.entityfs.entityattrs.ntfs.NtFileAttributes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.entityfs.entityattrs.unix.UnixEntityAccessModeFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.entityfs.entityattrs.unix.UnixEntityModeFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.entityfs.ostrat.OverwriteResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.entityfs.support.io.RandomAccessMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.entityfs.support.lang.TriState
Returns the enum constant of this type with the specified name.
valueOf(boolean) - Static method in enum org.entityfs.support.lang.TriState
Return the tristate value for the boolean (YES or NO).
valueOf(String) - Static method in enum org.schmant.project.intellij.IntelliJUrlProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.schmant.task.apache.ant.AntLogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.schmant.task.findbugs.FindbugsEffortLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.schmant.task.findbugs.FindbugsReportFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.schmant.task.findbugs.FindbugsReportLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.schmant.task.template.io.zip.ZipCompressionMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.schmant.task.template.jdk.java.JavaVMType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.schmant.task.template.jdk.javac.JavacAnnotationProcessingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.schmant.task.template.jdk.javac.JavacDebugKeyword
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.schmant.task.template.jdk.javac.JavacImplicitClassFileGeneration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.schmant.task.template.jdk.javadoc.JavadocTagPlace
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.schmant.task.template.jdk.javadoc.JavadocVisibilityLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.schmant.task.text.EolStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.at4j.comp.CompressionLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.at4j.comp.lzma.MatchFinderAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.at4j.tar.TarFile
Get a read only collection containing all TarEntry objects in the Tar file.
values() - Static method in enum org.at4j.zip.extattrs.MsDosFileAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.at4j.zip.extattrs.NtfsFileAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.at4j.zip.extattrs.UnixEntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.at4j.zip.ZipFile
Get a read only collection containing all Zip entries in this Zip file
values() - Static method in enum org.at4j.zip.ZipVersionMadeBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.entityfs.entityattrs.ntfs.NtFileAttributes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.entityfs.entityattrs.unix.UnixEntityAccessModeFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.entityfs.entityattrs.unix.UnixEntityModeFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.entityfs.ostrat.OverwriteResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.entityfs.support.io.RandomAccessMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.entityfs.support.lang.TriState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.entityfs.util.properties.FileBackedProperties
 
values() - Static method in enum org.schmant.project.intellij.IntelliJUrlProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.schmant.task.apache.ant.AntLogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.schmant.task.findbugs.FindbugsEffortLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.schmant.task.findbugs.FindbugsReportFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.schmant.task.findbugs.FindbugsReportLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.schmant.task.template.io.zip.ZipCompressionMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.schmant.task.template.jdk.java.JavaVMType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.schmant.task.template.jdk.javac.JavacAnnotationProcessingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.schmant.task.template.jdk.javac.JavacDebugKeyword
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.schmant.task.template.jdk.javac.JavacImplicitClassFileGeneration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.schmant.task.template.jdk.javadoc.JavadocTagPlace
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.schmant.task.template.jdk.javadoc.JavadocVisibilityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.schmant.task.text.EolStyle
Returns an array containing the constants of this enum type, in the order they are declared.
verifyTargetDirectory(File) - Method in class org.entityfs.ostrat.AbstractOverwriteStrategy
Verify that the argument is an existing directory.
VERSION_1_4 - Static variable in class org.schmant.support.JdkVersion
JDK version 1.4.0.0.
VERSION_1_5 - Static variable in class org.schmant.support.JdkVersion
JDK version 1.5.0.0.
VERSION_1_6 - Static variable in class org.schmant.support.JdkVersion
JDK version 1.6.0.0.
VERSION_1_7 - Static variable in class org.schmant.support.JdkVersion
JDK version 1.7.0.0.
VERSION_NEEDED_TO_EXTRACT - Static variable in class org.at4j.zip.comp.BZip2CompressionMethod
The PK-Zip version needed to extract entries compressed with this compression method.
VERSION_NEEDED_TO_EXTRACT - Static variable in class org.at4j.zip.comp.Deflate64CompressionMethod
The PK-Zip version needed to extract entries compressed with this compression method.
VERSION_NEEDED_TO_EXTRACT - Static variable in class org.at4j.zip.comp.DeflatedCompressionMethod
The PK-Zip version needed to extract entries compressed with this compression method.
VERSION_NEEDED_TO_EXTRACT - Static variable in class org.at4j.zip.comp.IbmLz77CompressionMethod
The PK-Zip version needed to extract entries compressed with this compression method.
VERSION_NEEDED_TO_EXTRACT - Static variable in class org.at4j.zip.comp.IbmTerseCompressionMethod
The PK-Zip version needed to extract entries compressed with this compression method.
VERSION_NEEDED_TO_EXTRACT - Static variable in class org.at4j.zip.comp.ImplodedCompressionMethod
The PK-Zip version needed to extract entries compressed with this compression method.
VERSION_NEEDED_TO_EXTRACT - Static variable in class org.at4j.zip.comp.LzmaCompressionMethod
The PK-Zip version needed to extract entries compressed with this compression method.
VERSION_NEEDED_TO_EXTRACT - Static variable in class org.at4j.zip.comp.PKWareImplodingCompressionMethod
The PK-Zip version needed to extract entries compressed with this compression method.
VERSION_NEEDED_TO_EXTRACT - Static variable in class org.at4j.zip.comp.PpmdCompressionMethod
The PK-Zip version needed to extract entries compressed with this compression method.
VERSION_NEEDED_TO_EXTRACT - Static variable in class org.at4j.zip.comp.Reduced1CompressionMethod
The PK-Zip version needed to extract entries compressed with this compression method.
VERSION_NEEDED_TO_EXTRACT - Static variable in class org.at4j.zip.comp.Reduced2CompressionMethod
The PK-Zip version needed to extract entries compressed with this compression method.
VERSION_NEEDED_TO_EXTRACT - Static variable in class org.at4j.zip.comp.Reduced3CompressionMethod
The PK-Zip version needed to extract entries compressed with this compression method.
VERSION_NEEDED_TO_EXTRACT - Static variable in class org.at4j.zip.comp.Reduced4CompressionMethod
The PK-Zip version needed to extract entries compressed with this compression method.
VERSION_NEEDED_TO_EXTRACT - Static variable in class org.at4j.zip.comp.ShrunkCompressionMethod
The PK-Zip version needed to extract entries compressed with this compression method.
VERSION_NEEDED_TO_EXTRACT - Static variable in class org.at4j.zip.comp.StoredCompressionMethod
The PK-Zip version needed to extract entries compressed with this compression method.
VERSION_NEEDED_TO_EXTRACT - Static variable in class org.at4j.zip.comp.WavPackCompressionMethod
The PK-Zip version needed to extract entries compressed with this compression method.
ViewCapable<T extends EntityView> - Interface in org.entityfs
This interface is implemented by the entity and entity view types that are capable of creating filtered views of themselves.

W

waitFor(TaskDependency) - Method in class org.schmant.run.TaskExecutor
Wait for a specific task dependency to complete.
waitFor() - Method in class org.schmant.run.TaskExecutor
Wait for all tasks to finish.
warn(Object) - Method in class org.schmant.report.AbstractPrintingReport
 
warn(Object, Throwable) - Method in class org.schmant.report.AbstractPrintingReport
 
warn(Object) - Method in class org.schmant.report.AsynchronousReport
 
warn(Object, Throwable) - Method in class org.schmant.report.AsynchronousReport
 
warn(Object) - Method in class org.schmant.report.MultiplexingReport
 
warn(Object, Throwable) - Method in class org.schmant.report.MultiplexingReport
 
warn(Object) - Method in interface org.schmant.report.Report
Log a message to warn level (Level.WARNING).
warn(Object, Throwable) - Method in interface org.schmant.report.Report
Log a message and an exception to warn level (Level.WARNING).
warning(SAXParseException) - Method in class org.schmant.task.template.xml.DefaultErrorHandler
Logs an warning message, but does not rethrow the exception.
WarTask - Class in org.schmant.task.jdk.jar
See WarTF
WarTF - Class in org.schmant.task.jdk.jar
Create War task factory
WarTF() - Constructor for class org.schmant.task.jdk.jar.WarTF
 
WavPackCompressionMethod - Class in org.at4j.zip.comp
This is the "WavPack" compression method.
WinNtTime - Class in org.at4j.support.util
This object represent Windows NT time.
WinNtTime(UnsignedLong) - Constructor for class org.at4j.support.util.WinNtTime
Create a new WinNtTime from the numerical value.
WinNtTime(Date) - Constructor for class org.at4j.support.util.WinNtTime
Create a new WinNtTime from the Date value.
WrappedCheckedException - Exception in org.entityfs.support.exception
This exception type is used to wrap a checked exception (such as ClassNotFoundException) and rethrow it as an unchecked exception.
WrappedCheckedException(Exception) - Constructor for exception org.entityfs.support.exception.WrappedCheckedException
 
WrappedCheckedException(String, Exception) - Constructor for exception org.entityfs.support.exception.WrappedCheckedException
 
WrappedClassNotFoundException - Exception in org.entityfs.support.exception
This exception type is for rethrowing ClassNotFoundException:s as unchecked exceptions.
WrappedClassNotFoundException(ClassNotFoundException) - Constructor for exception org.entityfs.support.exception.WrappedClassNotFoundException
 
WrappedClassNotFoundException(String, ClassNotFoundException) - Constructor for exception org.entityfs.support.exception.WrappedClassNotFoundException
 
WrappedIOException - Exception in org.entityfs.support.exception
This exception type is used to wrap IOException (checked) and rethrow it as an unchecked exception.
WrappedIOException(IOException) - Constructor for exception org.entityfs.support.exception.WrappedIOException
 
WrappedIOException(String, IOException) - Constructor for exception org.entityfs.support.exception.WrappedIOException
 
WrappedMalformedURLException - Exception in org.entityfs.support.exception
This is for wrapping an MalformedURLException and rethrowing it as an unchecked exception.
WrappedMalformedURLException(MalformedURLException) - Constructor for exception org.entityfs.support.exception.WrappedMalformedURLException
 
WrappedMalformedURLException(String, MalformedURLException) - Constructor for exception org.entityfs.support.exception.WrappedMalformedURLException
 
WritableByteBufferChannel - Class in org.entityfs.support.io
This is a WritableByteChannel that writes its data to a pre-allocated ByteBuffer.
WritableByteBufferChannel(ByteBuffer, int) - Constructor for class org.entityfs.support.io.WritableByteBufferChannel
 
WritableByteBufferChannel(ByteBuffer) - Constructor for class org.entityfs.support.io.WritableByteBufferChannel
 
WritableByteChannelProxy<T extends WritableByteChannel> - Class in org.entityfs.support.io
This is a proxy for WritableByteChannel objects.
WritableByteChannelProxy(T) - Constructor for class org.entityfs.support.io.WritableByteChannelProxy
 
WritableFile - Interface in org.entityfs
This interface is implemented by objects that behave as writable files, EFile:s for instance.
write(int) - Method in class org.at4j.comp.bzip2.BZip2OutputStream
 
write(byte[]) - Method in class org.at4j.comp.bzip2.BZip2OutputStream
 
write(byte[], int, int) - Method in class org.at4j.comp.bzip2.BZip2OutputStream
 
write(int) - Method in class org.at4j.comp.lzma.LzmaOutputStream
 
write(byte[]) - Method in class org.at4j.comp.lzma.LzmaOutputStream
 
write(byte[], int, int) - Method in class org.at4j.comp.lzma.LzmaOutputStream
 
write(int) - Method in interface org.at4j.support.io.BitOutput
See OutputStream.write(int).
write(byte[]) - Method in interface org.at4j.support.io.BitOutput
See OutputStream.write(byte[]).
write(byte[], int, int) - Method in interface org.at4j.support.io.BitOutput
See OutputStream.write(byte[], int, int).
write(int) - Method in class org.at4j.support.io.LittleEndianBitOutputStream
 
write(byte[]) - Method in class org.at4j.support.io.LittleEndianBitOutputStream
 
write(byte[], int, int) - Method in class org.at4j.support.io.LittleEndianBitOutputStream
 
write(byte[]) - Method in interface org.entityfs.DataSink
Write the contents of the array to the sink, starting at the current file pointer.
write(byte[], int, int) - Method in interface org.entityfs.DataSink
Write len bytes from the array, starting at the offset off to this sink.
write(int) - Method in interface org.entityfs.DataSink
Write a byte to the sink.
write(int) - Method in class org.entityfs.ram.RamFileAdapter
 
write(byte[], int, int) - Method in class org.entityfs.ram.RamFileAdapter
Same contract as OutputStream.write
write(byte[]) - Method in class org.entityfs.ram.RamFileAdapter
 
write(ByteBuffer) - Method in class org.entityfs.ram.RamFileAdapter
 
write(byte[]) - Method in class org.entityfs.support.io.Base64OutputStream
 
write(byte[], int, int) - Method in class org.entityfs.support.io.Base64OutputStream
 
write(int) - Method in class org.entityfs.support.io.Base64OutputStream
 
write(int) - Method in class org.entityfs.support.io.CountingOutputStream
 
write(byte[]) - Method in class org.entityfs.support.io.CountingOutputStream
 
write(byte[], int, int) - Method in class org.entityfs.support.io.CountingOutputStream
 
write(ByteBuffer[]) - Method in class org.entityfs.support.io.GatheringByteChannelAdapter
 
write(ByteBuffer[], int, int) - Method in class org.entityfs.support.io.GatheringByteChannelAdapter
 
write(ByteBuffer[]) - Method in class org.entityfs.support.io.GatheringByteChannelProxy
 
write(ByteBuffer[], int, int) - Method in class org.entityfs.support.io.GatheringByteChannelProxy
 
write(int) - Method in class org.entityfs.support.io.MultiplexingOutputStream
 
write(byte[]) - Method in class org.entityfs.support.io.MultiplexingOutputStream
 
write(byte[], int, int) - Method in class org.entityfs.support.io.MultiplexingOutputStream
 
write(byte[]) - Method in class org.entityfs.support.io.OutputStreamProxy
 
write(byte[], int, int) - Method in class org.entityfs.support.io.OutputStreamProxy
 
write(int) - Method in class org.entityfs.support.io.OutputStreamProxy
 
write(ByteBuffer) - Method in class org.entityfs.support.io.WritableByteBufferChannel
 
write(ByteBuffer) - Method in class org.entityfs.support.io.WritableByteChannelProxy
 
write(byte[]) - Method in class org.entityfs.util.base.EmptyRandomAccess
 
write(byte[], int, int) - Method in class org.entityfs.util.base.EmptyRandomAccess
 
write(int) - Method in class org.entityfs.util.base.EmptyRandomAccess
 
write(int) - Method in class org.entityfs.util.io.ByteArrayRandomAccess
 
write(byte[]) - Method in class org.entityfs.util.io.ByteArrayRandomAccess
 
write(byte[], int, int) - Method in class org.entityfs.util.io.ByteArrayRandomAccess
 
write(int) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
write(byte[]) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
write(byte[], int, int) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
write(byte[]) - Method in class org.entityfs.util.io.DataSinkToOutputStreamAdapter
 
write(byte[], int, int) - Method in class org.entityfs.util.io.DataSinkToOutputStreamAdapter
 
write(int) - Method in class org.entityfs.util.io.DataSinkToOutputStreamAdapter
 
write(byte[]) - Method in class org.entityfs.util.io.InputStreamBackedRandomAccess
 
write(byte[], int, int) - Method in class org.entityfs.util.io.InputStreamBackedRandomAccess
 
write(int) - Method in class org.entityfs.util.io.InputStreamBackedRandomAccess
 
write(byte[]) - Method in class org.entityfs.util.io.LockAwareFileOutputStream
 
write(byte[], int, int) - Method in class org.entityfs.util.io.LockAwareFileOutputStream
 
write(int) - Method in class org.entityfs.util.io.LockAwareFileOutputStream
 
write(byte[]) - Method in class org.entityfs.util.io.LockAwareOutputStream
 
write(byte[], int, int) - Method in class org.entityfs.util.io.LockAwareOutputStream
 
write(int) - Method in class org.entityfs.util.io.LockAwareOutputStream
 
write(byte[]) - Method in class org.entityfs.util.io.LockAwareRandomAccess
 
write(byte[], int, int) - Method in class org.entityfs.util.io.LockAwareRandomAccess
 
write(int) - Method in class org.entityfs.util.io.LockAwareRandomAccess
 
write(int) - Method in class org.entityfs.util.io.LockAwareRandomAccessFile
 
write(byte[], int, int) - Method in class org.entityfs.util.io.LockAwareRandomAccessFile
 
write(byte[]) - Method in class org.entityfs.util.io.LockAwareRandomAccessFile
 
write(byte[]) - Method in class org.entityfs.util.io.OutputStreamToDataSinkAdapter
 
write(byte[], int, int) - Method in class org.entityfs.util.io.OutputStreamToDataSinkAdapter
 
write(int) - Method in class org.entityfs.util.io.OutputStreamToDataSinkAdapter
 
write(byte[]) - Method in class org.entityfs.util.io.RandomAccessAdapter
 
write(byte[], int, int) - Method in class org.entityfs.util.io.RandomAccessAdapter
 
write(int) - Method in class org.entityfs.util.io.RandomAccessAdapter
 
write(byte[]) - Method in class org.entityfs.util.io.RandomAccessOutputStreamAdapter
Deprecated.  
write(byte[], int, int) - Method in class org.entityfs.util.io.RandomAccessOutputStreamAdapter
Deprecated.  
write(int) - Method in class org.entityfs.util.io.RandomAccessOutputStreamAdapter
Deprecated.  
write(int) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
write(byte[]) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
write(byte[], int, int) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
write(byte[]) - Method in class org.entityfs.util.io.RandomAccessToOutputStreamAdapter
 
write(byte[], int, int) - Method in class org.entityfs.util.io.RandomAccessToOutputStreamAdapter
 
write(int) - Method in class org.entityfs.util.io.RandomAccessToOutputStreamAdapter
 
write(byte[]) - Method in class org.entityfs.util.io.RangeRandomAccess
 
write(byte[], int, int) - Method in class org.entityfs.util.io.RangeRandomAccess
 
write(int) - Method in class org.entityfs.util.io.RangeRandomAccess
 
write(byte[]) - Method in class org.entityfs.util.io.TempFileBackedRandomAccess
 
write(byte[], int, int) - Method in class org.entityfs.util.io.TempFileBackedRandomAccess
 
write(int) - Method in class org.entityfs.util.io.TempFileBackedRandomAccess
 
write(ByteBuffer) - Method in class org.entityfs.util.nio.LockAwareWritableByteChannel
 
writeAt(long, int) - Method in class org.entityfs.ram.RamFileAdapter
 
writeAt(long, byte[], int, int) - Method in class org.entityfs.ram.RamFileAdapter
 
writeAt(long, byte[]) - Method in class org.entityfs.ram.RamFileAdapter
 
writeAt(long, ByteBuffer) - Method in class org.entityfs.ram.RamFileAdapter
 
writeBit(boolean) - Method in interface org.at4j.support.io.BitOutput
Write a single bit.
writeBit(boolean) - Method in class org.at4j.support.io.LittleEndianBitOutputStream
 
writeBits(int, int) - Method in interface org.at4j.support.io.BitOutput
Write up to eight bits.
writeBits(int, int) - Method in class org.at4j.support.io.LittleEndianBitOutputStream
 
writeBitsLittleEndian(int, int) - Method in interface org.at4j.support.io.BitOutput
Write up to 32 bits.
writeBitsLittleEndian(int, int) - Method in class org.at4j.support.io.LittleEndianBitOutputStream
 
writeBoolean(boolean) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
writeBoolean(boolean) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
writeByte(int) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
writeByte(int) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
writeBytes(byte[], int, int) - Method in interface org.at4j.support.io.BitOutput
Write an array of bytes to the output.
writeBytes(byte[], int, int) - Method in class org.at4j.support.io.LittleEndianBitOutputStream
 
writeBytes(String) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
writeBytes(String) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
writeChar(int) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
writeChar(int) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
writeChars(String) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
writeChars(String) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
writeData(T, byte[]) - Static method in class org.entityfs.util.Files
Write the contents of the byte array to the file.
writeDirectory(DataSink, DirectoryAdapter<?>, AbsoluteLocation, TarEntrySettings, Date) - Method in class org.at4j.tar.builder.GnuTarEntryStrategy
Override the inherited implementation to prepend the Tar entry header with a special file name header if necessary.
writeDirectory(DataSink, DirectoryAdapter<?>, AbsoluteLocation, TarEntrySettings, Date) - Method in class org.at4j.tar.builder.PaxTarEntryStrategy
Override the inherited implementation to add a Pax header before the ustar header.
writeDirectory(DataSink, DirectoryAdapter<?>, AbsoluteLocation, TarEntrySettings, Date) - Method in interface org.at4j.tar.builder.TarEntryStrategy
Write a directory entry to the Tar file.
writeDirectory(DataSink, DirectoryAdapter<?>, AbsoluteLocation, TarEntrySettings, Date) - Method in class org.at4j.tar.builder.V7TarEntryStrategy
 
writeDouble(double) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
writeDouble(double) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
writeFile(DataSink, ReadableFile, AbsoluteLocation, TarEntrySettings, Date) - Method in class org.at4j.tar.builder.GnuTarEntryStrategy
Override the inherited implementation to prepend the Tar entry header with a special file name header if necessary.
writeFile(DataSink, ReadableFile, AbsoluteLocation, TarEntrySettings, Date) - Method in class org.at4j.tar.builder.PaxTarEntryStrategy
Override the inherited implementation to add a Pax header before the ustar header.
writeFile(DataSink, ReadableFile, AbsoluteLocation, TarEntrySettings, Date) - Method in interface org.at4j.tar.builder.TarEntryStrategy
Write a file entry to the Tar file.
writeFile(DataSink, ReadableFile, AbsoluteLocation, TarEntrySettings, Date) - Method in class org.at4j.tar.builder.V7TarEntryStrategy
 
writeFileFromStream(RandomAccess, InputStream, AbsoluteLocation, TarEntrySettings, Date) - Method in class org.at4j.tar.builder.GnuTarEntryStrategy
Override the inherited implementation to prepend the Tar entry header with a special file name header if necessary.
writeFileFromStream(RandomAccess, InputStream, AbsoluteLocation, TarEntrySettings, Date) - Method in class org.at4j.tar.builder.PaxTarEntryStrategy
Override the inherited implementation to add a Pax header before the ustar header.
writeFileFromStream(RandomAccess, InputStream, AbsoluteLocation, TarEntrySettings, Date) - Method in interface org.at4j.tar.builder.TarEntryStrategy
Write a file entry containing all data that can be read from the stream to the Tar file.
writeFileFromStream(RandomAccess, InputStream, AbsoluteLocation, TarEntrySettings, Date) - Method in class org.at4j.tar.builder.V7TarEntryStrategy
 
writeFileToArchive(DataSink, ReadableFile, TarEntrySettings) - Method in class org.at4j.tar.builder.V7TarEntryStrategy
Write the contents of the supplied file to the archive.
writeFloat(float) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
writeFloat(float) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
writeFromChannel(T, ReadableByteChannel) - Static method in class org.entityfs.util.Files
Write binary data read from the provided ReadableByteChannel to the file.
writeFromFile(T, ReadableFile) - Static method in class org.entityfs.util.Files
Write data from the source file to a file.
writeFromInputStream(T, InputStream) - Static method in class org.entityfs.util.Files
Write binary data read from the provided InputStream to the file.
writeFromReader(T, Reader, Charset) - Static method in class org.entityfs.util.Files
Write character data read from the provided Reader to the file.
writeFromReader(T, Reader) - Static method in class org.entityfs.util.Files
Write character data read from the provided Reader to the file.
writeInt(int) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
writeInt(int) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
WriteLockable - Interface in org.entityfs.lock
This interface is implemented by classes that can be locked for writing.
WriteLockedEntityFilter - Class in org.entityfs.util.filter.entity
A filter that matches entities that are write locked by the current thread.
WriteLockedEntityFilter() - Constructor for class org.entityfs.util.filter.entity.WriteLockedEntityFilter
 
WriteLockRequiredException - Exception in org.entityfs.lock
Exception thrown when a calling thread does not have a required write lock.
WriteLockRequiredException() - Constructor for exception org.entityfs.lock.WriteLockRequiredException
 
WriteLockRequiredException(String) - Constructor for exception org.entityfs.lock.WriteLockRequiredException
 
writeLong(long) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
writeLong(long) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
WriteOnlyException - Exception in org.entityfs.exception
This exception is thrown when a client tries to read from a write only object.
WriteOnlyException() - Constructor for exception org.entityfs.exception.WriteOnlyException
 
WriteOnlyException(String) - Constructor for exception org.entityfs.exception.WriteOnlyException
 
WritePermission - Class in org.entityfs.security
This is a write permission for an entity.
WritePermission(Entity, String) - Constructor for class org.entityfs.security.WritePermission
 
writeShort(int) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
writeShort(int) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
writeText(T, CharSequence) - Static method in class org.entityfs.util.Files
Write text to a file.
writeText(T, CharSequence, Charset) - Static method in class org.entityfs.util.Files
Write text to a file encoding it with the supplied character encoding.
writeUTF(String) - Method in class org.entityfs.util.io.DataInputOutputRandomAccessAdapter
Deprecated.  
writeUTF(String) - Method in class org.entityfs.util.io.RandomAccessToDataInputOutputAdapter
 
WrongEntityTypeException - Exception in org.entityfs.exception
This exception signals that an entity was of a different type than what was expected.
WrongEntityTypeException(String) - Constructor for exception org.entityfs.exception.WrongEntityTypeException
 
WrongEntityTypeException(Throwable) - Constructor for exception org.entityfs.exception.WrongEntityTypeException
 
WrongEntityTypeException(String, Throwable) - Constructor for exception org.entityfs.exception.WrongEntityTypeException
 
WrongEntityTypeException - Exception in org.schmant.support
This is thrown by FutureEntity methods.
WrongEntityTypeException(String) - Constructor for exception org.schmant.support.WrongEntityTypeException
 

X

XmlArgumentInterpreter - Class in org.schmant.task.template.xml
Deprecated. Use InterpretAsXmlSourceStrategy instead.
XmlArgumentInterpreter() - Constructor for class org.schmant.task.template.xml.XmlArgumentInterpreter
Deprecated.  
XmlCatalog<T extends XmlCatalog<T>> - Interface in org.schmant.support.xml
This interface defines an XML entity catalog.
XmlCatalogConfigurable<T extends XmlCatalogConfigurable<T>> - Interface in org.schmant.task.xml.catalog
This is implemented by tasks that can be configured with an XML catalog.
XmlCatalogResolver - Class in org.schmant.support.xml
This is an EntityResolver and a URIResolver that uses internal mappings between systemId, publicId or URI and objects that can be interpreted as ReadableFile:s by InterpretAsReadableFileStrategy.
XmlCatalogResolver() - Constructor for class org.schmant.support.xml.XmlCatalogResolver
 
XmlSupport - Class in org.schmant.support.xml
Utility class with static support methods for working with XML.
xor(Filter<? super T>) - Method in class org.entityfs.support.filter.AbstractConvenientFilter
 
xor(Filter<? super T>) - Method in interface org.entityfs.support.filter.ConvenientFilter
Combines the two filters using the logical XOR operation and returns the combined filter.
xor(Filter<? super T>) - Method in class org.entityfs.support.filter.FalseFilter
 
xor(Filter<? super T>) - Method in class org.entityfs.support.filter.TrueFilter
 
XorAccessGranter - Class in org.entityfs.util.security
This is an AccessGranter that combines the decisions from two other access granters using the logical operation XOR.
XorAccessGranter(AccessGranter, AccessGranter) - Constructor for class org.entityfs.util.security.XorAccessGranter
Create a XOR access granter using the two provided access granters.
XorFilter<T> - Class in org.entityfs.support.filter
This filter combines the results from two filters using logical XOR.
XorFilter(Filter<? super T>, Filter<? super T>) - Constructor for class org.entityfs.support.filter.XorFilter
Create a new XOR filter.
XPathSupport - Class in org.schmant.support.xml.xpath
Utility class with static methods for XPath.
XsltTask - Class in org.schmant.task.xml.xslt
See XsltTF
XsltTF - Class in org.schmant.task.xml.xslt
Factory for the XsltTask.
XsltTF() - Constructor for class org.schmant.task.xml.xslt.XsltTF
 

Z

ZERO - Static variable in class org.at4j.support.lang.SignedInteger
This constant represents the value 0.
ZERO - Static variable in class org.at4j.support.lang.SignedLong
This constant represents the value 0.
ZERO - Static variable in class org.at4j.support.lang.UnsignedByte
The value 0.
ZERO - Static variable in class org.at4j.support.lang.UnsignedInteger
The value 0.
ZERO - Static variable in class org.at4j.support.lang.UnsignedLong
The value zero.
ZERO - Static variable in class org.at4j.support.lang.UnsignedShort
The value 0.
zeroPadLeft(String, int) - Method in class org.at4j.tar.builder.V7TarEntryStrategy
Add zeroes to the left of the supplied string so that it will have the requested size, and then convert the string to bytes using the platform's default charset.
Zip - Class in org.at4j.zip.prog
This runnable class emulates the zip command.
Zip() - Constructor for class org.at4j.zip.prog.Zip
 
zip(DirectoryView, DirectoryView, String) - Static method in class org.entityfs.util.zip.ZipFiles
Create a new Zip file.
zip(DirectoryView, AbsoluteLocation, DirectoryView, String) - Static method in class org.entityfs.util.zip.ZipFiles
Create a new Zip file and put all its contents under the supplied absolute location in the Zip file.
ZipAdapterFactory - Class in org.entityfs.zip
This is the AdapterFactory for creating ZIP file system and ZIP file system entity adapters.
ZipAdapterFactory(ZipFile) - Constructor for class org.entityfs.zip.ZipAdapterFactory
 
ZipBuilder - Class in org.at4j.zip.builder
The Zip builder is an ArchiveBuilder for building Zip files.
ZipBuilder(RandomlyAccessibleFile) - Constructor for class org.at4j.zip.builder.ZipBuilder
Create a new Zip builder that uses the default default entry settings when adding entries, and the platform's default charset to encode entry names and other text data.
ZipBuilder(RandomlyAccessibleFile, ZipBuilderSettings) - Constructor for class org.at4j.zip.builder.ZipBuilder
Create a new Zip builder that uses the supplied default file and directory entry settings when adding entries, and the supplied charsets to encode entry names and other text metadata.
ZipBuilder(RandomAccess, ZipBuilderSettings) - Constructor for class org.at4j.zip.builder.ZipBuilder
Create a Zip builder on an already open RandomAccess object.
ZipBuilderConfiguration - Interface in org.at4j.zip.builder
This interface defines an API that can be used to query a Zip builder about its configuration.
ZipBuilderSettings - Class in org.at4j.zip.builder
This object contains configuration for a ZipBuilder.
ZipBuilderSettings() - Constructor for class org.at4j.zip.builder.ZipBuilderSettings
 
ZipCompressionMethod - Enum in org.schmant.task.template.io.zip
Different compression methods supported by Zip tasks.
ZipCreator - Class in org.entityfs.util.zip
The ZipCreator creates a Zip archive using ZipEntryInfo objects returned from an iterator.
ZipCreator(Iterator<? extends ZipEntryInfo>, DirectoryView, String) - Constructor for class org.entityfs.util.zip.ZipCreator
Create a ZipCreator that uses the default ErrorHandlingStrategy.
ZipCreator(Iterator<? extends ZipEntryInfo>, DirectoryView, String, ErrorHandlingStrategy) - Constructor for class org.entityfs.util.zip.ZipCreator
Create a ZipCreator that uses the supplied ErrorHandlingStrategy.
ZipDirectoryAdapter - Class in org.entityfs.zip
 
ZipDirectoryAdapter(ZipFileSystemAdapter, ZipDirectoryAdapter, AbsoluteLocation, ZipEntry, ZipFileDirectoryNode) - Constructor for class org.entityfs.zip.ZipDirectoryAdapter
 
ZipDirectoryEntry - Class in org.at4j.zip
This object represents a directory entry in a Zip file.
ZipDirectoryEntry(ZipEntryCollaborator, AbsoluteLocation, Map<String, ZipEntry>) - Constructor for class org.at4j.zip.ZipDirectoryEntry
Create a new Zip directory entry.
ZipDirectoryEntry(ZipEntryCollaborator, ZipEntryCentralFileHeaderData, ZipEntryLocalFileHeaderData, Map<String, ZipEntry>) - Constructor for class org.at4j.zip.ZipDirectoryEntry
Create a new Zip directory entry.
ZipDirectoryWithRules - Class in org.schmant.task.at4j.zip
This object is used to combine a directory with a list of ArchiveEntrySettingsRule:s.
ZipDirectoryWithRules(Object, ArchiveEntrySettingsRule<ZipEntrySettings>) - Constructor for class org.schmant.task.at4j.zip.ZipDirectoryWithRules
Create a directory to Zip with one rule.
ZipDirectoryWithRules(Object, ArchiveEntrySettingsRule<ZipEntrySettings>...) - Constructor for class org.schmant.task.at4j.zip.ZipDirectoryWithRules
Create a directory to Zip with several rules.
ZipEntityAdapter - Interface in org.entityfs.zip
 
ZipEntry - Class in org.at4j.zip
This is an abstract base class for Zip entries.
ZipEntry(ZipEntryCollaborator, AbsoluteLocation) - Constructor for class org.at4j.zip.ZipEntry
Create a new Zip entry.
ZipEntry(ZipEntryCollaborator, ZipEntryCentralFileHeaderData, ZipEntryLocalFileHeaderData) - Constructor for class org.at4j.zip.ZipEntry
Create a new Zip entry.
ZipEntryAndSettings - Class in org.schmant.task.at4j.zip
This object contains an entry to Zip and the Zip entry settings for that entry.
ZipEntryAndSettings(Object, ZipEntrySettings) - Constructor for class org.schmant.task.at4j.zip.ZipEntryAndSettings
 
ZipEntryCentralFileHeaderData - Class in org.at4j.zip
This bean contains the data stored about a Zip entry in the Zip file central directory..
ZipEntryCentralFileHeaderData() - Constructor for class org.at4j.zip.ZipEntryCentralFileHeaderData
 
ZipEntryCollaborator - Class in org.at4j.zip
This collaborator object is used by a ZipEntry:s to access the file object that its parent ZipFile objects is built on.
ZipEntryCollaborator(RandomlyAccessibleFile, Map<AbsoluteLocation, ZipEntry>) - Constructor for class org.at4j.zip.ZipEntryCollaborator
Create a new collaborator.
ZipEntryCompressionMethod - Interface in org.at4j.zip.comp
This interface defines a file compression method that may occur in a Zip file.
ZipEntryCompressionMethodFactory - Interface in org.at4j.zip.comp
This interface defines a factory object for creating a specific kind of ZipEntryCompressionMethod object.
ZipEntryCompressionMethodRegistry - Class in org.at4j.zip.comp
This is a registry where factory objects for the different ZipEntryCompressionMethod:s that may occur in a Zip file are registered.
ZipEntryCompressionMethodRegistry() - Constructor for class org.at4j.zip.comp.ZipEntryCompressionMethodRegistry
 
ZipEntryExtraField - Interface in org.at4j.zip.ef
This interface defines a Zip entry extra field.
ZipEntryExtraFieldFactory - Interface in org.at4j.zip.ef
This factory is used to create Zip entry extra field objects when building Zip files.
ZipEntryExtraFieldParser - Interface in org.at4j.zip.ef
A Zip entry extra field parser is used to parse extra fields when creating a ZipFile object.
ZipEntryExtraFieldParserRegistry - Class in org.at4j.zip.ef
This is a registry for ZipEntryExtraFieldParser objects.
ZipEntryExtraFieldParserRegistry() - Constructor for class org.at4j.zip.ef.ZipEntryExtraFieldParserRegistry
Create the registry.
ZipEntryExtraFieldUtil - Class in org.entityfs.util.zip
This utility class contains static methods that are used by ZipEntryInfoProvider classes that want to add Zip extra fields to Zip entries.
ZipEntryInfo - Interface in org.entityfs.util.zip
This is used by the ZipCreator to create Zip entries from entity properties.
ZipEntryInfoImpl - Class in org.entityfs.util.zip
Standard implementation of ZipEntryInfo.
ZipEntryInfoImpl(EntityView, AbsoluteLocation, ZipEntryInfoProvider) - Constructor for class org.entityfs.util.zip.ZipEntryInfoImpl
Constructor.
ZipEntryInfoProvider - Interface in org.entityfs.util.zip
Implementations of this class are used by ZipEntryInfoImpl to provide extra information to created ZipEntry based on properties of an Entity.
ZipEntryInfoProviders - Class in org.entityfs.util.zip
This class contains static utility methods that are useful for ZipEntryInfoProvider implementations.
ZipEntryLocalFileHeaderData - Class in org.at4j.zip
This contains the subset of data from the local file header that cannot be found in the Zip entry's central directory record.
ZipEntryLocalFileHeaderData() - Constructor for class org.at4j.zip.ZipEntryLocalFileHeaderData
 
ZipEntrySettings - Class in org.at4j.zip.builder
This object contains the settings for Zip entries.
ZipEntrySettings() - Constructor for class org.at4j.zip.builder.ZipEntrySettings
Create a new read/write Zip entry settings object.
ZipEntrySettings(ZipEntrySettings) - Constructor for class org.at4j.zip.builder.ZipEntrySettings
Create a new read/write Zip entry settings object using the supplied object as a template.
ZipExternalFileAttributes - Interface in org.at4j.zip.extattrs
This is the interface for objects representing the external file attributes of a Zip file entry.
ZipExternalFileAttributesFactory - Interface in org.at4j.zip.extattrs
This interface defines a factory object that is used to create ZipExternalFileAttributes objects for the external file attributes of Zip entries that are created by a specific versions of the Zip software such as "MSDOS" or "Unix".
ZipExternalFileAttributesParser - Interface in org.at4j.zip.extattrs
This interface defines a parser that is used for parsing external file attributes for a Zip entry from a Zip file.
ZipExternalFileAttributesParserRegistry - Class in org.at4j.zip.extattrs
This is a registry where parsers for the different ZipExternalFileAttributes that may occur in a Zip file are registered.
ZipExternalFileAttributesParserRegistry() - Constructor for class org.at4j.zip.extattrs.ZipExternalFileAttributesParserRegistry
Create a new registry.
ZipFile - Class in org.at4j.zip
A ZipFile is an Archive containing ZipEntry:s loaded from a file.
ZipFile(RandomlyAccessibleFile) - Constructor for class org.at4j.zip.ZipFile
Create a new Zip file archive object that reads data from the supplied file.
ZipFile(RandomlyAccessibleFile, Charset, Charset) - Constructor for class org.at4j.zip.ZipFile
Create a new Zip file archive object that reads data from the supplied file.
ZipFile(RandomlyAccessibleFile, Charset, Charset, ZipFileParser) - Constructor for class org.at4j.zip.ZipFile
Create a new Zip file archive object that reads data from the supplied file.
ZipFileAdapter - Class in org.entityfs.zip
 
ZipFileAdapter(ZipFileSystemAdapter, ZipDirectoryAdapter, String, ZipEntry) - Constructor for class org.entityfs.zip.ZipFileAdapter
 
ZipFileContents - Class in org.at4j.zip
This object contains the root entry of a Zip file and a map with the Zip file contents.
ZipFileContents(ZipDirectoryEntry, Map<AbsoluteLocation, ZipEntry>, String) - Constructor for class org.at4j.zip.ZipFileContents
 
ZipFileEntry - Class in org.at4j.zip
This object represents a file entry in a Zip archive.
ZipFileEntry(ZipEntryCollaborator, ZipEntryCentralFileHeaderData, ZipEntryLocalFileHeaderData) - Constructor for class org.at4j.zip.ZipFileEntry
Create a new Zip file entry.
ZipFileEntryInfo - Interface in org.entityfs.util.zip
This is an extension of ZipEntryInfo to represent objects with data (files).
ZipFileEntryInfoImpl - Class in org.entityfs.util.zip
Default implementation of ZipFileEntryInfo that uses a file entity.
ZipFileEntryInfoImpl(EFile, AbsoluteLocation, ZipEntryInfoProvider) - Constructor for class org.entityfs.util.zip.ZipFileEntryInfoImpl
Constructor.
ZipFileParseException - Exception in org.at4j.zip
This exception is thrown by the ZipFile object when a Zip file cannot be parsed.
ZipFileParseException(String) - Constructor for exception org.at4j.zip.ZipFileParseException
 
ZipFileParseException(Throwable) - Constructor for exception org.at4j.zip.ZipFileParseException
 
ZipFileParseException(String, Throwable) - Constructor for exception org.at4j.zip.ZipFileParseException
 
ZipFileParser - Class in org.at4j.zip
When it is created, a ZipFile uses a ZipFileParser instance to parse the contents of a Zip file.
ZipFileParser() - Constructor for class org.at4j.zip.ZipFileParser
 
ZipFiles - Class in org.entityfs.util.zip
This is a utility class for working with Zip files.
ZipFileSystemAdapter - Class in org.entityfs.zip
 
ZipFileSystemAdapter(LogAdapterHolder, Map<AbsoluteLocation, ZipFileDirectoryNode>, ZipFile, int) - Constructor for class org.entityfs.zip.ZipFileSystemAdapter
 
ZipFileSystemBuilder - Class in org.entityfs.zip
This is a builder class for building read only Zip file-backed file systems.
ZipFileSystemBuilder() - Constructor for class org.entityfs.zip.ZipFileSystemBuilder
Create a builder with default settings: LogAdapter: DefaultLogAdapter.DEFAULT_ADAPTER EntityValidityControlStrategy: null (no one else should have write access to the backend)
ZipGeneralPurposeBitFlags - Class in org.at4j.zip
This object contains boolean properties that represent the general purpose bit flags of a Zip entry.
ZipGeneralPurposeBitFlags() - Constructor for class org.at4j.zip.ZipGeneralPurposeBitFlags
Create a new general purpose bit flags object with all properties set to false.
ZipGeneralPurposeBitFlags(UnsignedShort) - Constructor for class org.at4j.zip.ZipGeneralPurposeBitFlags
Create a new general purpose bit flags object that is initialized with the contents of the supplied short object read from a Zip entry header.
ZipInternalFileAttributes - Class in org.at4j.zip
This object represents a ZipEntry's internal file attributes.
ZipInternalFileAttributes() - Constructor for class org.at4j.zip.ZipInternalFileAttributes
Create an internal file attributes object with all property values set to false.
ZipInternalFileAttributes(UnsignedShort) - Constructor for class org.at4j.zip.ZipInternalFileAttributes
Create an internal file attributes object with the property values parsed from the supplied short object read from a Zip file.
ZipSymbolicLinkEntry - Class in org.at4j.zip
This object represents a symbolic link entry in a Zip archive.
ZipSymbolicLinkEntry(ZipEntryCollaborator, ZipEntryCentralFileHeaderData, ZipEntryLocalFileHeaderData, Charset) - Constructor for class org.at4j.zip.ZipSymbolicLinkEntry
Create a symbolic link entry.
ZipTask - Class in org.schmant.task.io.zip
See ZipTF
ZipTaskZipEntryInfoIterator - Class in org.schmant.task.io.zip
An iterator that returns ZipEntryInfo objects for entities that should be stored in a Zip file.
ZipTaskZipEntryInfoIterator(SortedMap<AbsoluteLocation, EntityOrReadableFile>, ZipEntryInfoProvider) - Constructor for class org.schmant.task.io.zip.ZipTaskZipEntryInfoIterator
Constructor.
ZipTF - Class in org.schmant.task.io.zip
Factory for the ZipTask
ZipTF() - Constructor for class org.schmant.task.io.zip.ZipTF
 
ZipVersionMadeBy - Enum in org.at4j.zip
This is an enumeration over the different Zip implementations that can be used to create Zip files.

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