| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.codegen.jmerge.JControlModel
A control model that provides dictionaries and rules to drive a merge process.
Nested Class Summary | |
static class | JControlModel.DictionaryPattern
|
static class | JControlModel.Feature
|
static class | JControlModel.PullRule
|
static class | JControlModel.SortRule
|
static class | JControlModel.SweepRule
|
Field Summary | |
protected Pattern | blockPattern
|
protected List | dictionaryPatterns
|
protected String | indent
|
protected Pattern | noImportPattern
|
protected List | pullRules
|
protected String | redirect
|
protected List | sortRules
|
protected boolean | standardBraceStyle
|
protected List | sweepRules
|
Constructor Summary | |
JControlModel(Element element)
| |
JControlModel(String uri)
This creates an instance. |
Method Summary | |
static Class | classForClassName(String className)
|
boolean | convertToStandardBraceStyle()
|
Pattern | getBlockPattern()
|
List | getDictionaryPatterns()
|
String | getLeadingTabReplacement()
|
Pattern | getNoImportPattern()
|
List | getPullRules()
|
String | getRedirect()
|
List | getSortRules()
|
List | getSweepRules()
|
protected void | initialize(Element element)
|
protected void | initialize(String uri)
|
void | setConvertToStandardBraceStyle(boolean standardBraceStyle)
|
void | setLeadingTabReplacement(String indent)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected List dictionaryPatterns
protected List pullRules
protected List sweepRules
protected List sortRules
protected String indent
protected String redirect
protected boolean standardBraceStyle
protected Pattern blockPattern
protected Pattern noImportPattern
Constructor Detail |
public JControlModel(String uri)
public JControlModel(Element element)
Method Detail |
public boolean convertToStandardBraceStyle()
public void setConvertToStandardBraceStyle(boolean standardBraceStyle)
public String getLeadingTabReplacement()
public void setLeadingTabReplacement(String indent)
public String getRedirect()
public Pattern getBlockPattern()
public Pattern getNoImportPattern()
public List getDictionaryPatterns()
public List getPullRules()
public List getSweepRules()
public List getSortRules()
protected void initialize(String uri)
protected void initialize(Element element)
public static Class classForClassName(String className)
|
Copyright 2001-2004 IBM Corporation and others. All Rights Reserved. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |