public class Environment extends Object implements Iterable<Application>, EventSource
| Modifier and Type | Field and Description |
|---|---|
protected Storage |
configStorage |
protected Storage |
dataStorage |
| Constructor and Description |
|---|
Environment(Storage configStorage,
Storage dataStorage) |
| Modifier and Type | Method and Description |
|---|---|
TreeMap<String,Application> |
getApplications() |
TreeMap<String,Application> |
getApplications(String filter) |
Storage |
getConfigStorage() |
Storage |
getDataStorage() |
Iterable<Event> |
getEvents(EventFilter filter) |
Iterator<Application> |
iterator() |
protected final Storage configStorage
protected final Storage dataStorage
public Storage getConfigStorage()
public Storage getDataStorage()
public TreeMap<String,Application> getApplications()
public TreeMap<String,Application> getApplications(String filter)
public Iterator<Application> iterator()
iterator in interface Iterable<Application>public Iterable<Event> getEvents(EventFilter filter)
getEvents in interface EventSourceCopyright © 2016. All rights reserved.