| Home >> All >> com >> klavergne |
Package Samples:
com.klavergne.cc
com.klavergne.jext.plugins.clearcase.actions
com.klavergne.jext.plugins.clearcase
com.klavergne.process
Classes:
SmartProcess: This class uses the Runtime and Process classes to execute the given command from inside the VM. While testing this I found that the Runtime class works a little differently than Sun's API documentation says. Their documentation says that Runtime.exec() creates a subprocess without a console window. This is true if using java.exe, but if you use javaw.exe it does create a console window.
ClearCasePlugin: The ClearCasePlugin is a plugin for Jext, the Java Text Editor. This plugin integrates ClearCase actions with Jext allowing a user to check out or check in file, add a file to the source control, and a number of other things.
ClearCaseConnection: This class is a connection to the ClearCase command line tools. It can be used from any other class that wants to execute ClearCase commands.
AbstractClearCaseAction: This is an abstract version of AbstractAction for use in Jext menus and toolbars.
AddToSourceControlAction: Adds the currently selected file to ClearCase source control.
DiffPreviousAction: Executes the ClearCase Diff Previous operation.
MergeManagerAction: Executes the ClearCase Merge Manager operation.
VersionTreeAction: Executes the ClearCase Version Tree operation.
UndoCheckOutAction: Un-checks out the currently selected file.
DetailsAction: Executes the ClearCase Details operation.
HistoryAction: Executes the ClearCase History operation.
OptionsAction: Executes the ClearCase Options operation.
CheckOutAction: Checks out the currently selected file.
CheckInAction: Checks in the currently selected file.
ClearCaseConnectionTest
SmartProcessTest
| Home | Contact Us | Privacy Policy | Terms of Service |