Uses of Class
sota.ast.util.TestLog

Packages that use TestLog
sota.ast.util   
 

Uses of TestLog in sota.ast.util
 

Fields in sota.ast.util with type parameters of type TestLog
 java.util.TreeSet<TestLog> ProjectConfig.listOfSelectedTestLogs
           
private  java.util.HashMap<java.lang.String,TestLog> ProjectConfig.mapOfTestLogs
           
 

Methods in sota.ast.util that return TestLog
protected static TestLog LogReader.readLog(java.io.FileInputStream input, java.lang.String log, ASTManager ast)
          liest Logfile ein und schreibt PfadListe in den ASTManager)
 TestLog LogReader.readTestLogs(java.lang.String logfile, ASTManager ast)
           
 

Methods in sota.ast.util that return types with arguments of type TestLog
 java.util.TreeSet<TestLog> ProjectConfig.getListOfTestLogs()
           
 

Methods in sota.ast.util with parameters of type TestLog
 void ProjectConfig.addTestLog(TestLog testLog)
           
 int TestLog.compareTo(TestLog o)
           
 void ProjectConfig.removeTestLog(TestLog t)