Package edu.uiuc.ncsa.security.storage.cli
Things relating to the CLI (Command line interface). Every store can have a command line interface
that allows for a wide variety of operations on it, such as reading, editing, etc. This gives a seamless
interface to many different storage types.
Created by Jeff Gaynor
on 4/17/23 at 9:12 AM
-
Class Summary Class Description StoreArchiver Class to encapsulate archive CRUD operations for a store.StoreCommands This also has the machinery for parsing configurations since the user should be able to load one from the command line.StoreCommands.RSRecord StoreUtil A storage utility that will allow for server administrators to do basic store operations such as delete, read, create or update from the command line.