public class DiagnosticDao extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DiagnosticDao.Provider |
Constructor and Description |
---|
DiagnosticDao(String appId,
String restApiId,
String token,
File logFile) |
Modifier and Type | Method and Description |
---|---|
List<StageDiagnostic> |
getAll() |
void |
save(StageDiagnostic diagnostic) |
void |
saveQuietly(StageDiagnostic diagnostic) |
public void save(StageDiagnostic diagnostic) throws org.parse4j.ParseException, IOException
org.parse4j.ParseException
IOException
public void saveQuietly(StageDiagnostic diagnostic)
public List<StageDiagnostic> getAll() throws org.parse4j.ParseException
org.parse4j.ParseException
Copyright © 2014. All rights reserved.