Uses of Interface
org.springframework.boot.loader.archive.Archive
Package
Description
System that allows self-contained JAR/WAR archives to be launched using
java -jar
.Abstraction over logical Archives be they backed by a JAR file or unpacked into a
directory.
-
Uses of Archive in org.springframework.boot.loader
Modifier and TypeMethodDescriptionprotected final Archive
Launcher.createArchive()
protected final Archive
ExecutableArchiveLauncher.getArchive()
protected Archive
Launcher.getArchive()
Return the root archive.Modifier and TypeMethodDescriptionExecutableArchiveLauncher.getClassPathArchivesIterator()
Launcher.getClassPathArchivesIterator()
Returns the archives that will be used to construct the class path.PropertiesLauncher.getClassPathArchivesIterator()
Modifier and TypeMethodDescriptionprotected org.springframework.boot.loader.ClassPathIndexFile
ExecutableArchiveLauncher.getClassPathIndex
(Archive archive) Modifier and TypeMethodDescriptionprotected ClassLoader
ExecutableArchiveLauncher.createClassLoader
(Iterator<Archive> archives) protected ClassLoader
Launcher.createClassLoader
(Iterator<Archive> archives) Create a classloader for the specified archives.protected ClassLoader
PropertiesLauncher.createClassLoader
(Iterator<Archive> archives) protected void
ExecutableArchiveLauncher.postProcessClassPathArchives
(List<Archive> archives) Called to post-process archive entries before they are used.ModifierConstructorDescriptionprotected
ExecutableArchiveLauncher
(Archive archive) protected
JarLauncher
(Archive archive) LaunchedURLClassLoader
(boolean exploded, Archive rootArchive, URL[] urls, ClassLoader parent) Create a newLaunchedURLClassLoader
instance.protected
WarLauncher
(Archive archive) -
Uses of Archive in org.springframework.boot.loader.archive
Modifier and TypeClassDescriptionclass
Archive
implementation backed by an exploded archive directory.class
Modifier and TypeMethodDescriptionprotected Archive
ExplodedArchive.getNestedArchive
(Archive.Entry entry) protected Archive
JarFileArchive.getNestedArchive
(Archive.Entry entry) Modifier and TypeMethodDescriptionArchive.getNestedArchives
(Archive.EntryFilter searchFilter, Archive.EntryFilter includeFilter) Returns nestedArchive
s for entries that match the specified filters.ExplodedArchive.getNestedArchives
(Archive.EntryFilter searchFilter, Archive.EntryFilter includeFilter) JarFileArchive.getNestedArchives
(Archive.EntryFilter searchFilter, Archive.EntryFilter includeFilter)