com.ice.jcvsweb.bean |
|
Java Source File Name | Type | Comment |
JCVSConfiguration.java | Class | |
JCVSConfirmation.java | Class | This class is used as a bean for handing options to the "confirmation page".
Like this:
+-------------------------------------------------------
| Do you want to delete the view 'name'?
+-------------------------------------------------------
|
| [icon] Deleting the view entails removing all
| of the files in the working directory.
|
+ - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
| [icon] Yes, I want to delete all of the files in
| YES this view's checked out working directory.
|
+ - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
| [icon] No, I want to keep all of the files in
| NO this view's checked out working directory.
|
|
|
This is accomodated by creating a list of string arrays
each representing an option to select. |
JCVSEntry.java | Class | This class is used to encapsulate a CVSEntry. |
JCVSEntryLog.java | Class | Encapsulates the revision information for a file in a CVS repository.
The log information that is returned from the CVS server is
unfortunately ascii text. |
JCVSError.java | Class | This class is used to encapsulate an error report. |
JCVSException.java | Class | This class is used to encapsulate an Exception as part of an error report. |
JCVSMimeMessage.java | Class | |
JCVSProject.java | Class | This class encapsulates a CVSProject object. |
JCVSProjectDef.java | Class | |
JCVSProjectView.java | Class | |
JCVSUser.java | Class | |
JCVSUserPerm.java | Class | |