com.vgrs.xcode.cmdline.idna
Class BidiCmdLine

java.lang.Object
  extended by com.vgrs.xcode.cmdline.CmdLine
      extended by com.vgrs.xcode.cmdline.idna.BidiCmdLine

public class BidiCmdLine
extends CmdLine

This class asserts that the given set of Unicode code points are in compliance with IDNA2008 Bidi rules.

Usage: com.vgrs.xcode.cmdline.idna.BidiCmdLine file=[file name]

Version:
1.0 Aug 10, 2010
Author:
nchigurupati

Field Summary
 
Fields inherited from class com.vgrs.xcode.cmdline.CmdLine
SWITCH_FILE
 
Constructor Summary
BidiCmdLine(java.lang.String[] args)
           
 
Method Summary
 java.lang.String getUsageOptions()
           
static void main(java.lang.String[] args)
           
static void testExecute(java.io.File input)
          Asserts that the given Unicode code points in the file are in compliance with IDNA2008 Bidi rules.
static void testExecute(java.lang.String input)
          Asserts that the sequence of Unicode code points are in compliance with IDNA2008 Bidi rules.
 
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

BidiCmdLine

public BidiCmdLine(java.lang.String[] args)
Parameters:
args - the command line arguments.
Method Detail

main

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

testExecute

public static void testExecute(java.io.File input)
Asserts that the given Unicode code points in the file are in compliance with IDNA2008 Bidi rules.

Parameters:
input - the file containing code points separated by spaces and prefixed with either a \U or 0x

testExecute

public static void testExecute(java.lang.String input)
Asserts that the sequence of Unicode code points are in compliance with IDNA2008 Bidi rules.

Parameters:
input - code points separated by spaces and prefixed with either a \U or 0x

getUsageOptions

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


Copyright © 2000-2010 VeriSign Inc. All Rights Reserved