public interface Options
Command line options for the grib2json utility. This interface is proxied by the Jewel Cli options parsing library.
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnableLogging() |
File |
getFile() |
Integer |
getFilterCategory() |
Integer |
getFilterDiscipline() |
String |
getFilterParameter() |
Integer |
getFilterSurface() |
Double |
getFilterValue() |
File |
getOutput() |
boolean |
getPrintData() |
boolean |
getPrintNames() |
File |
getRecipe() |
boolean |
getShowHelp() |
boolean |
isCompactFormat() |
boolean getShowHelp()
boolean getPrintNames()
boolean getPrintData()
boolean isCompactFormat()
boolean getEnableLogging()
File getOutput()
File getFile()
Integer getFilterDiscipline()
Integer getFilterCategory()
String getFilterParameter()
Integer getFilterSurface()
Double getFilterValue()
File getRecipe()
Copyright © 2013–2017. All rights reserved.