Package org.jboss.windup.tooling
Interface GraphLoader
-
public interface GraphLoaderAllows the client to reload data from an existing Windup report.- Author:
- Jesse Sightler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionResultsloadResults(Path reportDirectory)Returns theExecutionResultsfrom a previous run of Windup.
-
-
-
Method Detail
-
loadResults
ExecutionResults loadResults(Path reportDirectory) throws IOException
Returns theExecutionResultsfrom a previous run of Windup.- Throws:
IOException- This will throw an IOException if the data cannot be loaded from the provided location.
-
-