public interface JarMode
spring.factories
to provides extended 'jarmode'
support.Modifier and Type | Method and Description |
---|---|
boolean |
accepts(String mode)
Returns if this accepts and can run the given mode.
|
void |
run(String mode,
String[] args)
Run the jar in the given mode.
|
boolean accepts(String mode)
mode
- the mode to check