public interface InstallOrder
InstallationProvider
implementations are invoked.Modifier and Type | Field and Description |
---|---|
static int |
INSTALL
Install is always first
|
static int |
SDW
SDW is next
|
static int |
STANDALONE
Standalone is always last
|
static final int INSTALL
static final int SDW
static final int STANDALONE