public class ManifestReader extends Object
| Constructor and Description |
|---|
ManifestReader() |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
getManifestAttributesFromURL(URL url)
Retrieves the jar file manifest attributes for a given class path entry
|
Enumeration<URL> |
getManifestURLs()
Retrieves the class path entries.
|
public Enumeration<URL> getManifestURLs() throws IOException
IOExceptionpublic Attributes getManifestAttributesFromURL(URL url) throws IOException
url - - the class path entryIOExceptionCopyright © 2014–2016. All rights reserved.