public interface BatheInitializer
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
used to allow us to disable this initializer.
|
int |
getOrder()
Returns the level of importance of this initializer.
|
java.lang.String[] |
initialize(java.lang.String[] args,
java.lang.String jumpClass)
Called when it is this initializer's turn to run.
|
int getOrder()
java.lang.String getName()
java.lang.String[] initialize(java.lang.String[] args,
java.lang.String jumpClass)
args - - the arguments passed to the application (rather than the boioter)Copyright © 2019. All Rights Reserved.