Package com.io7m.idstore.shell.admin
Class IdAShells
java.lang.Object
com.io7m.idstore.shell.admin.IdAShells
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(IdAShellConfiguration configuration) Create a new shell.
-
Constructor Details
-
IdAShells
public IdAShells()The basic shell.
-
-
Method Details
-
create
Description copied from interface:IdAShellFactoryTypeCreate a new shell.- Specified by:
createin interfaceIdAShellFactoryType- Parameters:
configuration- The shell configuration- Returns:
- A new shell
- Throws:
IdException- On errors
-