|
|||||||||
| Home >> All >> com >> lutris >> [ classloader overview ] | PREV NEXT | ||||||||
Uses of Class
com.lutris.classloader.ClassPathEntry
| Uses of ClassPathEntry in com.lutris.classloader |
| Fields in com.lutris.classloader declared as ClassPathEntry | |
protected ClassPathEntry |
Resource.location
The location of the resource, which can be local or remote. |
| Methods in com.lutris.classloader that return ClassPathEntry | |
ClassPathEntry |
Resource.getLocation()
Gets location of resource set previously by constructor. |
| Constructors in com.lutris.classloader with parameters of type ClassPathEntry | |
Resource(java.lang.String name,
ClassPathEntry location,
com.lutris.logging.LogChannel loadLogChannel)
Constructs resource with specified name, location and log channel. |
|
RemoteZipResource(java.lang.String name,
ClassPathEntry location,
com.lutris.logging.LogChannel loadLogChannel)
|
|
RemoteDirResource(java.lang.String name,
ClassPathEntry location,
com.lutris.logging.LogChannel loadLogChannel)
|
|
LocalZipResource(java.lang.String name,
ClassPathEntry location,
com.lutris.logging.LogChannel loadLogChannel)
Constructs local zip file resource with specified name and location. |
|
LocalDirResource(java.lang.String name,
ClassPathEntry location,
com.lutris.logging.LogChannel loadLogChannel)
Constructs local directory resource with specified name and location. |
|
|
|||||||||
| Home >> All >> com >> lutris >> [ classloader overview ] | PREV NEXT | ||||||||