Class BuildMetricsDevConsoleProcessor.DependecyGraph.Link
- java.lang.Object
-
- io.quarkus.vertx.http.deployment.devmode.BuildMetricsDevConsoleProcessor.DependecyGraph.Link
-
- Enclosing class:
- BuildMetricsDevConsoleProcessor.DependecyGraph
public static class BuildMetricsDevConsoleProcessor.DependecyGraph.Link extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static BuildMetricsDevConsoleProcessor.DependecyGraph.Linkdependency(boolean direct, String source, String target)(package private) static BuildMetricsDevConsoleProcessor.DependecyGraph.Linkdependent(boolean direct, String source, String target)booleanequals(Object obj)inthashCode()
-
-
-
Method Detail
-
dependent
static BuildMetricsDevConsoleProcessor.DependecyGraph.Link dependent(boolean direct, String source, String target)
-
dependency
static BuildMetricsDevConsoleProcessor.DependecyGraph.Link dependency(boolean direct, String source, String target)
-
-