Package ome.services.blitz.repo
Class ManagedImportLocationI
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.grid.ImportLocation
-
- ome.services.blitz.repo.ManagedImportLocationI
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
public class ManagedImportLocationI extends ImportLocation
Server-side implementation ofImportLocation
for also storing theCheckedPath
instances for each used file.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<CheckedPath>
checkedPaths
CheckedPath
logFile
-
Fields inherited from class omero.grid.ImportLocation
__ids, directory, omittedLevels, sharedPath, usedFiles
-
-
Constructor Summary
Constructors Constructor Description ManagedImportLocationI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckedPath
getLogFile()
Return the server-sideCheckedPath
instance which can be used for writing a log file for a fileset.CheckedPath
getTarget()
Return the server-sideCheckedPath
instance which can be passed to a Bio-Formats reader.-
Methods inherited from class omero.grid.ImportLocation
__readImpl, __writeImpl, clone, ice_factory, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId
-
-
-
-
Field Detail
-
checkedPaths
public java.util.List<CheckedPath> checkedPaths
-
logFile
public CheckedPath logFile
-
-
Method Detail
-
getTarget
public CheckedPath getTarget()
Return the server-sideCheckedPath
instance which can be passed to a Bio-Formats reader.
-
getLogFile
public CheckedPath getLogFile()
Return the server-sideCheckedPath
instance which can be used for writing a log file for a fileset.
-
-