com.lutris.classloader
Class ClassPathEntry
java.lang.Object
|
+--com.lutris.classloader.ClassPathEntry
- public synchronized class ClassPathEntry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
ClassPathEntry
public ClassPathEntry(java.io.File,
LogChannel)
ClassPathEntry
public ClassPathEntry(java.lang.String,
LogChannel)
ClassPathEntry
public ClassPathEntry(java.net.URL,
LogChannel)
equals
public boolean equals(java.lang.Object)
- Overrides:
- equals in class java.lang.Object
getLocation
public java.lang.String getLocation()
getName
public java.lang.String getName()
getResource
public Resource getResource(java.lang.String)
getURL
public java.net.URL getURL()
getZipFile
public java.util.zip.ZipFile getZipFile()
isDirectory
public boolean isDirectory()
isLocal
public boolean isLocal()
isRemote
public boolean isRemote()
isZipFile
public boolean isZipFile()
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object