See: Description
Interface | Description |
---|---|
ClassLoaderFileRepository |
A container for files that may be served from a
ClassLoader . |
Class | Description |
---|---|
ClassLoaderFile |
A single file that may be served from a
ClassLoader . |
ClassLoaderFiles |
ClassLoaderFileRepository that maintains a collection of
ClassLoaderFile items grouped by source directories. |
ClassLoaderFiles.SourceDirectory |
An individual source directory that is being managed by the collection.
|
ClassLoaderFileURLStreamHandler |
URLStreamHandler for the contents of a ClassLoaderFile . |
RestartClassLoader |
Disposable
ClassLoader used to support application restarting. |
Enum | Description |
---|---|
ClassLoaderFile.Kind |
The kinds of class load files.
|