com.vgrs.xcode.cmdline.unicodedata
Class UnicodeDataCmdLine

java.lang.Object
  extended by com.vgrs.xcode.cmdline.CmdLine
      extended by com.vgrs.xcode.cmdline.unicodedata.UnicodeDataCmdLine

public class UnicodeDataCmdLine
extends CmdLine

Prints the properties of Unicode code points specified in the input file. The Unicode code points can be separated by spaces and will be treated as hexadecimal values. For each code point, the following properties are printed:

Version:
1.0 Jul 7, 2010
Author:
nchigurupati

Field Summary
 
Fields inherited from class com.vgrs.xcode.cmdline.CmdLine
SWITCH_FILE
 
Constructor Summary
UnicodeDataCmdLine(java.lang.String[] args)
           
 
Method Summary
 java.lang.String getUsageOptions()
           
static java.lang.String leftPad(java.lang.String s)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class com.vgrs.xcode.cmdline.CmdLine
getCommandName, getOptions, setCommandName, setOptions, showUsage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnicodeDataCmdLine

public UnicodeDataCmdLine(java.lang.String[] args)
Parameters:
args -
Method Detail

getUsageOptions

public java.lang.String getUsageOptions()
Specified by:
getUsageOptions in class CmdLine
Returns:
the usage of this command line class.

main

public static void main(java.lang.String[] args)

leftPad

public static java.lang.String leftPad(java.lang.String s)


Copyright © 2000-2010 VeriSign Inc. All Rights Reserved