| Package | Description |
|---|---|
| com.sk89q.intake.internal.parametric | |
| com.sk89q.intake.parametric |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
InternalInjector.getInstance(Class<T> type,
CommandArgs arguments,
List<? extends Annotation> modifiers) |
<T> T |
InternalInjector.getInstance(Key<T> key,
CommandArgs arguments,
List<? extends Annotation> modifiers) |
| Modifier and Type | Method and Description |
|---|---|
T |
Provider.get(CommandArgs arguments,
List<? extends Annotation> modifiers)
Provide a value given the arguments.
|
<T> T |
Injector.getInstance(Class<T> type,
CommandArgs arguments,
List<? extends Annotation> modifiers)
Attempt to provide a value for the given class using the given
arguments.
|
<T> T |
Injector.getInstance(Key<T> key,
CommandArgs arguments,
List<? extends Annotation> modifiers)
Attempt to provide a value for the given key using the given
arguments.
|
Object[] |
ArgumentParser.parseArguments(CommandArgs args)
Parse the given arguments into Java objects.
|
Object[] |
ArgumentParser.parseArguments(CommandArgs args,
boolean ignoreUnusedFlags,
Set<Character> unusedFlags)
Parse the given arguments into Java objects.
|
Copyright © 2015. All Rights Reserved.