Class IndexLocation

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.index.IndexLocation
Direct Known Subclasses:
FileIndexLocation, JarIndexLocation

public abstract class IndexLocation extends Object
The location of the index files are represented as IndexLocation This is an abstract class to allow different implementation for a jar entry and a file on the disk. Some of these functions could mean different for a jar entry or a file