public interface SensorProcessorProvider
| Modifier and Type | Method and Description |
|---|---|
String |
getFormatDescription()
localized description of supported formats
for example:
"Cropcircle data (*.csv; *.txt)"
|
SensorProcessor<? extends SensorData> |
getProcessor(org.openide.filesystems.FileObject sensorFile) |
List<String> |
getSupportedExtentions()
Array with supported extentions, is shown in open file dialog
|
boolean |
isSupported(org.openide.filesystems.FileObject sensorFile)
Return true if file format is supported for processing by this processor
- Check Extension
- Check Fileheader
|
List<String> getSupportedExtentions()
boolean isSupported(org.openide.filesystems.FileObject sensorFile)
sensorFile - SensorProcessor<? extends SensorData> getProcessor(org.openide.filesystems.FileObject sensorFile)
sensorFile - String getFormatDescription()
Copyright © 2012. All Rights Reserved.