public class ModelASTExcludeAxis extends ModelASTAxis
| Constructor and Description |
|---|
ModelASTExcludeAxis(Object sourceLocation) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getInverse() |
int |
hashCode() |
void |
setInverse(Boolean inverse) |
String |
toGroovy()
Translates this element and any children it may have into Pipeline Config-formatted Groovy, without any indentations.
|
net.sf.json.JSONObject |
toJSON()
Translates this element and any children it may have into JSON conforming to the schema.
|
String |
toString() |
void |
validate(ModelValidator validator)
Called to do whatever validation is necessary for this element.
|
getName, getValues, removeSourceLocation, setName, setValuesgetSourceLocation, nullIfEmpty, removeSourceLocationsFrom, removeSourceLocationsFrom, removeSourceLocationsFrom, removeSourceLocationsFrom, setSourceLocation, toGroovy, toGroovy, toGroovyArgList, toGroovyArgList, toGroovyBlock, toGroovyBlock, toGroovyBlock, toGroovyCheckEmpty, toJSON, toJSONArray, toJSONArray, toJSONCheckEmpty, toJSONObject, validate, validate, validatepublic ModelASTExcludeAxis(Object sourceLocation)
@NonNull public net.sf.json.JSONObject toJSON()
ModelASTElementtoJSON in interface ModelASTMarkerInterfacetoJSON in class ModelASTAxisJSONObject or JSONArray but for some leaf nodes, may be a String or
other simple class.public void validate(@NonNull
ModelValidator validator)
ModelASTElementvalidate in interface ModelASTMarkerInterfacevalidate in class ModelASTAxisvalidator - A ModelValidator to use for more complicated validation.@NonNull public String toGroovy()
ModelASTElementtoGroovy in interface ModelASTMarkerInterfacetoGroovy in class ModelASTAxisString of Groovy code for this element and its children.public Boolean getInverse()
public void setInverse(Boolean inverse)
public String toString()
ModelASTElementtoString in class ModelASTAxispublic boolean equals(Object o)
ModelASTElementequals in class ModelASTAxispublic int hashCode()
ModelASTElementhashCode in class ModelASTAxisCopyright © 2016–2021. All rights reserved.