@FunctionalInterface public static interface CommandTaskInfo.ConfigurationResolver extends Function<Map<String,String>,List<CommandToken>>
BasicCommandTaskInfo.getArguments(Map)| Modifier and Type | Method and Description | 
|---|---|
List<CommandToken> | 
apply(Map<String,String> configurations)
Resolves configurations into additional command arguments. 
 | 
List<CommandToken> apply(Map<String,String> configurations)
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.