|
org.netbeans.modules.parsing.api/1 1.55.0 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.modules.parsing.spi.indexing.PathRecognizer
public abstract class PathRecognizer
Enumeration of important path types for given language.
Instances of this class are registered in ServiceProvider.
| Constructor Summary | |
|---|---|
PathRecognizer()
|
|
| Method Summary | |
|---|---|
abstract Set<String> |
getBinaryLibraryPathIds()
Returns names under which the binary library paths are registered in the GlobalPathRegistry. |
abstract Set<String> |
getLibraryPathIds()
Returns names under which the library paths are registered in the GlobalPathRegistry. |
abstract Set<String> |
getMimeTypes()
Returns a mime types of handled files. |
abstract Set<String> |
getSourcePathIds()
Returns names under which the source paths are registered in the GlobalPathRegistry |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PathRecognizer()
| Method Detail |
|---|
public abstract Set<String> getSourcePathIds()
GlobalPathRegistry
public abstract Set<String> getLibraryPathIds()
GlobalPathRegistry.
public abstract Set<String> getBinaryLibraryPathIds()
GlobalPathRegistry.
public abstract Set<String> getMimeTypes()
|
org.netbeans.modules.parsing.api/1 1.55.0 6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||