|
||||||||||
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
com.microsoft.tfs.core.externaltools.formatters.ViewToolArgumentFormatter
public class ViewToolArgumentFormatter
Takes individual string arguments for a view tool and replaces the correct
placeholders ("%1", etc.) in the an ExternalTool
's arguments.
Constructor Summary | |
---|---|
ViewToolArgumentFormatter()
|
Method Summary | |
---|---|
java.lang.String[] |
formatArguments(ExternalTool tool,
java.lang.String filename)
Formats the view arguments with the given substitutions. |
Methods inherited from class com.microsoft.tfs.core.externaltools.formatters.AbstractToolArgumentFormatter |
---|
formatArguments |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewToolArgumentFormatter()
Method Detail |
---|
public java.lang.String[] formatArguments(ExternalTool tool, java.lang.String filename)
tool
- the ExternalTool
to format arguments for (must not be
null
)filename
- the file to view (must not be null
)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |