org.apache.any23.cli
Class VocabPrinter

java.lang.Object
  extended by org.apache.any23.cli.VocabPrinter
All Implemented Interfaces:
Tool

public class VocabPrinter
extends Object
implements Tool

Prints out the vocabulary RDFSchema as NQuads.

Author:
Michele Mostarda (mostarda@fbk.eu)

Constructor Summary
VocabPrinter()
           
 
Method Summary
static void main(String[] args)
           
 int run(String[] args)
          Runs the tool and retrieves the exit code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VocabPrinter

public VocabPrinter()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException

run

public int run(String[] args)
Description copied from interface: Tool
Runs the tool and retrieves the exit code.

Specified by:
run in interface Tool
Parameters:
args - command line arguments.
Returns:
exit code.


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.