|
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.Indexable
public final class Indexable
Represens a file to be procesed by an indexer.
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getMimeType()
Returns a mime type of the Indexable |
String |
getRelativePath()
Returns a relative path from root to the represented file. |
URL |
getURL()
Returns absolute URL of the represented file |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
@NonNull public String getRelativePath()
@CheckForNull public URL getURL()
@NonNull public String getMimeType()
Indexable
UnsupportedOperationException - if called on deleted Indexablepublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
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 | |||||||||