public class JarIndexLocation extends IndexLocation
participantIndex| Constructor and Description |
|---|
JarIndexLocation(java.net.URL url,
java.net.URL localUrl2) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes any open streams.
|
boolean |
createNewFile()
Creates a new file for the given index location
|
boolean |
delete() |
boolean |
equals(java.lang.Object other) |
boolean |
exists() |
java.lang.String |
fileName() |
java.lang.String |
getCanonicalFilePath() |
java.io.File |
getIndexFile() |
long |
lastModified() |
long |
length() |
boolean |
startsWith(IPath path) |
createIndexLocation, getUrl, hashCode, isParticipantIndex, toStringpublic JarIndexLocation(java.net.URL url,
java.net.URL localUrl2)
public boolean createNewFile()
throws java.io.IOException
IndexLocationcreateNewFile in class IndexLocationjava.io.IOExceptionpublic void close()
IndexLocationclose in class IndexLocationpublic boolean delete()
delete in class IndexLocationpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic boolean exists()
exists in class IndexLocationpublic java.lang.String fileName()
fileName in class IndexLocationpublic java.io.File getIndexFile()
getIndexFile in class IndexLocationpublic java.lang.String getCanonicalFilePath()
getCanonicalFilePath in class IndexLocationpublic long lastModified()
lastModified in class IndexLocationpublic long length()
length in class IndexLocationpublic boolean startsWith(IPath path)
startsWith in class IndexLocation