public class FlaParameters
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INIT_NO_FAILURE
The Constant INIT_NO_FAILURE.
|
static java.lang.String |
PROPAGATE_UNMATCHED_FAILURES
The Constant PROPAGATE_UNMATCHED_FAILURES.
|
static java.lang.String |
TREAT_UNMENTIONED_PORTS_AS_WILDCARDS
The Constant TREAT_UNMENTIONED_PORTS_AS_WILDCARDS.
|
Constructor and Description |
---|
FlaParameters() |
Modifier and Type | Method and Description |
---|---|
static FlaParameters |
getCurrentParameters()
Gets the current parameters.
|
boolean |
getInitNoFailure()
Gets the inits the no failure.
|
boolean |
getPropagateUnmatchedFailures()
Gets the propagate unmatched failures.
|
boolean |
getTreatUnmentionedPortsAsWildcards()
Gets the treat unmentioned ports as wildcards.
|
void |
setInitNoFailure(boolean initNoFailure)
Sets the inits the no failure.
|
void |
setPropagateUnmatchedFailures(boolean propagateUnmatchedFailures)
Sets the propagate unmatched failures.
|
void |
setTreatUnmentionedPortsAsWildcards(boolean treatUnmentionedPortsAsWildcards)
Sets the treat unmentioned ports as wildcards.
|
public static final java.lang.String INIT_NO_FAILURE
public static final java.lang.String PROPAGATE_UNMATCHED_FAILURES
public static final java.lang.String TREAT_UNMENTIONED_PORTS_AS_WILDCARDS
public boolean getInitNoFailure()
public void setInitNoFailure(boolean initNoFailure)
initNoFailure
- the new inits the no failurepublic boolean getPropagateUnmatchedFailures()
public void setPropagateUnmatchedFailures(boolean propagateUnmatchedFailures)
propagateUnmatchedFailures
- the new propagate unmatched failurespublic boolean getTreatUnmentionedPortsAsWildcards()
public void setTreatUnmentionedPortsAsWildcards(boolean treatUnmentionedPortsAsWildcards)
treatUnmentionedPortsAsWildcards
- the new treat unmentioned ports as wildcardspublic static FlaParameters getCurrentParameters()