当前页面:
在线文档首页 >
NetBeans API Javadoc 4.1.0
VariableInputDescriptorCompat (NetBeans VCS API) - NetBeans API Javadoc 4.1.0
org.netbeans.modules.vcscore.util
Class VariableInputDescriptorCompat
java.lang.Object
org.netbeans.modules.vcscore.util.VariableInputDescriptorCompat
- public final class VariableInputDescriptorCompat
- extends Object
This class assures compatibility of variable input expressions used in 3.1 release
with the variable input descriptor used in 3.2 release.
Method Summary |
static void |
createInputDescriptorFormExec(Hashtable commandsByName)
For commands which do not define VcsCommand.PROPERTY_INPUT_DESCRIPTOR ,
create the input descriptor from its execution string and put the appropriate
variables to the execution string instead of old keywords. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROMPT_DEFAULT_VALUE_SEPARATOR
public static final String PROMPT_DEFAULT_VALUE_SEPARATOR
- See Also:
- Constant Field Values
createInputDescriptorFormExec
public static void createInputDescriptorFormExec(Hashtable commandsByName)
- For commands which do not define
VcsCommand.PROPERTY_INPUT_DESCRIPTOR
,
create the input descriptor from its execution string and put the appropriate
variables to the execution string instead of old keywords.