@Immutable public interface Pulse
Modifier and Type | Method and Description |
---|---|
Coordinates |
coordinates()
Coordinates of it.
|
String |
stand()
What stand it belongs to, if known (empty string otherwise).
|
InputStream |
stream()
Read it as a stream.
|
Tags |
tags()
All its tags.
|
String |
xembly()
Snapshot in Xembly.
|
@NotNull(message="name of stand is never NULL") String stand()
@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–2014 Rultor Inc.. All rights reserved.