public static class Chain.ActionMatch extends java.lang.Object implements java.lang.Comparable<Chain.ActionMatch>
| Constructor and Description |
|---|
ActionMatch(io.inversion.utils.Path rule,
io.inversion.utils.Path path,
Action action) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Chain.ActionMatch o) |
Action |
getAction() |
io.inversion.utils.Path |
getPath() |
io.inversion.utils.Path |
getRule() |
java.lang.String |
toString() |
public ActionMatch(io.inversion.utils.Path rule,
io.inversion.utils.Path path,
Action action)
public int compareTo(Chain.ActionMatch o)
compareTo in interface java.lang.Comparable<Chain.ActionMatch>public java.lang.String toString()
toString in class java.lang.Objectpublic io.inversion.utils.Path getRule()
public io.inversion.utils.Path getPath()
public Action getAction()
Copyright © 2023 Rocket Partners, LLC. All rights reserved.