Uses of Class
org.eclipse.lemminx.customservice.synapse.dependency.tree.pojo.Dependency
Packages that use Dependency
Package
Description
-
Uses of Dependency in org.eclipse.lemminx.customservice.synapse.dependency.tree
Methods in org.eclipse.lemminx.customservice.synapse.dependency.tree that return DependencyModifier and TypeMethodDescriptionDependencyLookUp.getDependency(String path) static DependencyDependencyVisitorUtils.visitEndpoint(String endpoint, String projectPath, DependencyLookUp dependencyLookUp) Visits the endpoint and returns the dependencies.static DependencyDependencyVisitorUtils.visitEndpoint(NamedEndpoint endpoint, String projectPath, DependencyLookUp dependencyLookUp) Visits the endpoint and returns the dependencies.static DependencyDependencyVisitorUtils.visitMessageStore(String messageStore, String projectPath, DependencyLookUp dependencyLookUp) Visits the message store and returns the dependencies.static DependencyDependencyVisitorUtils.visitSequence(String projectPath, String sequenceName, DependencyLookUp dependencyLookUp) Visits the sequence and returns the dependencies.static DependencyDependencyVisitorUtils.visitTemplate(String template, String projectPath, DependencyLookUp dependencyLookUp) Visits the template and returns the dependencies.Methods in org.eclipse.lemminx.customservice.synapse.dependency.tree that return types with arguments of type DependencyModifier and TypeMethodDescriptionstatic List<Dependency>DependencyVisitorUtils.visitAnonymousSequence(Sequence sequence, String projectPath, DependencyLookUp dependencyLookUp) Visits the anonymous sequence and returns the dependencies.static List<Dependency>DependencyVisitorUtils.visitMediators(List<Mediator> mediators, String projectPath, DependencyLookUp dependencyLookUp) Visits the mediators in the list and returns the dependencies.Methods in org.eclipse.lemminx.customservice.synapse.dependency.tree with parameters of type DependencyModifier and TypeMethodDescriptionvoidDependencyLookUp.addDependency(String path, Dependency dependency) -
Uses of Dependency in org.eclipse.lemminx.customservice.synapse.dependency.tree.pojo
Subclasses of Dependency in org.eclipse.lemminx.customservice.synapse.dependency.tree.pojoMethods in org.eclipse.lemminx.customservice.synapse.dependency.tree.pojo that return types with arguments of type DependencyModifier and TypeMethodDescriptionDependency.getDependencyList()DependencyTree.getDependencyList()Methods in org.eclipse.lemminx.customservice.synapse.dependency.tree.pojo with parameters of type DependencyModifier and TypeMethodDescriptionvoidDependency.addDependency(Dependency dependency) voidDependencyTree.addDependency(Dependency dependency) Constructor parameters in org.eclipse.lemminx.customservice.synapse.dependency.tree.pojo with type arguments of type DependencyModifierConstructorDescriptionDependency(String name, ArtifactType type, String path, List<Dependency> dependencyList) -
Uses of Dependency in org.eclipse.lemminx.customservice.synapse.dependency.tree.visitor
Methods in org.eclipse.lemminx.customservice.synapse.dependency.tree.visitor that return types with arguments of type DependencyMethods in org.eclipse.lemminx.customservice.synapse.dependency.tree.visitor with parameters of type DependencyModifier and TypeMethodDescriptionprotected voidAbstractDependencyVisitor.addDependency(Dependency dependency) Method parameters in org.eclipse.lemminx.customservice.synapse.dependency.tree.visitor with type arguments of type DependencyModifier and TypeMethodDescriptionprotected voidAbstractDependencyVisitor.addDependencies(List<Dependency> dependencies)