Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C D E F G H I J L M P S T V

C

CLEARDLG_CHECKIN - Static variable in class com.klavergne.cc.ClearCaseConnection
The command line argument for cleardlg to check in a file.
CLEARDLG_CHECKOUT - Static variable in class com.klavergne.cc.ClearCaseConnection
The command line argument for cleardlg to check out a file.
CLEARDLG_COMMAND - Static variable in class com.klavergne.cc.ClearCaseConnection
The cleardlg ClearCase command.
CLEARDLG_DIFF_PREV - Static variable in class com.klavergne.cc.ClearCaseConnection
The command line argument for cleardlg to display the differences between the current and previous versions of a file.
CLEARDLG_UNCHECKOUT - Static variable in class com.klavergne.cc.ClearCaseConnection
The command line argument for cleardlg to uncheck out a file.
CLEARTOOL_COMMAND - Static variable in class com.klavergne.cc.ClearCaseConnection
The cleartool ClearCase command.
CLEARTOOL_HISTORY - Static variable in class com.klavergne.cc.ClearCaseConnection
The command line argument for cleartool to display the history.
CLEARTOOL_LIST_ACTIVITY - Static variable in class com.klavergne.cc.ClearCaseConnection
The command line argument for cleartool to list activities.
CLEARTOOL_LSCHECKOUT - Static variable in class com.klavergne.cc.ClearCaseConnection
The command line argument for cleartool to list checkouts.
CLEARTOOL_SET_ACTIVITY - Static variable in class com.klavergne.cc.ClearCaseConnection
The command line argument for cleartool to set the current activity.
CLEARTOOL_VERSION - Static variable in class com.klavergne.cc.ClearCaseConnection
The command line argument for cleartool to display the version.
CLEARTOOL_VERSION_TREE - Static variable in class com.klavergne.cc.ClearCaseConnection
The command line argument for cleartool to display the version tree.
COMMON_MODEL - Static variable in class com.klavergne.cc.ClearCaseConnectionTest
 
ClearCaseConnection - class com.klavergne.cc.ClearCaseConnection.
This class is a connection to the ClearCase command line tools.
ClearCaseConnection() - Constructor for class com.klavergne.cc.ClearCaseConnection
 
ClearCaseConnectionTest - class com.klavergne.cc.ClearCaseConnectionTest.
 
ClearCaseConnectionTest(String) - Constructor for class com.klavergne.cc.ClearCaseConnectionTest
 
clearCaseAvailable - Static variable in class com.klavergne.cc.ClearCaseConnection
A boolean value indicating whether ClearCase is installed and available.
com.klavergne.cc - package com.klavergne.cc
 

D

DETAILS_COMMAND - Static variable in class com.klavergne.cc.ClearCaseConnection
The ClearCase Details command.
debug - Static variable in class com.klavergne.cc.ClearCaseConnection
A boolean value indicating whether the class is in debug mode.

E

EMPTY_STRING - Static variable in class com.klavergne.cc.ClearCaseConnection
An empty String ""
execute() - Static method in class com.klavergne.cc.ClearCaseConnection
Execute the command.
executeAddToSourceControl(String) - Static method in class com.klavergne.cc.ClearCaseConnection
Adds the file that is specified to source control.
executeAddToSourceControl(String[]) - Static method in class com.klavergne.cc.ClearCaseConnection
Adds the files that are specified to source control.
executeAddToSourceControl(List) - Static method in class com.klavergne.cc.ClearCaseConnection
Adds the files that are specified to source control.
executeCheckin(String) - Static method in class com.klavergne.cc.ClearCaseConnection
Checks in the file that is specified.
executeCheckin(String[]) - Static method in class com.klavergne.cc.ClearCaseConnection
Checks in the files that are specified.
executeCheckin(List) - Static method in class com.klavergne.cc.ClearCaseConnection
Checks in the files that are specified.
executeCheckout(String) - Static method in class com.klavergne.cc.ClearCaseConnection
Checks out the file that is specified.
executeCheckout(String[]) - Static method in class com.klavergne.cc.ClearCaseConnection
Checks out the files that are specified.
executeCheckout(List) - Static method in class com.klavergne.cc.ClearCaseConnection
Checks out the files that are specified.
executeDetails() - Static method in class com.klavergne.cc.ClearCaseConnection
Displays the ClearCase Details window.
executeDetails(String) - Static method in class com.klavergne.cc.ClearCaseConnection
Displays the ClearCase Details window.
executeDiffPrevious(String) - Static method in class com.klavergne.cc.ClearCaseConnection
Compares the current version to the previous version of the specified file.
executeFindCheckouts(String) - Static method in class com.klavergne.cc.ClearCaseConnection
Displays all files that are checked out in the current stream.
executeHistory(String) - Static method in class com.klavergne.cc.ClearCaseConnection
Displays the full history log of the specified file.
executeMergeManager() - Static method in class com.klavergne.cc.ClearCaseConnection
Executes the ClearCase Merge Manager tool.
executeMergeManager(String) - Static method in class com.klavergne.cc.ClearCaseConnection
Executes the ClearCase Merge Manager tool.
executeProcess(String) - Static method in class com.klavergne.cc.ClearCaseConnection
Execute the given command.
executeProcess(String, boolean) - Static method in class com.klavergne.cc.ClearCaseConnection
Execute the given command.
executeProcess(List) - Static method in class com.klavergne.cc.ClearCaseConnection
Execute the given command with command line arguments.
executeProcess(List, boolean) - Static method in class com.klavergne.cc.ClearCaseConnection
Execute the given command with command line arguments.
executeProcess(String[]) - Static method in class com.klavergne.cc.ClearCaseConnection
Execute the given command with command line arguments.
executeProcess(String[], boolean) - Static method in class com.klavergne.cc.ClearCaseConnection
Execute the given command with command line arguments.
executeUndoCheckout(String) - Static method in class com.klavergne.cc.ClearCaseConnection
Unchecks out the file that is specified.
executeUndoCheckout(String[]) - Static method in class com.klavergne.cc.ClearCaseConnection
Unchecks out the files that are specified.
executeUndoCheckout(List) - Static method in class com.klavergne.cc.ClearCaseConnection
Unchecks out the files that are specified.
executeUserPreferences() - Static method in class com.klavergne.cc.ClearCaseConnection
Displays the ClearCase options dialog box.
executeVersionTree(String) - Static method in class com.klavergne.cc.ClearCaseConnection
Displays a graphical representation of all versions of the specified file.
exitStatus - Static variable in class com.klavergne.cc.ClearCaseConnection
The exit status returned from the previous execute.

