org.axway.grapes.server.core.options
Class DepthHandler
java.lang.Object
org.axway.grapes.server.core.options.DepthHandler
public class DepthHandler
- extends Object
Depth Handler
Handle the dependency report depth.
jdcoffre
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DepthHandler
public DepthHandler()
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.