Package | Description |
---|---|
org.plugface.core.internal | |
org.plugface.core.internal.di |
Modifier and Type | Method and Description |
---|---|
Collection<Node<?>> |
AnnotationProcessor.getDependencies(Class<?> pluginClass) |
Collection<Node<?>> |
DependencyResolver.resolve(Collection<Class<?>> pluginClasses) |
Modifier and Type | Method and Description |
---|---|
Collection<Node<?>> |
Graph.resolve() |
Modifier and Type | Method and Description |
---|---|
Graph |
Graph.addEdge(Node<?> node,
Node<?> adj) |
Graph |
Graph.addEdge(Node<?> node,
Node<?> adj) |
Graph |
Graph.addEdges(Node<?> node,
Collection<Node<?>> adjs) |
Graph |
Graph.addLeaf(Node<?> node) |
Modifier and Type | Method and Description |
---|---|
Graph |
Graph.addEdges(Node<?> node,
Collection<Node<?>> adjs) |
Copyright © 2017–2018 PlugFace. All rights reserved.