当前页面:
在线文档首页 >
NetBeans API Javadoc 4.1.0
TextInput (NetBeans VCS API) - NetBeans API Javadoc 4.1.0
org.netbeans.modules.vcscore.commands
Interface TextInput
- All Known Subinterfaces:
- VcsCommandExecutor
- All Known Implementing Classes:
- ExecuteCommand, ExternalCommand
- public interface TextInput
The interface to provide the textual input to a command.
Method Summary |
void |
sendInput(String text)
Send an input string to the standard input of the command. |
sendInput
public void sendInput(String text)
- Send an input string to the standard input of the command.
- Parameters:
text
- The input text.