Uses of Interface
org.springframework.boot.loader.archive.Archive
Packages that use 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
Methods in org.springframework.boot.loader that return ArchiveModifier and TypeMethodDescriptionprotected final ArchiveLauncher.createArchive()protected final ArchiveExecutableArchiveLauncher.getArchive()protected ArchiveLauncher.getArchive()Return the root archive.Methods in org.springframework.boot.loader that return types with arguments of type ArchiveModifier and TypeMethodDescriptionExecutableArchiveLauncher.getClassPathArchivesIterator()Launcher.getClassPathArchivesIterator()Returns the archives that will be used to construct the class path.PropertiesLauncher.getClassPathArchivesIterator()Methods in org.springframework.boot.loader with parameters of type ArchiveModifier and TypeMethodDescriptionprotected org.springframework.boot.loader.ClassPathIndexFileExecutableArchiveLauncher.getClassPathIndex(Archive archive) Method parameters in org.springframework.boot.loader with type arguments of type ArchiveModifier and TypeMethodDescriptionprotected ClassLoaderExecutableArchiveLauncher.createClassLoader(Iterator<Archive> archives) protected ClassLoaderLauncher.createClassLoader(Iterator<Archive> archives) Create a classloader for the specified archives.protected ClassLoaderPropertiesLauncher.createClassLoader(Iterator<Archive> archives) protected voidExecutableArchiveLauncher.postProcessClassPathArchives(List<Archive> archives) Called to post-process archive entries before they are used.Constructors in org.springframework.boot.loader with parameters of type ArchiveModifierConstructorDescriptionprotectedExecutableArchiveLauncher(Archive archive) protectedJarLauncher(Archive archive) LaunchedURLClassLoader(boolean exploded, Archive rootArchive, URL[] urls, ClassLoader parent) Create a newLaunchedURLClassLoaderinstance.protectedWarLauncher(Archive archive) -
Uses of Archive in org.springframework.boot.loader.archive
Classes in org.springframework.boot.loader.archive that implement ArchiveModifier and TypeClassDescriptionclassArchiveimplementation backed by an exploded archive directory.classMethods in org.springframework.boot.loader.archive that return ArchiveModifier and TypeMethodDescriptionprotected ArchiveExplodedArchive.getNestedArchive(Archive.Entry entry) protected ArchiveJarFileArchive.getNestedArchive(Archive.Entry entry) Methods in org.springframework.boot.loader.archive that return types with arguments of type ArchiveModifier and TypeMethodDescriptionArchive.getNestedArchives(Archive.EntryFilter searchFilter, Archive.EntryFilter includeFilter) Returns nestedArchives for entries that match the specified filters.ExplodedArchive.getNestedArchives(Archive.EntryFilter searchFilter, Archive.EntryFilter includeFilter) JarFileArchive.getNestedArchives(Archive.EntryFilter searchFilter, Archive.EntryFilter includeFilter)