Class DependencyGraph.Link
- java.lang.Object
-
- io.quarkus.arc.deployment.devconsole.DependencyGraph.Link
-
- Enclosing class:
- DependencyGraph
public static class DependencyGraph.Link extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static DependencyGraph.Linkdependency(boolean direct, String source, String target)(package private) static DependencyGraph.Linkdependent(boolean direct, String source, String target)booleanequals(Object obj)inthashCode()(package private) static DependencyGraph.Linklookup(String source, String target)(package private) static DependencyGraph.Linkproducer(String source, String target)
-
-
-
Method Detail
-
dependent
static DependencyGraph.Link dependent(boolean direct, String source, String target)
-
dependency
static DependencyGraph.Link dependency(boolean direct, String source, String target)
-
lookup
static DependencyGraph.Link lookup(String source, String target)
-
producer
static DependencyGraph.Link producer(String source, String target)
-
-