public class ManagedImportLocationI extends ImportLocation
ImportLocation
for also storing the
CheckedPath
instances for each used file.Modifier and Type | Field and Description |
---|---|
java.util.List<CheckedPath> |
checkedPaths |
CheckedPath |
logFile |
__ids, directory, omittedLevels, sharedPath, usedFiles
Constructor and Description |
---|
ManagedImportLocationI() |
Modifier and Type | Method and Description |
---|---|
CheckedPath |
getLogFile()
Return the server-side
CheckedPath instance which can be used
for writing a log file for a fileset. |
CheckedPath |
getTarget()
Return the server-side
CheckedPath instance which can be passed to
a Bio-Formats reader. |
__readImpl, __writeImpl, clone, ice_factory, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId
public java.util.List<CheckedPath> checkedPaths
public CheckedPath logFile
public CheckedPath getTarget()
CheckedPath
instance which can be passed to
a Bio-Formats reader.public CheckedPath getLogFile()
CheckedPath
instance which can be used
for writing a log file for a fileset.