@Retention(value=SOURCE) @Target(value=TYPE) public static @interface ActionsProvider.Registration
ContextProvider
as an argument.Modifier and Type | Optional Element and Description |
---|---|
String[] |
actions
Provide the list of actions that this provider supports.
|
String[] |
activateForMIMETypes
Provide a list of MIME types that are compared to the MIME type of
a file currently active in the IDE and when matched, this provider
is activated (an instance of the registered class is created).
|
String |
path
An optional path to register this implementation in.
|
public abstract String path
public abstract String[] actions
ActionsProvider.Registration.activateForMIMETypes()
is overriden
to prevent from the class instantiation.public abstract String[] activateForMIMETypes