|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.vgrs.xcode.cmdline.CmdLine
com.vgrs.xcode.cmdline.ext.ConvertCmdLine
public class ConvertCmdLine
This class converts input directly between Race, Punycode, and any Java supported native encoding, bypassing intermediate steps. This routine is useful in applications migrating Race encoded domains to Punycode. This class also serves to prepare natively encoded data for IDN registration. See the [ENCODINGS] reference for a complete list of supported native encodings.
Usage : com.vgrs.xcode.cmdline.common.ConvertCmdLine [-3acsx] file=[file name] [input type] [output types]
| Field Summary |
|---|
| Fields inherited from class com.vgrs.xcode.cmdline.CmdLine |
|---|
SWITCH_FILE |
| Constructor Summary | |
|---|---|
ConvertCmdLine(java.lang.String[] args)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getUsageOptions()
Return only the options for this command. |
static void |
main(java.lang.String[] args)
|
void |
setConvert(Convert convert)
Sets convert value to convert |
| 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 |
|---|
public ConvertCmdLine(java.lang.String[] args)
args - the command line arguments.| Method Detail |
|---|
public java.lang.String getUsageOptions()
getUsageOptions in class CmdLinepublic void setConvert(Convert convert)
convert - the Convert instance to set
public static void main(java.lang.String[] args)
throws XcodeException
XcodeException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||