Uses of Class
com.atlassian.plugin.webresource.graph.DependencyGraph
Packages that use DependencyGraph
Package
Description
-
Uses of DependencyGraph in com.atlassian.plugin.webresource.graph
Methods in com.atlassian.plugin.webresource.graph that return DependencyGraphModifier and TypeMethodDescriptionDependencyGraphBuilder.build()DependencyGraph.findCyclicSubGraphByVertex(V sourceKey) Identify all the cycles contained inside the graph.DependencyGraph.findDependantsSubGraphByKey(V sourceKey) Retrieve a sub graph of dependants based on a certain source requestable key.DependencyGraph.findDependencySubGraphByRequestableKey(V sourceKey) Retrieve a sub graph of dependency based on a certain source requestable key.DependencyGraph.findIntersectionSubGraph(V sourceKey, V targetKey) Find the intersection between two sub-graphs generated based on a source requestable key and target requestable key. -
Uses of DependencyGraph in com.atlassian.plugin.webresource.impl.config
Methods in com.atlassian.plugin.webresource.impl.config that return DependencyGraphModifier and TypeMethodDescriptionstatic DependencyGraph<Requestable>Config.getDependencyGraph()