com.fasterxml.uuid
Class Jug

java.lang.Object
  extended by com.fasterxml.uuid.Jug

public class Jug
extends Object

Simple command-line interface to UUID generation functionality.


Field Summary
protected static HashMap<String,String> OPTIONS
           
protected static HashMap<String,String> TYPES
           
 
Constructor Summary
Jug()
           
 
Method Summary
static void main(String[] args)
           
protected static void printUsage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPES

protected static final HashMap<String,String> TYPES

OPTIONS

protected static final HashMap<String,String> OPTIONS
Constructor Detail

Jug

public Jug()
Method Detail

printUsage

protected static void printUsage()

main

public static void main(String[] args)


Copyright © 2011 FasterXML.com. All Rights Reserved.