DOC

at.newmedialab.ldpath : ldpath-core-bundle

Maven & Gradle

Mar 23, 2012
14 usages

LD-Path Implementation Core Bundle · Core Implementation of LD Path a simple path-based query language similar to XPath or SPARQL Property Paths that is particularly well-suited for querying and retrieving resources from the Linked Data Cloud by following RDF links between resources and servers.

Table Of Contents

Latest Version

Download at.newmedialab.ldpath : ldpath-core-bundle Javadoc & API Documentation - Latest Versions:

All Versions

Download at.newmedialab.ldpath : ldpath-core-bundle Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.9.x

How to open Javadoc JAR file in web browser

  1. Rename the file ldpath-core-bundle-0.9.7-javadoc.jar to ldpath-core-bundle-0.9.7-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder ldpath-core-bundle-0.9.7-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 "ldpath-core-bundle-0.9.7-sources.jar" -d "ldpath-core-bundle-0.9.7-javadoc" -subpackages 

Advertisement