Package | Description |
---|---|
org.glassfish.hk2.classmodel.reflect | |
org.glassfish.hk2.classmodel.reflect.util |
Modifier and Type | Method and Description |
---|---|
Future<Parser.Result> |
Parser.parse(ArchiveAdapter source,
Runnable doneHook)
Parse the archive adapter entries and run the runnable hook on completion.
|
boolean |
ArchiveSelector.selects(ArchiveAdapter adapter)
Returns true if the archive should be selected for processing
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAdapter
Common archive adapter implementation
|
class |
DirectoryArchive
Directory base archive abstraction
|
class |
InputStreamArchiveAdapter
Archive adapter based on a single InputStream instance.
|
class |
JarArchive
Jar based archive abstraction
|
Copyright © 2009–2023 Oracle Corporation. All rights reserved.