Package gorsat.process
Class GorJavaUtilities.CmdParams
- java.lang.Object
-
- gorsat.process.GorJavaUtilities.CmdParams
-
- Enclosing class:
- GorJavaUtilities
public static class GorJavaUtilities.CmdParams extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanallowError()java.lang.StringgetAliasName()java.lang.StringgetCmdPath()java.lang.StringgetCommand()java.util.Optional<java.lang.String>getType()booleanisFormula()booleanisNor()booleanskipHeader()java.util.Optional<java.lang.String>skipLines()booleanuseHttpServer()booleanuseProcessMethod()
-
-
-
Method Detail
-
getAliasName
public java.lang.String getAliasName()
-
getCmdPath
public java.lang.String getCmdPath()
-
getCommand
public java.lang.String getCommand()
-
getType
public java.util.Optional<java.lang.String> getType()
-
isNor
public boolean isNor()
-
isFormula
public boolean isFormula()
-
skipHeader
public boolean skipHeader()
-
useProcessMethod
public boolean useProcessMethod()
-
useHttpServer
public boolean useHttpServer()
-
skipLines
public java.util.Optional<java.lang.String> skipLines()
-
allowError
public boolean allowError()
-
-