Package gov.usgs.earthquake.distribution
Interface Bootstrappable
-
- All Known Implementing Classes:
AwsBatchIndexer
,EIDSInputWedge
,ProductClient
public interface Bootstrappable
An interface used by the Bootstrap class to invoke the main class.
-
-
Field Summary
Fields Modifier and Type Field Description static int
RUN_EXCEPTION_EXIT_CODE
Exit code used when run method throws exception.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(java.lang.String[] args)
Called by Bootstrap after processing the Configurable interface.
-
-
-
Field Detail
-
RUN_EXCEPTION_EXIT_CODE
static final int RUN_EXCEPTION_EXIT_CODE
Exit code used when run method throws exception.- See Also:
- Constant Field Values
-
-