Package dev.getelements.elements.setup
Interface SetupCommand
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
AbstractUserSetupCommand,AddUser,DumpDefaultProperties,Help,Root,SetupShell,UpdateUser
An interface for the sub-commands. The first argument is stripped from
the command array and passed to this command.
Created by patricktwohig on 4/8/15.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
STDIN
- See Also:
-
STDOUT
- See Also:
-
STDERR
- See Also:
-
-
Method Details
-
run
Passed to the command after it has been instantiated by the IoC system.- Parameters:
args-- Throws:
Exception
-
close
Closes the command.- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-