public static interface Plugin.Engine.Source.Origin extends java.lang.Iterable<Plugin.Engine.Source.Element>, java.io.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 java.util.jar.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.
|
java.util.jar.Manifest |
getManifest()
Returns the manifest file of the source location or
null if no manifest exists. |
static final java.util.jar.Manifest NO_MANIFEST
java.util.jar.Manifest getManifest() throws java.io.IOException
null
if no manifest exists.null
.java.io.IOException
- If an I/O error occurs.ClassFileLocator getClassFileLocator()