Uses of Class
org.jboss.windup.tooling.rules.RulesPath.RulesPathType
-
Packages that use RulesPath.RulesPathType Package Description org.jboss.windup.tooling.rules -
-
Uses of RulesPath.RulesPathType in org.jboss.windup.tooling.rules
Methods in org.jboss.windup.tooling.rules that return RulesPath.RulesPathType Modifier and Type Method Description RulesPath.RulesPathTypeRulesPath. getRulesPathType()Contains the type of rules path (for example, system provided vs user provided).static RulesPath.RulesPathTypeRulesPath.RulesPathType. valueOf(String name)Returns the enum constant of this type with the specified name.static RulesPath.RulesPathType[]RulesPath.RulesPathType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jboss.windup.tooling.rules with parameters of type RulesPath.RulesPathType Modifier and Type Method Description voidRulesPath. setRulesPathType(RulesPath.RulesPathType rulesPathType)Contains the type of rules path (for example, system provided vs user provided).
-