public class PersistedInputsImpl extends Object implements PersistedInputs
| Constructor and Description |
|---|
PersistedInputsImpl(InputService inputService,
MessageInputFactory messageInputFactory) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(MessageInput input) |
MessageInput |
get(String id) |
Iterator<MessageInput> |
iterator() |
boolean |
remove(Object o) |
boolean |
update(String id,
MessageInput newInput) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliterator@Inject public PersistedInputsImpl(InputService inputService, MessageInputFactory messageInputFactory)
public Iterator<MessageInput> iterator()
iterator in interface Iterable<MessageInput>public MessageInput get(String id)
get in interface PersistedInputspublic boolean add(MessageInput input)
add in interface PersistedInputspublic boolean remove(Object o)
remove in interface PersistedInputspublic boolean update(String id, MessageInput newInput)
update in interface PersistedInputsCopyright © 2012-2015 Graylog, Inc.. All Rights Reserved.