gov.nasa.pds.krtool.options.KRToolFlags |
public static final java.lang.String |
WHATIS_IGNOREDIR |
"Specify directory patterns to ignore. Each pattern should be surrounded by quotes. (i.e. -D \"EXTRAS\", \"LABEL\")" |
public static final java.lang.String |
WHATIS_IGNOREFILE |
"Specify file patterns to ignore. Each pattern should be surrounded by quotes. (i.e. -X \"*TAB\", \"*IMG\")" |
public static final java.lang.String |
WHATIS_KEYWORDS |
"Specify keywords to find. This is a required flag." |
public static final java.lang.String |
WHATIS_LOCAL |
"Do not perform directory recursion when given a target directory." |
public static final java.lang.String |
WHATIS_REGEXP |
"Specify file patterns to look for in a directory. Each pattern should be surrounded by quotes. (i.e. -e \"*.LBL\", \"*.FMT\")" |
public static final java.lang.String |
WHATIS_TARGET |
"Explicitly specify targets (files, dirs, URLs). Targets can be specified implicitly as well. (example: KRTool LABEL.LBL, /HOME/DIR)" |