public static interface Plugin.Engine.Source
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | Plugin.Engine.Source.ElementRepresents a binary element found in a source location. | 
| static class  | Plugin.Engine.Source.EmptyAn empty source that does not contain any elements or a manifest. | 
| static class  | Plugin.Engine.Source.ForFolderRepresents the contents of a folder as class files. | 
| static class  | Plugin.Engine.Source.ForJarFileRepresents a jar file as a source. | 
| static class  | Plugin.Engine.Source.InMemoryA source that represents a collection of in-memory resources that are represented as byte arrays. | 
| static interface  | Plugin.Engine.Source.OriginAn 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–2019. All rights reserved.