Uses of Class
org.jboss.windup.decompiler.util.Filter.Result
-
Packages that use Filter.Result Package Description org.jboss.windup.decompiler.util -
-
Uses of Filter.Result in org.jboss.windup.decompiler.util
Methods in org.jboss.windup.decompiler.util that return Filter.Result Modifier and Type Method Description Filter.ResultFilter. decide(T what)Meaning of the returned values: ACCEPT - given object is accepted, filtering continues; REJECT - given object is rejected, filtering continues; STOP - given object is rejected, filtering should stop; ACCEPT_STOP - given object is accepted, filtering should stop.static Filter.ResultFilter.Result. valueOf(String name)Returns the enum constant of this type with the specified name.static Filter.Result[]Filter.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.
-