Package jetbrains.mps.util.test
Class Checker.Result
- java.lang.Object
 - 
- jetbrains.mps.util.test.Checker.Result
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static Checker.ResultUNSUCCESSFUL 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Checker.Resultcreate(boolean success, String configPath, String systemPath)StringgetConfigPath()StringgetSystemPath()booleanisSuccessful() 
 - 
 
- 
- 
Field Detail
- 
UNSUCCESSFUL
public static Checker.Result UNSUCCESSFUL
 
 - 
 
- 
Method Detail
- 
create
public static Checker.Result create(boolean success, String configPath, String systemPath)
 
- 
isSuccessful
public boolean isSuccessful()
 
- 
getConfigPath
public String getConfigPath()
 
- 
getSystemPath
public String getSystemPath()
 
 - 
 
 -