Class NamedChannelsAppend
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetInput()
inputs
(InputManagerParameters parameters) Creates a list of inputs given particular parameters.boolean
boolean
boolean
void
setForceEagerEvaluation
(boolean forceEagerEvaluation) void
setIgnoreFileNotFoundAppend
(boolean ignoreFileNotFoundAppend) void
void
setListAppend
(List<NamedBean<DerivePath>> listAppend) void
setSkipMissingChannels
(boolean skipMissingChannels) Methods inherited from class org.anchoranalysis.image.io.bean.stack.reader.InputManagerWithStackReader
getStackReader, setStackReader
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
NamedChannelsAppend
public NamedChannelsAppend()
-
-
Method Details
-
inputs
public InputsWithDirectory<NamedChannelsInputPart> inputs(InputManagerParameters parameters) throws InputReadFailedException Description copied from class:InputManager
Creates a list of inputs given particular parameters.- Specified by:
inputs
in classInputManager<NamedChannelsInputPart>
- Parameters:
parameters
- the parameters.- Returns:
- the list of inputs, together with any associated parent directory.
- Throws:
InputReadFailedException
- if inputs cannot be successfully read from the file-system.
-
getInput
-
setInput
-
getListAppend
-
setListAppend
-
isForceEagerEvaluation
public boolean isForceEagerEvaluation() -
setForceEagerEvaluation
public void setForceEagerEvaluation(boolean forceEagerEvaluation) -
isIgnoreFileNotFoundAppend
public boolean isIgnoreFileNotFoundAppend() -
setIgnoreFileNotFoundAppend
public void setIgnoreFileNotFoundAppend(boolean ignoreFileNotFoundAppend) -
isSkipMissingChannels
public boolean isSkipMissingChannels() -
setSkipMissingChannels
public void setSkipMissingChannels(boolean skipMissingChannels)
-