org.eclipse.emf.codegen.jmerge
Class JControlModel
java.lang.Object
org.eclipse.emf.codegen.jmerge.JControlModel
- public class JControlModel
- extends Object
A control model that provides dictionaries and rules to drive a merge process.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dictionaryPatterns
protected List dictionaryPatterns
pullRules
protected List pullRules
sweepRules
protected List sweepRules
sortRules
protected List sortRules
indent
protected String indent
redirect
protected String redirect
standardBraceStyle
protected boolean standardBraceStyle
blockPattern
protected Pattern blockPattern
noImportPattern
protected Pattern noImportPattern
JControlModel
public JControlModel(String uri)
- This creates an instance.
JControlModel
public JControlModel(Element element)
convertToStandardBraceStyle
public boolean convertToStandardBraceStyle()
setConvertToStandardBraceStyle
public void setConvertToStandardBraceStyle(boolean standardBraceStyle)
getLeadingTabReplacement
public String getLeadingTabReplacement()
setLeadingTabReplacement
public void setLeadingTabReplacement(String indent)
getRedirect
public String getRedirect()
getBlockPattern
public Pattern getBlockPattern()
getNoImportPattern
public Pattern getNoImportPattern()
getDictionaryPatterns
public List getDictionaryPatterns()
getPullRules
public List getPullRules()
getSweepRules
public List getSweepRules()
getSortRules
public List getSortRules()
initialize
protected void initialize(String uri)
initialize
protected void initialize(Element element)
classForClassName
public static Class classForClassName(String className)