public abstract class PathRecognizer extends Object
ServiceProvider
.Constructor and Description |
---|
PathRecognizer() |
Modifier and Type | Method and Description |
---|---|
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 |
public abstract Set<String> getSourcePathIds()
GlobalPathRegistry
public abstract Set<String> getLibraryPathIds()
GlobalPathRegistry
.public abstract Set<String> getBinaryLibraryPathIds()
GlobalPathRegistry
.