public interface Sink
FileFormat
.Modifier and Type | Method and Description |
---|---|
default boolean |
acceptsFileFormat(FileFormat format)
Check if this Sink accepts the supplied
FileFormat . |
FileFormat |
getFileFormat()
Get the
FileFormat this sink uses. |
FileFormat getFileFormat()
FileFormat
this sink uses.FileFormat
. May not be null
.default boolean acceptsFileFormat(FileFormat format)
FileFormat
.format
- the FileFormat
to check.true
if the sink accepts the supplied format, false
otherwise.Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.