public static interface Plugin.Engine.Source
Modifier and Type | Interface and Description |
---|---|
static class |
Plugin.Engine.Source.Compound
A compound source that combines multiple sources into a single representation.
|
static interface |
Plugin.Engine.Source.Element
Represents a binary element found in a source location.
|
static class |
Plugin.Engine.Source.Empty
An empty source that does not contain any elements or a manifest.
|
static class |
Plugin.Engine.Source.Filtering
A source that applies a filter upon iterating elements.
|
static class |
Plugin.Engine.Source.ForFolder
Represents the contents of a folder as class files.
|
static class |
Plugin.Engine.Source.ForJarFile
Represents a jar file as a source.
|
static class |
Plugin.Engine.Source.InMemory
A source that represents a collection of in-memory resources that are represented as byte arrays.
|
static interface |
Plugin.Engine.Source.Origin
An origin for elements.
|
Modifier and Type | Method and Description |
---|---|
Plugin.Engine.Source.Origin |
read()
Initiates reading from a source.
|
Plugin.Engine.Source.Origin read() throws IOException
IOException
- If an I/O error occurs.Copyright © 2014–2025. All rights reserved.