Modifier and Type | Field and Description |
---|---|
private DbControl |
dc |
private DataFileType |
fileType |
private ItemQuery<FileSetMember> |
memberQuery |
private ModeInfo |
mode |
Constructor and Description |
---|
DataFileFormatter(DbControl dc,
DataFileType fileType,
ModeInfo mode)
Creates a new formatter instance for the given file type and list mode.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
format(FileSet value)
Lists the name of all member files in the file set that are of the
configured file type.
|
FileSet |
parseString(java.lang.String value)
Not supported
|
private final DbControl dc
private final DataFileType fileType
private final ModeInfo mode
private ItemQuery<FileSetMember> memberQuery
public DataFileFormatter(DbControl dc, DataFileType fileType, ModeInfo mode)
public java.lang.String format(FileSet value)
public FileSet parseString(java.lang.String value)
parseString
in interface Formatter<FileSet>
value
- The string to parse