Package gov.usgs.earthquake.distribution
Interface Bootstrappable
-
- All Known Implementing Classes:
AwsBatchIndexer,EIDSInputWedge,ProductClient
public interface BootstrappableAn interface used by the Bootstrap class to invoke the main class.
-
-
Field Summary
Fields Modifier and Type Field Description static intRUN_EXCEPTION_EXIT_CODEExit code used when run method throws exception.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(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
-
-