org.axway.grapes.server.webapp.views
Class AncestorsView

java.lang.Object
  extended by com.yammer.dropwizard.views.View
      extended by org.axway.grapes.server.webapp.views.DependencyListView
          extended by 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

Field Summary
 
Fields inherited from class org.axway.grapes.server.webapp.views.DependencyListView
DOWNLOAD_URL_FIELD, LICENSE_COMMENT_FIELD, LICENSE_FIELD, LICENSE_LONG_NAME_FIELD, LICENSE_URL_FIELD, SCOPE_FIELD, SIZE_FIELD, SOURCE_FIELD, SOURCE_VERSION_FIELD, TARGET_FIELD
 
Constructor Summary
AncestorsView(String title, List<License> licenses, Decorator decorator)
           
 
Method Summary
 void addAncestor(Module ancestor, Artifact artifactId)
           
 
Methods inherited from class org.axway.grapes.server.webapp.views.DependencyListView
addAll, addDependency, getDependencies, getTable, getTitle
 
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
 

Constructor Detail

AncestorsView

public AncestorsView(String title,
                     List<License> licenses,
                     Decorator decorator)
Method Detail

addAncestor

public void addAncestor(Module ancestor,
                        Artifact artifactId)


Copyright © 2014. All Rights Reserved.