public class Console extends Object implements ConsoleInterface
| Constructor and Description |
|---|
Console() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearErrors() |
List<Long> |
executionTimes() |
CacheManager |
getCacheManager() |
SmartApp |
getSmartApp() |
String |
getVersion() |
List<String> |
lastErrors() |
void |
resetCache() |
void |
setCacheManager(CacheManager cacheManager) |
void |
setSmartApp(SmartApp smartApp) |
void |
setVersion(String version) |
public CacheManager getCacheManager()
public void setCacheManager(CacheManager cacheManager)
public SmartApp getSmartApp()
public void setSmartApp(SmartApp smartApp)
public void resetCache()
throws Exception
resetCache in interface ConsoleInterfaceExceptionpublic List<Long> executionTimes() throws Exception
executionTimes in interface ConsoleInterfaceExceptionpublic List<String> lastErrors() throws Exception
lastErrors in interface ConsoleInterfaceExceptionpublic void clearErrors()
throws Exception
clearErrors in interface ConsoleInterfaceExceptionpublic String getVersion() throws Exception
getVersion in interface ConsoleInterfaceExceptionpublic void setVersion(String version)
Copyright © 2015. All rights reserved.