org.axway.grapes.server.core
Class GraphsHandler

java.lang.Object
  extended by org.axway.grapes.server.core.GraphsHandler

public class GraphsHandler
extends Object

Graphs Handler

Handles the graphs builds.

Author:
jdcoffre

Constructor Summary
GraphsHandler(RepositoryHandler repoHandler, FiltersHolder filters)
           
 
Method Summary
 AbstractGraph getModuleGraph(String moduleId)
          Generate a module graph regarding the filters
 TreeNode getModuleTree(String moduleId)
          Generate a groupId tree regarding the filters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphsHandler

public GraphsHandler(RepositoryHandler repoHandler,
                     FiltersHolder filters)
Method Detail

getModuleGraph

public AbstractGraph getModuleGraph(String moduleId)
Generate a module graph regarding the filters

Parameters:
moduleId - String
Returns:
AbstractGraph

getModuleTree

public TreeNode getModuleTree(String moduleId)
Generate a groupId tree regarding the filters

Parameters:
moduleId -
Returns:
TreeNode


Copyright © 2014. All Rights Reserved.