DOC

org.securegraph : securegraph-root

Maven & Gradle

Apr 15, 2015
37 stars

SecureGraph · Secure Graph is an API to manipulate graphs, similar to blueprints. Unlike blueprints, every Secure graph method requires authorizations and visibilities. Secure graph also supports multivalued properties as well as property metadata. The Secure Graph API was designed to be generic, allowing for multiple implementations. The only implementation provided currently is built on top of Apache Accumulo for data storage and Elastic Search for indexing.

Table Of Contents

Latest Version

Download org.securegraph : securegraph-root Javadoc & API Documentation - Latest Versions:

All Versions

Download org.securegraph : securegraph-root Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.9.x
0.8.x
0.7.x
0.6.x
0.5.x

How to open Javadoc JAR file in web browser

  1. Rename the file securegraph-root-0.9.1-javadoc.jar to securegraph-root-0.9.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder securegraph-root-0.9.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "securegraph-root-0.9.1-sources.jar" -d "securegraph-root-0.9.1-javadoc" -subpackages