Package com.igormaznitsa.mvngolang
Class CustomScript
java.lang.Object
com.igormaznitsa.mvngolang.CustomScript
public class CustomScript
extends java.lang.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.java.lang.String[]optionsOptions to be provided to the script.java.lang.StringpathPath to the script. -
Constructor Summary
Constructors Constructor Description CustomScript() -
Method Summary
-
Field Details
-
path
public java.lang.String pathPath to the script. -
options
public java.lang.String[] optionsOptions to be provided to the script. -
ignoreFail
public boolean ignoreFailIf true then to not recognize execution error as fail.
-
-
Constructor Details
-
CustomScript
public CustomScript()
-