|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.core.ToolFactory
public class ToolFactory
Constructor Summary | |
---|---|
ToolFactory()
|
Method Summary | |
---|---|
static CodeFormatter |
createCodeFormatter(java.util.Map options)
Create an instance of a code formatter. |
static CodeFormatter |
createDefaultCodeFormatter(java.util.Map options)
Create an instance of the built-in code formatter. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ToolFactory()
Method Detail |
---|
public static CodeFormatter createCodeFormatter(java.util.Map options)
options
- - the options map to use for formatting with the code formatter. Recognized options
are documented on DefaultCodeFormatterConstants
. If set to null
, then use
the current settings from CCorePlugin.getOptions()
.
CodeFormatter
,
DefaultCodeFormatterConstants
,
CCorePlugin.getOptions()
public static CodeFormatter createDefaultCodeFormatter(java.util.Map options)
options
- - the options map to use for formatting with the default code formatter. Recognized options
are documented on DefaultCodeFormatterConstants
. If set to null
, then use
the current settings from CCorePlugin.getOptions()
.
CodeFormatter
,
DefaultCodeFormatterConstants
,
CCorePlugin.getOptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |