public static interface Plugin.Engine.Source.Origin extends Iterable<Plugin.Engine.Source.Element>, Closeable
Modifier and Type | Interface and Description |
---|---|
static class |
Plugin.Engine.Source.Origin.ForJarFile
An origin implementation for a jar file.
|
Modifier and Type | Field and Description |
---|---|
static Manifest |
NO_MANIFEST
Indicates that no manifest exists.
|
Modifier and Type | Method and Description |
---|---|
ClassFileLocator |
getClassFileLocator()
Returns a class file locator for the represented source.
|
Manifest |
getManifest()
Returns the manifest file of the source location or
null if no manifest exists. |
forEach, iterator, spliterator
static final Manifest NO_MANIFEST
Manifest getManifest() throws IOException
null
if no manifest exists.null
.IOException
- If an I/O error occurs.ClassFileLocator getClassFileLocator()
Copyright © 2014–2020. All rights reserved.