Uses of Interface
org.jboss.windup.tooling.rules.Technology
-
Packages that use Technology Package Description org.jboss.windup.tooling.rules -
-
Uses of Technology in org.jboss.windup.tooling.rules
Methods in org.jboss.windup.tooling.rules that return types with arguments of type Technology Modifier and Type Method Description Set<Technology>RuleProvider. getSources()Contains the source technologies for this provider.Set<Technology>RuleProvider. getTargets()Contains the target technologies for this provider.Method parameters in org.jboss.windup.tooling.rules with type arguments of type Technology Modifier and Type Method Description voidRuleProvider. setSources(Set<Technology> sources)Contains the source technologies for this provider.voidRuleProvider. setTargets(Set<Technology> targets)Contains the source technologies for this provider.
-