- WARNING - Static variable in class org.netbeans.lib.cvsclient.command.update.UpdateBuilder
-
- Watch - Class in org.netbeans.lib.cvsclient.command
-
- WATCH_ADD - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
-
- WATCH_COMMIT - Static variable in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation
-
- WATCH_EDIT - Static variable in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation
-
- WATCH_OFF - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
-
- WATCH_ON - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
-
- WATCH_REMOVE - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
-
- WATCH_TEMP_COMMIT - Static variable in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation
-
- WATCH_TEMP_EDIT - Static variable in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation
-
- WATCH_TEMP_UNEDIT - Static variable in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation
-
- WATCH_UNEDIT - Static variable in class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation
-
- WatchCommand - Class in org.netbeans.lib.cvsclient.command.watch
-
- WatchCommand() - Constructor for class org.netbeans.lib.cvsclient.command.watch.WatchCommand
-
Construct a new WatchCommand.
- WATCHERS - Static variable in class org.netbeans.lib.cvsclient.request.CommandRequest
-
- WatchersBuilder - Class in org.netbeans.lib.cvsclient.command.watchers
-
Handles the building of a watchers information object and the firing of
events when complete objects are built.
- WatchersBuilder(EventManager, String) - Constructor for class org.netbeans.lib.cvsclient.command.watchers.WatchersBuilder
-
Creates a WatchersBuilder.
- WatchersCommand - Class in org.netbeans.lib.cvsclient.command.watchers
-
The watchers command looks up who is watching this file,
who is interested in it.
- WatchersCommand() - Constructor for class org.netbeans.lib.cvsclient.command.watchers.WatchersCommand
-
Construct a new watchers command.
- WatchersInformation - Class in org.netbeans.lib.cvsclient.command.watchers
-
Describes "cvs watchers" commands' parsed information for a file.
- WatchersInformation(File) - Constructor for class org.netbeans.lib.cvsclient.command.watchers.WatchersInformation
-
Creates new istance of the WatchersInformation class.
- WatchersInformation.Watcher - Class in org.netbeans.lib.cvsclient.command.watchers
-
Inner class that holds information about single user and his watches
on the file.
- WatchMode - Class in org.netbeans.lib.cvsclient.command.watch
-
- WindowsFileReadOnlyHandler - Class in org.netbeans.lib.cvsclient.file
-
- WindowsFileReadOnlyHandler() - Constructor for class org.netbeans.lib.cvsclient.file.WindowsFileReadOnlyHandler
-
- WrapperSendRequest - Class in org.netbeans.lib.cvsclient.request
-
This class encapsulates the wrapper-sendme-rcsOptions request in the
CVS client-server protocol.
- WrapperSendRequest() - Constructor for class org.netbeans.lib.cvsclient.request.WrapperSendRequest
-
- WrapperSendResponse - Class in org.netbeans.lib.cvsclient.response
-
This class handles the response from the server to a wrapper-sendme-rcsOptions
request
- WrapperSendResponse() - Constructor for class org.netbeans.lib.cvsclient.response.WrapperSendResponse
-
- WrapperUtils - Class in org.netbeans.lib.cvsclient.command
-
Support for .cvswrappers parsing and merging.
- WrapperUtils() - Constructor for class org.netbeans.lib.cvsclient.command.WrapperUtils
-
- write(int) - Method in class org.netbeans.lib.cvsclient.util.LoggedDataOutputStream
-
- write(byte[]) - Method in class org.netbeans.lib.cvsclient.util.LoggedDataOutputStream
-
- write(byte[], int, int) - Method in class org.netbeans.lib.cvsclient.util.LoggedDataOutputStream
-
- writeBinaryFile(String, String, LoggedDataInputStream, int) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
-
Write (either create or replace) a binary file on the local machine with
one read from the server.
- writeBinaryFile(String, String, LoggedDataInputStream, int) - Method in interface org.netbeans.lib.cvsclient.file.FileHandler
-
Write (either create or replace) a text file on the local machine with
one read from the server.
- writeBytes(String) - Method in class org.netbeans.lib.cvsclient.util.LoggedDataOutputStream
-
Write a line to the stream, logging it too.
- writeBytes(String, String) - Method in class org.netbeans.lib.cvsclient.util.LoggedDataOutputStream
-
Write a line to the stream, logging it too.
- writeChars(String) - Method in class org.netbeans.lib.cvsclient.util.LoggedDataOutputStream
-
Deprecated.
Line to to bytes conversion is host specifics.
Use raw byte access methods insted.
- writeRcsDiffFile(String, String, LoggedDataInputStream, int) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
-
Merge a text file on the local machine with
the diff from the server.
- writeRcsDiffFile(String, String, LoggedDataInputStream, int) - Method in interface org.netbeans.lib.cvsclient.file.FileHandler
-
Merge a text file on the local machine with
the diff from the server.
- WriteRcsDiffFilePreprocessor - Class in org.netbeans.lib.cvsclient.file
-
File Processor that handles processing of rcs-diff response.
- WriteRcsDiffFilePreprocessor() - Constructor for class org.netbeans.lib.cvsclient.file.WriteRcsDiffFilePreprocessor
-
- writeTextFile(String, String, LoggedDataInputStream, int) - Method in class org.netbeans.lib.cvsclient.file.DefaultFileHandler
-
Write (either create or replace) a file on the local machine with
one read from the server.
- writeTextFile(String, String, LoggedDataInputStream, int) - Method in interface org.netbeans.lib.cvsclient.file.FileHandler
-
Write (either create or replace) a text file on the local machine with
one read from the server.
- WriteTextFilePreprocessor - Interface in org.netbeans.lib.cvsclient.file
-
Preprocesses the text file after getting from server.