This project has retired. For details please refer to its Attic page.
Version (Apache Any23 :: Core 0.7.0-incubating-SNAPSHOT API)

org.apache.any23.cli
Class Version

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

public class Version
extends Object
implements Tool

Prints out the Any23 library version.

Author:
Michele Mostarda (mostarda@fbk.eu)

Constructor Summary
Version()
           
 
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

Version

public Version()
Method Detail

main

public static void main(String[] args)

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.