|
org.netbeans.modules.parsing.api/1 1.55.0 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=TYPE) @Retention(value=SOURCE) public @interface PathRecognizerRegistration
Registers a PathRecognizer in the default Lookup.
This annotation can be added to any type, but typically you should add it to an indexer factory or a CSL language definition.
| Optional Element Summary | |
|---|---|
String[] |
binaryLibraryPathIds
Gets classpath IDs for binray library paths registered in the GlobalPathRegistry. |
String[] |
libraryPathIds
Gets classpath IDs for library paths registered in the GlobalPathRegistry. |
String[] |
mimeTypes
Gets mime types of files relevant for the paths identified by the other methods. |
String[] |
sourcePathIds
Gets classpath IDs for source paths registered in the GlobalPathRegistry. |
public abstract String[] sourcePathIds
GlobalPathRegistry.
"ANY" means any source path ID
and an empty array ({}) means no source path ID.public abstract String[] libraryPathIds
GlobalPathRegistry.
"ANY" means any source path ID
and an empty array ({}) means no source path ID.public abstract String[] binaryLibraryPathIds
GlobalPathRegistry.
"ANY" means any source path ID
and an empty array ({}) means no source path ID.public abstract String[] mimeTypes
null, an empty array ({})
and empty strings ("") are ignored.
|
org.netbeans.modules.parsing.api/1 1.55.0 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||