站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 4.1.0

Deprecated List (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

Deprecated API

Deprecated Classes
org.netbeans.modules.vcscore.actions.AbstractCommandAction
          It's here only for backward compatibility.. I guess it can be removed.. 
org.netbeans.modules.vcscore.commands.CommandsPool
          Use CommandProcessor instead. This class is kept just for compatibility reasons. It delegates it's work to CommandProcessor. 
org.netbeans.modules.vcscore.util.Debug
          Use ErrorManager instead. 
org.netbeans.modules.vcscore.VcsAction
          This class is retained just for compatibility reasons. Use the new VCS APIs instead. 
 

Deprecated Interfaces
org.netbeans.modules.vcscore.commands.CommandDataOutputListener
          Use RegexOutputListener instead. 
org.netbeans.modules.vcscore.commands.CommandOutputListener
          Use TextOutputListener or TextErrorListener instead. 
 

Deprecated Fields
org.netbeans.modules.vcscore.actions.AbstractCommandAction.GROUP_DESCRIPTION_PROP
            
org.netbeans.modules.vcscore.actions.AbstractCommandAction.GROUP_NAME_PROP
            
org.netbeans.modules.vcscore.actions.AbstractCommandAction.VCS_ACTION_ATTRIBUTE
            
 

Deprecated Methods
org.netbeans.modules.vcscore.cmdline.ExecuteCommand.addDataErrorOutputListener(CommandDataOutputListener)
          Kept for compatibility reasons only. Use ExecuteCommand.addRegexErrorListener(org.netbeans.modules.vcscore.commands.RegexOutputListener) instead. 
org.netbeans.modules.vcscore.commands.VcsCommandExecutor.addDataErrorOutputListener(CommandDataOutputListener)
          Kept for compatibility reasons only. Use VcsCommandExecutor.addRegexErrorListener(org.netbeans.modules.vcscore.commands.RegexOutputListener) instead. 
org.netbeans.modules.vcscore.cmdline.ExecuteCommand.addDataOutputListener(CommandDataOutputListener)
          Kept for compatibility reasons only. Use ExecuteCommand.addRegexOutputListener(org.netbeans.modules.vcscore.commands.RegexOutputListener) instead. 
org.netbeans.modules.vcscore.commands.VcsCommandExecutor.addDataOutputListener(CommandDataOutputListener)
          Kept for compatibility reasons only. Use VcsCommandExecutor.addRegexOutputListener(org.netbeans.modules.vcscore.commands.RegexOutputListener) instead. 
org.netbeans.modules.vcscore.cmdline.ExecuteCommand.addErrorOutputListener(CommandOutputListener)
          Kept for compatibility reasons only. Use ExecuteCommand.addTextErrorListener(org.netbeans.modules.vcscore.commands.TextOutputListener) instead. 
org.netbeans.modules.vcscore.commands.VcsCommandExecutor.addErrorOutputListener(CommandOutputListener)
          Kept for compatibility reasons only. Use VcsCommandExecutor.addTextErrorListener(org.netbeans.modules.vcscore.commands.TextOutputListener) instead. 
org.netbeans.modules.vcscore.cmdline.ExecuteCommand.addOutputListener(CommandOutputListener)
          Kept for compatibility reasons only. Use ExecuteCommand.addTextOutputListener(org.netbeans.modules.vcscore.commands.TextOutputListener) instead. 
org.netbeans.modules.vcscore.commands.VcsCommandExecutor.addOutputListener(CommandOutputListener)
          Kept for compatibility reasons only. Use VcsCommandExecutor.addTextOutputListener(org.netbeans.modules.vcscore.commands.TextOutputListener) instead. 
org.netbeans.modules.vcscore.VcsFileSystem.getCommand(String)
          Retained for compatibility reasons only to be able to use the old VCS "API" for commands execution. Use #getCommandSupport() instead. 
org.netbeans.modules.vcscore.VcsFactory.getCommandExecutor(VcsCommand, Hashtable)
          This method is retained for compatibility reasons. It may disappear after compatibility with old VCS "API" will not be needed. 
org.netbeans.modules.vcscore.DefaultVcsFactory.getCommandExecutor(VcsCommand, Hashtable)
          This method is retained for compatibility only. XXX how to replace usages? It's called from 31 places. 
org.netbeans.modules.vcscore.VcsFileSystem.getCommandsPool()
          For compatibility only 
org.netbeans.modules.vcscore.cmdline.ExecuteCommand.getDescribedCommand()
          Needed for the compatibility with old "API" only. 
org.netbeans.modules.vcscore.commands.VcsDescribedCommand.getExecutor()
          This is needed only for the compatibility with the old "API". 
org.netbeans.modules.vcscore.cmdline.UserCommand.getOrder()
          See setOrder for description. 
org.netbeans.modules.vcscore.versioning.VersioningFileSystem.getSystemName()
          for identity purposes use VersionFileSytem directly. 
org.netbeans.modules.vcscore.util.Table.keys()
          use keyset().iterator() instead 
org.netbeans.modules.vcscore.cmdline.ExecuteCommand.setDescribedCommand(VcsDescribedCommand)
          Needed for the compatibility with old "API" only. 
org.netbeans.modules.vcscore.util.VariableInputDialog.setExec(String)
          nop method 
org.netbeans.modules.vcscore.commands.VcsDescribedCommand.setExecutor(VcsCommandExecutor)
          This is needed only for the compatibility with the old "API". 
org.netbeans.modules.vcscore.util.NestableInputComponent.setHistoricalValue(String)
          does not support multivalued NICes. Also there is already VariableInputNest.getValue() 
org.netbeans.modules.vcscore.turbo.Turbo.setMeta(File, FileProperties)
          Internal contract: it allows the VCSFS to address FileObject prenatal situations. 
org.netbeans.modules.vcscore.cmdline.UserCommand.setOrder(int[])
          The order of individual commands should not be set. The position in the popup menu is given by the hierarchical structure of nodes. 
org.netbeans.modules.vcscore.util.NestableInputComponent.updatedVars(Map)
          there is already VariableInputNest.getCommandHashtable() 
org.netbeans.modules.vcscore.turbo.local.FileAttributeQuery.writeAttribute(File, String, Object)
          Internal contract: it allows the VCSFS to address FileObject prenatal situations. 
 

Deprecated Constructors
org.netbeans.modules.vcscore.cmdline.UserCommand(String)
          This constructor is necessary for backward compatibility to be able to read the command from properties file. 
 


 

Built on May 4 2005.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.