public class FileInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
filename
Absolute path to this file.
|
java.lang.Class<?> |
reader
IFormatReader implementation that would be used to read this file.
|
boolean |
usedToInitialize
Whether or not this file can be passed to the appropriate reader's
setId(String) method.
|
Constructor and Description |
---|
FileInfo() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public java.lang.String filename
public java.lang.Class<?> reader
public boolean usedToInitialize
Copyright © 2020 Open Microscopy Environment