org.netbeans.modules.parsing.api/1 1.55.0 6

org.netbeans.modules.parsing.spi.indexing
Class PathRecognizer

java.lang.Object
  extended by org.netbeans.modules.parsing.spi.indexing.PathRecognizer

public abstract class PathRecognizer
extends Object

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

PathRecognizer

public PathRecognizer()
Method Detail

getSourcePathIds

public abstract Set<String> getSourcePathIds()
Returns names under which the source paths are registered in the GlobalPathRegistry

Returns:
set of source path names

getLibraryPathIds

public abstract Set<String> getLibraryPathIds()
Returns names under which the library paths are registered in the GlobalPathRegistry.

Returns:
set of library path names

getBinaryLibraryPathIds

public abstract Set<String> getBinaryLibraryPathIds()
Returns names under which the binary library paths are registered in the GlobalPathRegistry.

Returns:
set of binary library path names

getMimeTypes

public abstract Set<String> getMimeTypes()
Returns a mime types of handled files.

Returns:
mime type

org.netbeans.modules.parsing.api/1 1.55.0 6

Built on May 24 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.