Package org.xipki.ca.mgmt.shell
Class DbActions.DbAction
- java.lang.Object
-
- org.xipki.shell.XiAction
-
- org.xipki.ca.mgmt.shell.DbActions.DbAction
-
- All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action
- Direct Known Subclasses:
DbActions.DbPortAction,DbActions.DiffDigest
- Enclosing class:
- DbActions
public abstract static class DbActions.DbAction extends org.xipki.shell.XiAction
-
-
Field Summary
Fields Modifier and Type Field Description protected org.xipki.datasource.DataSourceFactorydatasourceFactory
-
Constructor Summary
Constructors Constructor Description DbAction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected java.lang.Objectexecute0()protected abstract org.xipki.ca.mgmt.db.DbWorkergetDbWorker()-
Methods inherited from class org.xipki.shell.XiAction
confirm, derPemEncode, embedFileContent, encodeCert, encodeCrl, encodeCsr, execute, expandFilepath, expandFilepath, isBlank, isEmpty, isEnabled, isNotBlank, isNotEmpty, isTrue, print, println, readPassword, readPassword, readPasswordIfNotSet, readPasswordIfNotSet, readPrompt, resolvePassword, save, save, saveVerbose, saveVerbose, split, toBigInt, toBigInt
-
-
-
-
Method Detail
-
getDbWorker
protected abstract org.xipki.ca.mgmt.db.DbWorker getDbWorker() throws java.lang.Exception- Throws:
java.lang.Exception
-
execute0
protected java.lang.Object execute0() throws java.lang.Exception- Specified by:
execute0in classorg.xipki.shell.XiAction- Throws:
java.lang.Exception
-
-