@Immutable @Loggable(value=1) public static final class Hook.Smart extends Object implements Hook
Hook.Smart| Constructor and Description |
|---|
Hook.Smart(Hook hoo)
Public ctor.
|
public Hook.Smart(@NotNull(message="hook can\'t be NULL")
Hook hoo)
hoo - Hook@NotNull(message="name is never NULL") public String name() throws IOException
IOException - If there is any I/O problem@NotNull(message="Repository is never NULL") public Repo repo()
Hookpublic int number()
Hook@NotNull(message="JSON is never NULL")
public javax.json.JsonObject json()
throws IOException
JsonReadablejson in interface JsonReadableIOException - If there is any I/O problemCopyright © 2012–2014 jcabi.com. All rights reserved.