| Package | Description |
|---|---|
| io.joshworks.snappy.loader |
System that allows self-contained JAR/WAR archives to be launched using
java -jar. |
| io.joshworks.snappy.loader.archive |
Abstraction over logical Archives be they backed by a JAR file or unpacked into a
folder.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract boolean |
ExecutableArchiveLauncher.isNestedArchive(Archive.Entry entry) |
Determine if the specified
JarEntry is a nested item that should be added
to the classpath. |
protected boolean |
JarLauncher.isNestedArchive(Archive.Entry entry) |
|
boolean |
WarLauncher.isNestedArchive(Archive.Entry entry) |
| Modifier and Type | Method | Description |
|---|---|---|
abstract Collection<Archive.Entry> |
Archive.getEntries() |
Returns all entries from the archive.
|
Collection<Archive.Entry> |
ExplodedArchive.getEntries() |
|
Collection<Archive.Entry> |
FilteredArchive.getEntries() |
|
Collection<Archive.Entry> |
JarFileArchive.getEntries() |
| Modifier and Type | Method | Description |
|---|---|---|
AsciiBytes |
Archive.EntryRenameFilter.apply(AsciiBytes entryName,
Archive.Entry entry) |
Apply the jar entry filter.
|
protected Archive |
ExplodedArchive.getNestedArchive(Archive.Entry entry) |
|
protected Archive |
JarFileArchive.getNestedArchive(Archive.Entry entry) |
|
boolean |
Archive.EntryFilter.matches(Archive.Entry entry) |
Apply the jar entry filter.
|
Copyright © 2018. All rights reserved.