Deprecated API


Contents
Deprecated Methods
org.netbeans.lib.cvsclient.command.tag.TagCommand.doesCheckThatUnmodified()
            
org.netbeans.lib.cvsclient.command.tag.TagCommand.doesDeleteTag()
            
org.netbeans.lib.cvsclient.command.remove.RemoveCommand.doesIgnoreLocallyExistingFiles()
            
org.netbeans.lib.cvsclient.command.tag.TagCommand.doesMakeBranchTag()
            
org.netbeans.lib.cvsclient.command.tag.TagCommand.doesOverrideExistingTag()
            
org.netbeans.lib.cvsclient.command.Command.getLocalPath()
          Please use the getLocalDirectory() method instead. 
org.netbeans.lib.cvsclient.command.BasicCommand.getRecursive()
          use isRecursive instead 
org.netbeans.lib.cvsclient.util.LoggedDataInputStream.readLine()
          It converts input data to string using ByteArray.getStringFromBytes() that works only for ASCII without 0. Use byte access methods instead. 
org.netbeans.lib.cvsclient.util.LoggedDataOutputStream.writeChars(String)
          Line to to bytes conversion is host specifics. Use raw byte access methods insted. 
 


 

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