Package | Description |
---|---|
org.glassfish.hk2.classmodel.reflect | |
org.glassfish.hk2.classmodel.reflect.util |
Modifier and Type | Method and Description |
---|---|
private ArchiveAdapter |
Parser.createArchiveAdapter(java.io.File source,
java.lang.Runnable doneHook) |
Modifier and Type | Method and Description |
---|---|
private void |
Parser.doJob(ArchiveAdapter adapter,
java.lang.Runnable doneHook) |
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.
|
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
|