|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectome.services.OmeroFilePathResolver
public class OmeroFilePathResolver
OMERO server based resolver for file paths.
Field Summary | |
---|---|
protected String |
omeroDataDir
The server's OMERO data directory. |
protected ome.util.SqlAction |
sql
SQL action instance for this class. |
Constructor Summary | |
---|---|
OmeroFilePathResolver(ome.util.SqlAction sql,
String omeroDataDir)
Constructor. |
Method Summary | |
---|---|
String |
getOriginalFilePath(AbstractFileSystemService service,
ome.model.core.Pixels pixels)
Retrieves the original file path for a given set of pixels. |
Map<String,String> |
getPixelsParams(ome.model.core.Pixels pixels)
Retrieves the pixels set's stored parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final ome.util.SqlAction sql
protected final String omeroDataDir
Constructor Detail |
---|
public OmeroFilePathResolver(ome.util.SqlAction sql, String omeroDataDir)
sql
- SQL action instance for this class.omeroDataDir
- The server's OMERO data directory.Method Detail |
---|
public String getOriginalFilePath(AbstractFileSystemService service, ome.model.core.Pixels pixels)
FilePathResolver
getOriginalFilePath
in interface FilePathResolver
service
- File system service which contains methods to resolve
the root and directory structure of the path.pixels
- Pixels set to retrieve an original file path for.
public Map<String,String> getPixelsParams(ome.model.core.Pixels pixels)
FilePathResolver
getPixelsParams
in interface FilePathResolver
pixels
- Pixels set to retrieve parameters for.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: 4.3.4-dbcbce5a-b4
Copyright © 2009 The University of Dundee. All Rights Reserved.