F

FAKE_FILE - Static variable in class com.klavergne.cc.ClearCaseConnectionTest
 
FIND_CHECKOUTS_COMMAND - Static variable in class com.klavergne.cc.ClearCaseConnection
The ClearCase command to find checkouts.
files - Variable in class com.klavergne.cc.ClearCaseConnectionTest
 

G

getDebug() - Static method in class com.klavergne.cc.ClearCaseConnection
Returns a boolean value indicating whether this class should run in debug mode.
getVersion() - Static method in class com.klavergne.cc.ClearCaseConnection
Returns the version number of the ClearCase installation.

H

HISTORY_COMMAND - Static variable in class com.klavergne.cc.ClearCaseConnection
The ClearCase command to display a file's history.

I

isAddToSourceControlAvailable(String) - Static method in class com.klavergne.cc.ClearCaseConnection
Returns a boolean value indicating whether the given file can be added to source control.
isCheckedOut(String) - Static method in class com.klavergne.cc.ClearCaseConnection
Returns a boolean value indicating whether the given file is checked out.
isClearCaseAvailable() - Static method in class com.klavergne.cc.ClearCaseConnection
Returns a boolean value indicating whether ClearCase is installed and available on the machine where this is being executed.
isFileUnderSourceControl(String) - Static method in class com.klavergne.cc.ClearCaseConnection
Returns a boolean value indicating whether this given file is under ClearCase source control.

J

JAVA_HOME - Static variable in class com.klavergne.cc.ClearCaseConnectionTest
 

L

logErr(Object) - Static method in class com.klavergne.cc.ClearCaseConnection
Logs the given Object to the System.err stream.
logOut(Object) - Static method in class com.klavergne.cc.ClearCaseConnection
Logs the given Object to the System.out stream.

M

MERGE_MANAGER_COMMAND - Static variable in class com.klavergne.cc.ClearCaseConnection
The ClearCase Merge Manager command.

P

PATH_SEPARATOR - Static variable in class com.klavergne.cc.ClearCaseConnectionTest
 
proc - Static variable in class com.klavergne.cc.ClearCaseConnection
The SmartProcess object that will be executed.

S

setDebug(boolean) - Static method in class com.klavergne.cc.ClearCaseConnection
Sets a boolean value indicating whether this class should run in debug mode.
setUp() - Method in class com.klavergne.cc.ClearCaseConnectionTest
 
stdErr - Static variable in class com.klavergne.cc.ClearCaseConnection
The standard err returned from the previous execute.
stdOut - Static variable in class com.klavergne.cc.ClearCaseConnection
The standard out returned from the previous execute.
suite() - Static method in class com.klavergne.cc.ClearCaseConnectionTest
 

T

TOOLS_JAR - Static variable in class com.klavergne.cc.ClearCaseConnectionTest
 
testClearCaseConnection() - Method in class com.klavergne.cc.ClearCaseConnectionTest
 

V

VIEW_ROOT - Static variable in class com.klavergne.cc.ClearCaseConnectionTest
 
version - Static variable in class com.klavergne.cc.ClearCaseConnection
The ClearCase version that is installed.

C D E F G H I J L M P S T V