@Immutable public interface Pulse
Modifier and Type | Method and Description |
---|---|
Coordinates |
coordinates()
Coordinates of it.
|
InputStream |
stream()
Read it as a stream.
|
Tags |
tags()
All its tags.
|
String |
xembly()
Snapshot in Xembly.
|
@NotNull(message="coordinates is never NULL") Coordinates coordinates()
@NotNull(message="collection of tags is never NULL") Tags tags()
@NotNull(message="story is never NULL") String xembly() throws IOException
IOException
- If IO error@NotNull(message="stream is never NULL") InputStream stream() throws IOException
IOException
- If failsCopyright © 2009–2013 Rultor Inc.. All rights reserved.