Package jetbrains.mps.make.java
Class RootDependencies
- java.lang.Object
 - 
- jetbrains.mps.make.java.RootDependencies
 
 
- 
- All Implemented Interfaces:
 Comparable<RootDependencies>
public class RootDependencies extends Object implements Comparable<RootDependencies>
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRootDependencies.Source 
- 
Constructor Summary
Constructors Constructor Description RootDependencies(String nodeName, String fileName, List<String> dependNodes, List<String> extendsNodes)Deprecated.Shall move fileName (if needed at all) to ModelDependenciesRootDependencies(String nodeName, List<String> dependNodes, List<String> extendsNodes)RootDependencies(org.jdom.Element element) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intcompareTo(RootDependencies p0)StringgetClassName()Set<String>getDependencies()Set<String>getExtends()StringgetFileName()Deprecated.this class is about java dependencies, why would I care to keep a file name here?voidsaveTo(org.jdom.Element element) 
 - 
 
- 
- 
Constructor Detail
- 
RootDependencies
public RootDependencies(String nodeName, List<String> dependNodes, List<String> extendsNodes)
 
- 
RootDependencies
@Deprecated public RootDependencies(String nodeName, String fileName, List<String> dependNodes, List<String> extendsNodes)
Deprecated.Shall move fileName (if needed at all) to ModelDependencies 
- 
RootDependencies
public RootDependencies(org.jdom.Element element)
 
 - 
 
- 
Method Detail
- 
saveTo
public void saveTo(org.jdom.Element element)
 
- 
getClassName
public String getClassName()
 
- 
getFileName
@Deprecated public String getFileName()
Deprecated.this class is about java dependencies, why would I care to keep a file name here? 
- 
compareTo
public int compareTo(RootDependencies p0)
- Specified by:
 compareToin interfaceComparable<RootDependencies>
 
 - 
 
 -