Package | Description |
---|---|
org.glassfish.hk2.classmodel.reflect |
Modifier and Type | Field and Description |
---|---|
private java.util.Stack<java.util.concurrent.Future<Parser.Result>> |
Parser.futures |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<Parser.Result> |
Parser.parse(ArchiveAdapter source,
java.lang.Runnable doneHook)
Parse the archive adapter entries and run the runnable hook on completion.
|