Klasse JarIndexLocation
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.index.IndexLocation
org.aspectj.org.eclipse.jdt.internal.core.index.JarIndexLocation
-
Feldübersicht
Von Klasse geerbte Felder org.aspectj.org.eclipse.jdt.internal.core.index.IndexLocation
participantIndex -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Von Klasse geerbte Methoden org.aspectj.org.eclipse.jdt.internal.core.index.IndexLocation
createIndexLocation, getUrl, hashCode, isParticipantIndex, toString
-
Konstruktordetails
-
JarIndexLocation
-
-
Methodendetails
-
createNewFile
Beschreibung aus Klasse kopiert:IndexLocationCreates a new file for the given index location- Angegeben von:
createNewFilein KlasseIndexLocation- Gibt zurück:
- true if the file is created
- Löst aus:
IOException
-
close
public void close()Beschreibung aus Klasse kopiert:IndexLocationCloses any open streams.- Setzt außer Kraft:
closein KlasseIndexLocation
-
delete
public boolean delete()- Angegeben von:
deletein KlasseIndexLocation
-
equals
-
exists
public boolean exists()- Angegeben von:
existsin KlasseIndexLocation
-
fileName
- Angegeben von:
fileNamein KlasseIndexLocation
-
getIndexFile
- Angegeben von:
getIndexFilein KlasseIndexLocation
-
getCanonicalFilePath
- Angegeben von:
getCanonicalFilePathin KlasseIndexLocation- Gibt zurück:
- the canonical file path if the location is a file or null otherwise
-
lastModified
public long lastModified()- Angegeben von:
lastModifiedin KlasseIndexLocation- Gibt zurück:
- the last modified time if the location is a file or -1 otherwise
-
length
public long length()- Angegeben von:
lengthin KlasseIndexLocation- Gibt zurück:
- the length of the file if the location is a file or -1 otherwise
-
startsWith
public boolean startsWith(org.eclipse.core.runtime.IPath path) - Angegeben von:
startsWithin KlasseIndexLocation
-