Package gov.usgs.earthquake.distribution
Interface Bootstrappable
- All Known Implementing Classes:
AwsBatchIndexer
,EIDSInputWedge
,InputWedge
,ProductClient
public interface Bootstrappable
An interface used by the Bootstrap class to invoke the main class.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Exit code used when run method throws exception. -
Method Summary
-
Field Details
-
RUN_EXCEPTION_EXIT_CODE
static final int RUN_EXCEPTION_EXIT_CODEExit code used when run method throws exception.- See Also:
-
-
Method Details
-
run
Called by Bootstrap after processing the Configurable interface.- Parameters:
args
- array of command line arguments.- Throws:
Exception
- Exception
-