Serialized Form


Package org.netbeans.lib.cvsclient.command

Class org.netbeans.lib.cvsclient.command.CommandAbortedException extends CommandException implements Serializable

Class org.netbeans.lib.cvsclient.command.CommandException extends java.lang.Exception implements Serializable

Serialized Fields

underlyingException

java.lang.Exception underlyingException

localizedMessage

java.lang.String localizedMessage

message

java.lang.String message

Package org.netbeans.lib.cvsclient.connection

Class org.netbeans.lib.cvsclient.connection.AuthenticationException extends java.lang.Exception implements Serializable

Serialized Fields

underlyingThrowable

java.lang.Throwable underlyingThrowable
The underlying cause of this exception, if any.


message

java.lang.String message

localizedMessage

java.lang.String localizedMessage

Package org.netbeans.lib.cvsclient.event

Class org.netbeans.lib.cvsclient.event.BinaryMessageEvent extends CVSEvent implements Serializable

Serialized Fields

message

byte[] message
Holds value of property message.


len

int len

Class org.netbeans.lib.cvsclient.event.CVSEvent extends java.util.EventObject implements Serializable

Class org.netbeans.lib.cvsclient.event.EnhancedMessageEvent extends MessageEvent implements Serializable

Serialized Fields

key

java.lang.String key

value

java.lang.Object value

Class org.netbeans.lib.cvsclient.event.FileAddedEvent extends CVSEvent implements Serializable

Serialized Fields

path

java.lang.String path
The path of the file that has been added

Class org.netbeans.lib.cvsclient.event.FileInfoEvent extends CVSEvent implements Serializable

Serialized Fields

infoContainer

FileInfoContainer infoContainer
The information about the file.

Class org.netbeans.lib.cvsclient.event.FileRemovedEvent extends CVSEvent implements Serializable

Serialized Fields

path

java.lang.String path
The path of the file that has been removed.

Class org.netbeans.lib.cvsclient.event.FileToRemoveEvent extends CVSEvent implements Serializable

Serialized Fields

path

java.lang.String path
The path of the file that is going to be removed.

Class org.netbeans.lib.cvsclient.event.FileUpdatedEvent extends CVSEvent implements Serializable

Serialized Fields

path

java.lang.String path
The path of the file that has been added

Class org.netbeans.lib.cvsclient.event.MessageEvent extends CVSEvent implements Serializable

Serialized Fields

message

java.lang.String message
Holds value of property message.


error

boolean error
Whether the message is an error message


tagged

boolean tagged
Holds value of property tagged.


raw

byte[] raw

Class org.netbeans.lib.cvsclient.event.ModuleExpansionEvent extends CVSEvent implements Serializable

Serialized Fields

module

java.lang.String module
The expanded module name

Class org.netbeans.lib.cvsclient.event.TerminationEvent extends CVSEvent implements Serializable

Serialized Fields

error

boolean error
Whether the termination is an error or not


Package org.netbeans.lib.cvsclient.request

Class org.netbeans.lib.cvsclient.request.UnconfiguredRequestException extends java.lang.Exception implements Serializable


Package org.netbeans.lib.cvsclient.response

Class org.netbeans.lib.cvsclient.response.ResponseException extends CommandException implements Serializable


Package org.netbeans.lib.cvsclient.util

Class org.netbeans.lib.cvsclient.util.BugLog.BugException extends java.lang.RuntimeException implements Serializable


 

Built on August 7 2008.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.