|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.visdiff.VisDiff
Stand-alone program for diffing. This merely reads command-line params and then creates a TextDiffFrame that does all the real work.
| Method Summary | |
static void |
main(java.lang.String[] args)
Deprecated. Main program to display line-by-line differences between pairs of text files |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void main(java.lang.String[] args)
USAGE:
VisDiff [-h]
VisDiff [-st title] [-tt title] [-se enc] [-te enc]
[-ll lc [-lc cc [-lv variant] ] ] filename1 filename2 [caption1] [caption2]
OPTIONS:
-st title
Sets the title to be displayed for the source file.
-tt title
Sets the title to be displayed for the target file.
-se enc
Sets the character encoding to be used for the source file.
-te enc
Sets the character encoding to be used for the target file.
-ll lc
Sets the language to use for the UI localization. lc must
be a valid 2-character ISO-639 language code.
-lc cc
Sets the country to use for the UI localization. cc must be
a valid 2-character ISO-3166 country code. -ll must be set
in order to use this option.
-lc variant
Sets the variant to use for the UI localization. -ll and
-lc must be set in order to use this option.
args - arguments to the main program
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||