A C E F G I J L M O P R S T W 

A

apply(String, Archive.Entry) - Method in interface org.springframework.boot.loader.Archive.EntryFilter
Apply the jar entry filter.
apply(String, JarEntry) - Method in interface org.springframework.boot.loader.jar.JarEntryFilter
Apply the jar entry filter.
Archive - Interface in org.springframework.boot.loader
An archive that can be launched by the Launcher.
Archive.Entry - Interface in org.springframework.boot.loader
Represents a single entry in the archive.
Archive.EntryFilter - Interface in org.springframework.boot.loader
A filter for archive entries.

C

close() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
 
close() - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
 
createClassLoader(List<Archive>) - Method in class org.springframework.boot.loader.Launcher
Create a classloader for the specified lib.
createClassLoader(URL[]) - Method in class org.springframework.boot.loader.Launcher
Create a classloader for the specified URLs
createMainMethodRunner(String, String[], ClassLoader) - Method in class org.springframework.boot.loader.Launcher
Create the MainMethodRunner used to launch the application.

E

entries() - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
 
ExplodedArchive - Class in org.springframework.boot.loader
Archive implementation backed by an exploded archive directory.
ExplodedArchive(File) - Constructor for class org.springframework.boot.loader.ExplodedArchive
 

F

filterArchive(Archive) - Method in class org.springframework.boot.loader.WarLauncher
Filter the specified WAR file to exclude elements that should not appear on the classpath.
findClass(String) - Method in class org.springframework.boot.loader.LaunchedURLClassLoader
 

G

getData() - Method in class org.springframework.boot.loader.jar.RandomAccessDataZipEntry
Returns the RandomAccessData for this entry.
getEntries() - Method in interface org.springframework.boot.loader.Archive
Returns archive entries.
getEntries() - Method in class org.springframework.boot.loader.ExplodedArchive
 
getEntries() - Method in class org.springframework.boot.loader.JarFileArchive
 
getEntry(String) - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
 
getFile() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
Returns the underling File.
getFilteredArchive(Archive.EntryFilter) - Method in interface org.springframework.boot.loader.Archive
Returns a filtered version of the archive.
getFilteredArchive(Archive.EntryFilter) - Method in class org.springframework.boot.loader.ExplodedArchive
 
getFilteredArchive(Archive.EntryFilter) - Method in class org.springframework.boot.loader.JarFileArchive
 
getFilteredJarFile(JarEntryFilter...) - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
Return a new jar based on the filtered contents of this file.
getInputStream() - Method in interface org.springframework.boot.loader.data.RandomAccessData
Returns an InputStream that can be used to read the underling data.
getInputStream() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
 
getInputStream(ZipEntry) - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
 
getJarEntry(String) - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
 
getMainClass(Archive) - Method in class org.springframework.boot.loader.Launcher
Obtain the main class that should be used to launch the application.
getManifest() - Method in interface org.springframework.boot.loader.Archive
Returns the manifest of the archive.
getManifest() - Method in class org.springframework.boot.loader.ExplodedArchive
 
getManifest() - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
 
getManifest() - Method in class org.springframework.boot.loader.JarFileArchive
 
getName() - Method in interface org.springframework.boot.loader.Archive.Entry
Returns the name of the entry
getName() - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
 
getNestedArchive(Archive.Entry) - Method in interface org.springframework.boot.loader.Archive
Returns a nest archive from on the the contained entries.
getNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.ExplodedArchive
 
getNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.JarFileArchive
 
getNestedJarFile(ZipEntry, JarEntryFilter...) - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
Return a nested RandomAccessJarFile loaded from the specified entry.
getNextEntry() - Method in class org.springframework.boot.loader.jar.RandomAccessDataZipInputStream
 
getRootJarFile() - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
 
getSize() - Method in interface org.springframework.boot.loader.data.RandomAccessData
Returns the size of the data.
getSize() - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
 
getSubsection(long, long) - Method in interface org.springframework.boot.loader.data.RandomAccessData
Returns a new RandomAccessData for a specific subsection of this data.
getSubsection(long, long) - Method in class org.springframework.boot.loader.data.RandomAccessDataFile
 
getUrl() - Method in interface org.springframework.boot.loader.Archive
Returns a URL that can be used to load the archive.
getUrl() - Method in class org.springframework.boot.loader.ExplodedArchive
 
getUrl() - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
Return a URL that can be used to access this JAR file.
getUrl() - Method in class org.springframework.boot.loader.JarFileArchive
 

I

isDirectory() - Method in interface org.springframework.boot.loader.Archive.Entry
Returns true if the entry represents a directory.
isNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.JarLauncher
 
isNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.Launcher
Determine if the specified JarEntry is a nested item that should be added to the classpath.
isNestedArchive(Archive.Entry) - Method in class org.springframework.boot.loader.WarLauncher
 

J

