Uses of Interface
org.jboss.windup.tooling.ExecutionResults
-
Packages that use ExecutionResults Package Description org.jboss.windup.tooling -
-
Uses of ExecutionResults in org.jboss.windup.tooling
Methods in org.jboss.windup.tooling that return ExecutionResults Modifier and Type Method Description ExecutionResultsExecutionBuilder. execute()Execute windup.ExecutionResultsGraphLoader. loadResults(Path reportDirectory)Returns theExecutionResultsfrom a previous run of Windup.ExecutionResultsToolingModeRunner. run(Set<String> input, String output, boolean sourceMode, boolean skipReports, List<String> ignorePatterns, String windupHome, List<String> source, List<String> target, List<File> rulesDir, List<String> packages, List<String> excludePackages, Map<String,Object> options)Methods in org.jboss.windup.tooling with parameters of type ExecutionResults Modifier and Type Method Description voidToolingXMLService. serializeResults(ExecutionResults results, OutputStream outputStream)Serialize the given results to the providedOutputStream.
-