Modifier and Type | Optional Element and Description |
---|---|
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.