public class Version extends Object implements Iterable<Instance>, EventSource
| Modifier and Type | Field and Description |
|---|---|
protected Application |
application |
protected String |
id |
protected Storage |
storage |
| Modifier | Constructor and Description |
|---|---|
protected |
Version(Application application,
String id) |
| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication() |
Iterable<Event> |
getEvents(EventFilter filter) |
String |
getId() |
TreeMap<String,Instance> |
getInstances() |
TreeMap<String,Instance> |
getInstances(String filter) |
Storage |
getStorage() |
Iterator<Instance> |
iterator() |
protected final Application application
protected final String id
protected final Storage storage
protected Version(Application application, String id)
public Application getApplication()
public String getId()
public Storage getStorage()
public Iterable<Event> getEvents(EventFilter filter)
getEvents in interface EventSourceCopyright © 2016. All rights reserved.