Enhydra 3.1 API

com.lutris.classloader
Class ClassPathEntry

java.lang.Object
  |
  +--com.lutris.classloader.ClassPathEntry

public synchronized class ClassPathEntry
extends java.lang.Object


Constructor Summary
ClassPathEntry(java.io.File, LogChannel)
           
ClassPathEntry(java.lang.String, LogChannel)
           
ClassPathEntry(java.net.URL, LogChannel)
           
 
Method Summary
 boolean equals(java.lang.Object)
           
 java.lang.String getLocation()
           
 java.lang.String getName()
           
 Resource getResource(java.lang.String)
           
 java.net.URL getURL()
           
 java.util.zip.ZipFile getZipFile()
           
 boolean isDirectory()
           
 boolean isLocal()
           
 boolean isRemote()
           
 boolean isZipFile()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassPathEntry

public ClassPathEntry(java.io.File,
                      LogChannel)

ClassPathEntry

public ClassPathEntry(java.lang.String,
                      LogChannel)

ClassPathEntry

public ClassPathEntry(java.net.URL,
                      LogChannel)
Method Detail

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

Enhydra 3.1 API