org.axway.grapes.server.core.options
Class DepthHandler

java.lang.Object
  extended by org.axway.grapes.server.core.options.DepthHandler

public class DepthHandler
extends Object

Depth Handler

Handle the dependency report depth.

jdcoffre


Constructor Summary
DepthHandler()
           
 
Method Summary
 Integer getDepth()
           
 Boolean getFullRecursive()
           
 void init(javax.ws.rs.core.MultivaluedMap<String,String> queryParameters)
           
 void setDepth(Integer depth)
           
 void setFullRecursive(Boolean fullRecursive)
           
 boolean shouldGoDeeper(int depth)
          Check if the dependency inspection should go deeper regarding the filters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DepthHandler

public DepthHandler()
Method Detail

getFullRecursive

public Boolean getFullRecursive()

setFullRecursive

public void setFullRecursive(Boolean fullRecursive)

getDepth

public Integer getDepth()

setDepth

public void setDepth(Integer depth)

init

public void init(javax.ws.rs.core.MultivaluedMap<String,String> queryParameters)

shouldGoDeeper

public boolean shouldGoDeeper(int depth)
Check if the dependency inspection should go deeper regarding the filters

Parameters:
depth -
Returns:
boolean true if the dependency introspection should go deeper


Copyright © 2014. All Rights Reserved.