public abstract class ClientAppAdapter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Modifier | Constructor and Description |
|---|---|
protected |
ClientAppAdapter() |
| Modifier and Type | Method and Description |
|---|---|
static ClientAppAdapter |
create(Object config) |
abstract List<ClientApplication> |
getApplications()
Returns a list of application according to the provided filter
|
abstract boolean |
readConfig(Object config) |
public abstract List<ClientApplication> getApplications() throws AppException
AppException - when something goes wrongpublic abstract boolean readConfig(Object config) throws AppException
AppExceptionpublic static ClientAppAdapter create(Object config)
Copyright © 2020. All rights reserved.