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 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
-
-