org.axway.grapes.server.webapp.views
Class AncestorsView
java.lang.Object
com.yammer.dropwizard.views.View
org.axway.grapes.server.webapp.views.DependencyListView
org.axway.grapes.server.webapp.views.AncestorsView
public class AncestorsView
- extends DependencyListView
Ancestors View
Handles ancestors list for the web-app display. It is able to generate tables that contains custom
dependencies information.
- Author:
- jdcoffre
| Methods inherited from class com.yammer.dropwizard.views.View |
getCharset, getTemplateName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AncestorsView
public AncestorsView(String title,
List<License> licenses,
Decorator decorator)
addAncestor
public void addAncestor(Module ancestor,
Artifact artifactId)
Copyright © 2014. All Rights Reserved.