Class Root
java.lang.Object
dev.getelements.elements.setup.commands.Root
- All Implemented Interfaces:
SetupCommand
,AutoCloseable
-
Field Summary
Fields inherited from interface dev.getelements.elements.setup.SetupCommand
STDERR, STDIN, STDOUT
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface dev.getelements.elements.setup.SetupCommand
close
-
Constructor Details
-
Root
public Root()
-
-
Method Details
-
run
Description copied from interface:SetupCommand
Passed to the command after it has been instantiated by the IoC system.- Specified by:
run
in interfaceSetupCommand
- Parameters:
args
-- Throws:
Exception
-