Package com.igormaznitsa.mvngolang
Class CustomScript
java.lang.Object
com.igormaznitsa.mvngolang.CustomScript
public class CustomScript extends Object
Auxiliary class describes a custom script to be called for CVS folder.
- Since:
- 2.1.8
-
Field Summary
Fields Modifier and Type Field Description booleanignoreFailIf true then to not recognize execution error as fail.String[]optionsOptions to be provided to the script.StringpathPath to the script. -
Constructor Summary
Constructors Constructor Description CustomScript() -
Method Summary
-
Field Details
-
path
Path to the script. -
options
Options to be provided to the script. -
ignoreFail
public boolean ignoreFailIf true then to not recognize execution error as fail.
-
-
Constructor Details
-
CustomScript
public CustomScript()
-