anchor-plugin-io 0.1.0 API
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.io.bean.channel.map |
Implementations of
ChannelMapCreator. |
| org.anchoranalysis.plugin.io.bean.file.copy.method |
Methods for copying files on the file-system.
|
| org.anchoranalysis.plugin.io.bean.file.copy.naming |
Rules for preserving or changing the naming of files when copying on the file-system.
|
| org.anchoranalysis.plugin.io.bean.file.copy.naming.cluster |
Implementations of
CopyFilesNaming
that perform clustering of files. |
| org.anchoranalysis.plugin.io.bean.file.group |
Grouping files together so that they collectively represent a single entity.
|
| org.anchoranalysis.plugin.io.bean.file.group.check |
Tests that are applied when grouping files in
org.anchoranalysis.plugin.io.bean.file.group |
| org.anchoranalysis.plugin.io.bean.file.group.parser |
Parsing file-paths to determine file-grouping in
org.anchoranalysis.plugin.io.bean.file.group |
| org.anchoranalysis.plugin.io.bean.file.namer |
Implementations of
FileNamer. |
| org.anchoranalysis.plugin.io.bean.file.namer.patternspan |
Implementations of
FileNamer that look for a
pattern across many files. |
| org.anchoranalysis.plugin.io.bean.file.path |
Beans to specify a file-path.
|
| org.anchoranalysis.plugin.io.bean.file.path.prefixer |
Implementations of
PathPrefixer. |
| org.anchoranalysis.plugin.io.bean.file.pattern |
Extracting a pattern from a file-path.
|
| org.anchoranalysis.plugin.io.bean.file.provider |
Implementations of
FilesProvider. |
| org.anchoranalysis.plugin.io.bean.grouper |
Implementations of
Grouper. |
| org.anchoranalysis.plugin.io.bean.input |
Implementations of
InputManager. |
| org.anchoranalysis.plugin.io.bean.input.channel |
InputManagers that accept a set of
named-channels. |
| org.anchoranalysis.plugin.io.bean.input.files |
InputManagers that accept a set of named-files. |
| org.anchoranalysis.plugin.io.bean.input.files.provider |
Implementations of
FilesProvider. |
| org.anchoranalysis.plugin.io.bean.input.filter |
Implementations of
InputManager that filter inputs. |
| org.anchoranalysis.plugin.io.bean.input.stack |
Implementations of
InputManager that process Stacks. |
| org.anchoranalysis.plugin.io.bean.metadata.header |
Different types of image-file-formats whose headers can provide
ImageMetadata. |
| org.anchoranalysis.plugin.io.bean.metadata.reader |
Implementations of
ImageMetadataReader. |
| org.anchoranalysis.plugin.io.bean.path.derive |
Implementations of
DerivePath. |
| org.anchoranalysis.plugin.io.bean.stack.reader |
Implementations of
StackReader. |
| org.anchoranalysis.plugin.io.bean.stack.writer |
Implementations of
StackWriter. |
| org.anchoranalysis.plugin.io.bean.summarizer |
Summarizing a set of elements into a descriptive-string.
|
| org.anchoranalysis.plugin.io.bean.summarizer.image |
Implementations of
Summarizer that summarize
images. |
| org.anchoranalysis.plugin.io.bean.summarizer.input |
Implementations of
Summarizer that summarize
generically InputFromManagers. |
| org.anchoranalysis.plugin.io.bean.summarizer.path |
Implementations of
Summarizer that summarize
generically Paths. |
| org.anchoranalysis.plugin.io.bean.task |
Implementations of
Task related to file-system
I/O. |
| org.anchoranalysis.plugin.io.file.copy |
Non-bean classes to help tasks in
org.anchoranalysis.plugin.io.bean.file.copy. |
| org.anchoranalysis.plugin.io.input.filter |
Non-bean classes to help tasks in
org.anchoranalysis.plugin.io.bean.input.filter. |
| org.anchoranalysis.plugin.io.input.path |
Non-bean classes to help in processing paths.
|
| org.anchoranalysis.plugin.io.multifile |
Non-bean classes to help use multiple files to represent a single
Stack. |
| org.anchoranalysis.plugin.io.multifile.buffer |
Buffers used in
org.anchoranalysis.plugin.io.multifile. |
| org.anchoranalysis.plugin.io.naming.interval |
How to write parts of a time-interval in a file-name.
|
| org.anchoranalysis.plugin.io.shared |
Objects used in shared-state in
Tasks in this
plugin. |
| org.anchoranalysis.plugin.io.xml |
Reading and writing metadata XML.
|