Package org.databene.formats.html

Examples of org.databene.formats.html.FileAnchor


    }
  }

  private void configureNavigationItems() {
    this.navigationItems = new ArrayList<FileAnchor>();
    this.navigationItems.add(new FileAnchor(reportFile("index.html"), "Task Priorities"));
    this.navigationItems.add(new FileAnchor(reportFile(TableDiffReporter.FILE_NAME), "Tables"));
    this.navigationItems.add(new FileAnchor(reportFile(TriggerDiffReporter.FILE_NAME), "Triggers"));
    this.navigationItems.add(new FileAnchor(reportFile(PackageDiffReporter.FILE_NAME), "Packages"));
    this.navigationItems.add(FileAnchor.createAnchorForNewWindow(getDbSanityReportFile(), "DB Sanity Report"));
    this.navigationItems.add(FileAnchor.createAnchorForNewWindow(reportFile("mad-report.csv"), "CSV Report"));
  }
View Full Code Here

TOP

Related Classes of org.databene.formats.html.FileAnchor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.