JarEntryFilter - Interface in org.springframework.boot.loader.jar
Interface that can be used to filter and optionally rename jar entries.
JarFileArchive - Class in org.springframework.boot.loader
Archive implementation backed by a RandomAccessJarFile.
JarFileArchive(File) - Constructor for class org.springframework.boot.loader.JarFileArchive
 
JarFileArchive(RandomAccessJarFile) - Constructor for class org.springframework.boot.loader.JarFileArchive
 
JarLauncher - Class in org.springframework.boot.loader
Launcher for JAR based archives.
JarLauncher() - Constructor for class org.springframework.boot.loader.JarLauncher
 

L

launch(String[]) - Method in class org.springframework.boot.loader.Launcher
Launch the application.
launch(String[], ProtectionDomain) - Method in class org.springframework.boot.loader.Launcher
Launch the application given the protection domain.
launch(String[], Archive) - Method in class org.springframework.boot.loader.Launcher
Launch the application given the archive file
launch(String[], Archive, ClassLoader) - Method in class org.springframework.boot.loader.Launcher
Launch the application given the archive file and a fully configured classloader.
LaunchedURLClassLoader - Class in org.springframework.boot.loader
ClassLoader used by the Launcher.
LaunchedURLClassLoader(URL[], ClassLoader) - Constructor for class org.springframework.boot.loader.LaunchedURLClassLoader
Create a new LaunchedURLClassLoader instance.
Launcher - Class in org.springframework.boot.loader
Base class for launchers that can start an application with a fully configured classpath.
Launcher() - Constructor for class org.springframework.boot.loader.Launcher
 

M

main(String[]) - Static method in class org.springframework.boot.loader.JarLauncher
 
main(String[]) - Static method in class org.springframework.boot.loader.WarLauncher
 
MainMethodRunner - Class in org.springframework.boot.loader
Utility class that used by Launchers to call a main method.
MainMethodRunner(String, String[]) - Constructor for class org.springframework.boot.loader.MainMethodRunner
Create a new MainMethodRunner instance.

O

org.springframework.boot.loader - package org.springframework.boot.loader
System that allows self contained JAR/WAR archives to be launched using java -jar.
org.springframework.boot.loader.data - package org.springframework.boot.loader.data
Classes and interfaces to allows random access to a block of data.
org.springframework.boot.loader.jar - package org.springframework.boot.loader.jar
Support for loading and manipulating JAR/WAR files.

P

postProcessLib(Archive, List<Archive>) - Method in class org.springframework.boot.loader.JarLauncher
 
postProcessLib(Archive, List<Archive>) - Method in class org.springframework.boot.loader.Launcher
Called to post-process lib entries before they are used.
postProcessLib(Archive, List<Archive>) - Method in class org.springframework.boot.loader.WarLauncher
 

R

RandomAccessData - Interface in org.springframework.boot.loader.data
Interface that provides read-only random access to some underlying data.
RandomAccessDataFile - Class in org.springframework.boot.loader.data
RandomAccessData implementation backed by a RandomAccessFile.
RandomAccessDataFile(File) - Constructor for class org.springframework.boot.loader.data.RandomAccessDataFile
Create a new RandomAccessDataFile backed by the specified file.
RandomAccessDataFile(File, int) - Constructor for class org.springframework.boot.loader.data.RandomAccessDataFile
Create a new RandomAccessDataFile backed by the specified file.
RandomAccessDataZipEntry - Class in org.springframework.boot.loader.jar
RandomAccessDataZipEntry(ZipEntry, RandomAccessData) - Constructor for class org.springframework.boot.loader.jar.RandomAccessDataZipEntry
Create new RandomAccessDataZipEntry instance.
RandomAccessDataZipInputStream - Class in org.springframework.boot.loader.jar
RandomAccessDataZipInputStream(RandomAccessData) - Constructor for class org.springframework.boot.loader.jar.RandomAccessDataZipInputStream
Create a new RandomAccessData instance.
RandomAccessJarFile - Class in org.springframework.boot.loader.jar
A Jar file that can loaded from a RandomAccessDataFile.
RandomAccessJarFile(File, JarEntryFilter...) - Constructor for class org.springframework.boot.loader.jar.RandomAccessJarFile
Create a new RandomAccessJarFile backed by the specified file.
RandomAccessJarFile(RandomAccessDataFile, JarEntryFilter...) - Constructor for class org.springframework.boot.loader.jar.RandomAccessJarFile
Create a new RandomAccessJarFile backed by the specified file.
run() - Method in class org.springframework.boot.loader.MainMethodRunner
 

S

size() - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
 

T

toString() - Method in class org.springframework.boot.loader.jar.RandomAccessJarFile
 

W

WarLauncher - Class in org.springframework.boot.loader
Launcher for WAR based archives.
WarLauncher() - Constructor for class org.springframework.boot.loader.WarLauncher
 
A C E F G I J L M O P R S T W 

Copyright © 2013. All Rights Reserved.