|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OptionResolver | |
---|---|
org.ops4j.pax.runner |
Uses of OptionResolver in org.ops4j.pax.runner |
---|
Classes in org.ops4j.pax.runner that implement OptionResolver | |
---|---|
class |
OptionResolverImpl
Resolvs options by: 1. |
Methods in org.ops4j.pax.runner that return OptionResolver | |
---|---|
OptionResolver |
Context.getOptionResolver()
Returns the option resolver in use. |
OptionResolver |
ContextImpl.getOptionResolver()
Returns the option resolver in use. |
Methods in org.ops4j.pax.runner with parameters of type OptionResolver | |
---|---|
Context |
Context.setOptionResolver(OptionResolver optionResolver)
Sets the option resolver in use. |
Context |
ContextImpl.setOptionResolver(OptionResolver optionResolver)
Sets the option resolver in use. |
void |
Run.start(CommandLine commandLine,
Configuration config,
OptionResolver resolver)
Starts runner. |
void |
Run.start(CommandLine commandLine,
Configuration config,
OptionResolver resolver,
JavaRunner runner)
Starts runner with a java runner. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |