public class MAFSourceService
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
copyright |
Modifier and Type | Method and Description |
---|---|
boolean |
checkDesynchronizationWithDesigns(java.lang.String sourceFileName)
Returns true if the source file name is not synchronized with it models.
|
IEditTree |
getEditTree(java.lang.String sourceFileName)
Returns the edit tree of the source file name.
|
static MAFSourceService |
getInstance()
Returns the singleton instance.
|
public static final java.lang.String copyright
public boolean checkDesynchronizationWithDesigns(java.lang.String sourceFileName)
sourceFileName
- The eclipse path to the source file name.
example : "/Project/rpp/Source.cbl"public IEditTree getEditTree(java.lang.String sourceFileName)
sourceFileName
- The eclipse path to the source file name.
example : "/Project/rpp/Source.cbl"public static MAFSourceService getInstance()