com.starbase.visdiff
Class VisDiff

java.lang.Object
  |
  +--com.starbase.visdiff.VisDiff

Deprecated. The package com.starbase.visdiff will be removed in a future release of the StarTeam SDK.

public class VisDiff
extends java.lang.Object

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

main

public static void main(java.lang.String[] args)
Deprecated. 
Main program to display line-by-line differences between pairs of text files

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.

Parameters:
args - arguments to the main program


StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.