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 Exception implements Serializable

Serialized Fields

underlyingException

Exception underlyingException

localizedMessage

String localizedMessage

message

String message

Package org.netbeans.lib.cvsclient.connection

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

Serialized Fields

underlyingThrowable

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


message

String message

localizedMessage

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 EventObject implements Serializable

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

Serialized Fields

key

String key

value

Object value

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

Serialized Fields

path

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

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

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

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

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

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 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 RuntimeException implements Serializable



Copyright © 2011. All Rights Reserved.