Uses of Class
org.jboss.windup.tooling.rules.RuleProvider.RuleProviderType
-
Packages that use RuleProvider.RuleProviderType Package Description org.jboss.windup.tooling.rules -
-
Uses of RuleProvider.RuleProviderType in org.jboss.windup.tooling.rules
Methods in org.jboss.windup.tooling.rules that return RuleProvider.RuleProviderType Modifier and Type Method Description RuleProvider.RuleProviderTypeRuleProvider. getRuleProviderType()Contains the type of provider (for example, Java vs Groovy).static RuleProvider.RuleProviderTypeRuleProvider.RuleProviderType. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleProvider.RuleProviderType[]RuleProvider.RuleProviderType. 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 RuleProvider.RuleProviderType Modifier and Type Method Description voidRuleProvider. setRuleProviderType(RuleProvider.RuleProviderType ruleProviderType)Contains the type of provider (for example, Java vs Groovy).
-