当前页面:
在线文档首页 >
NetBeans API Javadoc 4.1.0
StructuredExec.Argument (NetBeans VCS API) - NetBeans API Javadoc 4.1.0
org.netbeans.modules.vcscore.cmdline.exec
Class StructuredExec.Argument
java.lang.Object
org.netbeans.modules.vcscore.cmdline.exec.StructuredExec.Argument
- Enclosing class:
- StructuredExec
- public static class StructuredExec.Argument
- extends Object
Representation of an argument.
The argument can be either a single String argument, or a sequence of
space-separated arguments in a single String. This is distinguished
by the line
property.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StructuredExec.Argument
public StructuredExec.Argument(String argument,
boolean line)
- Create a new argument.
- Parameters:
argument
- The String value of the argument.line
- When false
, the argument
represents a single String argument of the executable,
if false
, the argument
represents
a sequence of space-separated arguments.
getArgument
public String getArgument()
setArgument
public void setArgument(String argument)
isLine
public boolean isLine()
setLine
public void setLine(boolean line)