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

MessagingCommand (NetBeans VCS API) - NetBeans API Javadoc 4.1.0

 

org.netbeans.api.vcs.commands
Interface MessagingCommand

All Superinterfaces:
Command
All Known Subinterfaces:
AddCommand, AddFolderCommand, CheckInCommand, RemoveCommand, RemoveFolderCommand

public interface MessagingCommand
extends Command

This interface represents commands, that need a message to complete the VCS action.


Method Summary
 String getMessage()
          Get the message for this command.
 void setMessage(String message)
          Set a message for the command.
 
Methods inherited from interface org.netbeans.api.vcs.commands.Command
execute, getApplicableFiles, getDisplayName, getFiles, getName, isExpertMode, isGUIMode, setExpertMode, setFiles, setGUIMode
 

Method Detail

setMessage

public void setMessage(String message)
Set a message for the command.

Parameters:
message - The message

getMessage

public String getMessage()
Get the message for this command.

Returns:
The message

 

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