public abstract class AbstractStoreCommand extends Object implements org.apache.karaf.shell.api.action.Action
Modifier and Type | Field and Description |
---|---|
protected PrintStream |
console |
protected String |
cql |
protected static org.slf4j.Logger |
LOGGER |
protected PersistentStore |
persistentStore |
protected String |
type |
Constructor and Description |
---|
AbstractStoreCommand() |
protected static final org.slf4j.Logger LOGGER
protected PrintStream console
protected String type
protected String cql
protected PersistentStore persistentStore
public Object execute()
execute
in interface org.apache.karaf.shell.api.action.Action
This work is licensed under a Creative Commons Attribution 4.0 International License.