|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.externaltools.formatters.AbstractToolArgumentFormatter
public class AbstractToolArgumentFormatter
Formats command line arguments for launching an external tool process.
Constructor Summary | |
---|---|
AbstractToolArgumentFormatter()
|
Method Summary | |
---|---|
java.lang.String[] |
formatArguments(ExternalTool tool,
java.lang.String[] substitutes)
Formats the given tool's arguments with the given substitute strings. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractToolArgumentFormatter()
Method Detail |
---|
public final java.lang.String[] formatArguments(ExternalTool tool, java.lang.String[] substitutes)
tool
- the ExternalTool
whose arguments should be formatted with
the given substitute strings (must not be null
)substitutes
- the strings to put in place of the substitution strings in the
tool's arguments. "%1" in all arguments will be replaced by
substitutes[0], "%2" by substitutes[1], etc. (must not be
null
) (members must not be null
)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |