public static interface BaseActionProvider.Callback3 extends BaseActionProvider.Callback2
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
createAdditionalProperties(String command,
Lookup context)
Creates additional properties passed to the ant.
|
Set<String> |
createConcealedProperties(String command,
Lookup context)
Returns names of concealed properties.
|
antTargetInvocationFailed, antTargetInvocationFinished, antTargetInvocationStarted
findClassPath, getProjectSourcesClassPath
@NonNull Map<String,String> createAdditionalProperties(@NonNull String command, @NonNull Lookup context)
BaseActionProvider.invokeAction(java.lang.String, org.openide.util.Lookup)
does
not necessarily means call to ant.command
- the command to be invokedcontext
- the invocation contextMap
of additional properties.@NonNull Set<String> createConcealedProperties(@NonNull String command, @NonNull Lookup context)
command
- the command to be invokedcontext
- the invocation contextSet
of property names.