public class MJarSupport extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MJarSupport.Clazz |
| Constructor and Description |
|---|
MJarSupport() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,MJarSupport.Clazz> |
getClasses() |
boolean |
isMjar() |
void |
load(InputStream is) |
void |
load(Manifest manifest) |
void |
visit(String name) |
public boolean isMjar()
public Map<String,MJarSupport.Clazz> getClasses()
public void load(InputStream is) throws IOException
IOExceptionpublic void load(Manifest manifest)
public void visit(String name)
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.