A C D F G H J L M N O P R S W 

A

AgentAttacher - Class in org.springframework.boot.loader.tools
Utility class to attach an instrumentation agent to the running JVM.
AgentAttacher() - Constructor for class org.springframework.boot.loader.tools.AgentAttacher
 
attach(File) - Static method in class org.springframework.boot.loader.tools.AgentAttacher
 

C

close() - Method in class org.springframework.boot.loader.tools.JarWriter
Close the writer.
commandLineArguments() - Static method in class org.springframework.boot.loader.tools.AgentAttacher
 
COMPILE - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
The library is used at compile time and runtime.
CUSTOM - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
Marker for custom scope when custom configuration is used.

D

doWith(String) - Method in interface org.springframework.boot.loader.tools.MainClassFinder.ClassNameCallback
Handle the specified class name
doWithLibraries(LibraryCallback) - Method in interface org.springframework.boot.loader.tools.Libraries
Iterate all relevant libraries.
doWithMainClasses(File, MainClassFinder.ClassNameCallback<T>) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Perform the given callback operation on all main classes from the given root folder.
doWithMainClasses(JarFile, String, MainClassFinder.ClassNameCallback<T>) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Perform the given callback operation on all main classes from the given jar.

F

findMainClass(File) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Find the main class from a given folder.
findMainClass(JarFile, String) - Static method in class org.springframework.boot.loader.tools.MainClassFinder
Find the main class in a given jar file.
findMainMethod(JarFile) - Method in class org.springframework.boot.loader.tools.Repackager
 
forFile(File) - Static method in class org.springframework.boot.loader.tools.Layouts
Return the a layout for the given source file.

G

getClassesLocation() - Method in interface org.springframework.boot.loader.tools.Layout
Returns the location of classes within the archive.
getClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
 
getClassesLocation() - Method in class org.springframework.boot.loader.tools.Layouts.War
 
getLauncherClassName() - Method in interface org.springframework.boot.loader.tools.Layout
Returns the launcher class name for this layout.
getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.Expanded
 
getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.Jar
 
getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.None
 
getLauncherClassName() - Method in class org.springframework.boot.loader.tools.Layouts.War
 
getLibraryDestination(String, LibraryScope) - Method in interface org.springframework.boot.loader.tools.Layout
Returns the destination path for a given library.
getLibraryDestination(String, LibraryScope) - Method in class org.springframework.boot.loader.tools.Layouts.Jar
 
getLibraryDestination(String, LibraryScope) - Method in class org.springframework.boot.loader.tools.Layouts.War
 

H

hasNoVerify() - Static method in class org.springframework.boot.loader.tools.AgentAttacher
 

J

JarWriter - Class in org.springframework.boot.loader.tools
Writes JAR content, ensuring valid directory entries are always create and duplicate items are ignored.
JarWriter(File) - Constructor for class org.springframework.boot.loader.tools.JarWriter
Create a new JarWriter instance.

L

Layout - Interface in org.springframework.boot.loader.tools
Strategy interface used to determine the layout for a particular type of archive.
Layouts - Class in org.springframework.boot.loader.tools
Common Layouts.
Layouts() - Constructor for class org.springframework.boot.loader.tools.Layouts
 
Layouts.Expanded - Class in org.springframework.boot.loader.tools
Executable expanded archive layout.
Layouts.Expanded() - Constructor for class org.springframework.boot.loader.tools.Layouts.Expanded
 
Layouts.Jar - Class in org.springframework.boot.loader.tools
Executable JAR layout.
Layouts.Jar() - Constructor for class org.springframework.boot.loader.tools.Layouts.Jar
 
Layouts.None - Class in org.springframework.boot.loader.tools
Executable expanded archive layout.
Layouts.None() - Constructor for class org.springframework.boot.loader.tools.Layouts.None
 
Layouts.War - Class in org.springframework.boot.loader.tools
Executable WAR layout.
Layouts.War() - Constructor for class org.springframework.boot.loader.tools.Layouts.War
 
Libraries - Interface in org.springframework.boot.loader.tools
Encapsulates information about libraries that may be packed into the archive.
library(File, LibraryScope) - Method in interface org.springframework.boot.loader.tools.LibraryCallback
Callback to for a single library backed by a File.
LibraryCallback - Interface in org.springframework.boot.loader.tools
Callback interface used to iterate Libraries.
LibraryScope - Interface in org.springframework.boot.loader.tools
The scope of a library.

M

MainClassFinder - Class in org.springframework.boot.loader.tools
Finds any class with a public static main method by performing a breadth first search.
MainClassFinder() - Constructor for class org.springframework.boot.loader.tools.MainClassFinder
 
MainClassFinder.ClassNameCallback<T> - Interface in org.springframework.boot.loader.tools
Callback interface used to receive class names.

N

NONE - Static variable in interface org.springframework.boot.loader.tools.Libraries
Represents no libraries.

O

org.springframework.boot.loader.tools - package org.springframework.boot.loader.tools
 

P

PROVIDED - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
The library is needed for compile but is usually provided when running.

R

repackage(Libraries) - Method in class org.springframework.boot.loader.tools.Repackager
Repackage the source file so that it can be run using 'java -jar'
repackage(File, Libraries) - Method in class org.springframework.boot.loader.tools.Repackager
Repackage to the given destination so that it can be launched using ' java -jar'
Repackager - Class in org.springframework.boot.loader.tools
Utility class that can be used to repackage an archive so that it can be executed using 'java -jar'.
Repackager(File) - Constructor for class org.springframework.boot.loader.tools.Repackager
 
RUNTIME - Static variable in interface org.springframework.boot.loader.tools.LibraryScope
The library is used at runtime but not needed for compile.

S

setBackupSource(boolean) - Method in class org.springframework.boot.loader.tools.Repackager
Sets if source files should be backed up when they would be overwritten.
setLayout(Layout) - Method in class org.springframework.boot.loader.tools.Repackager
Sets the layout to use for the jar.
setMainClass(String) - Method in class org.springframework.boot.loader.tools.Repackager
Sets the main class that should be run.

W

writeEntries(JarFile) - Method in class org.springframework.boot.loader.tools.JarWriter
Write all entries from the specified jar file.
writeEntry(String, InputStream) - Method in class org.springframework.boot.loader.tools.JarWriter
Writes an entry.
writeLoaderClasses() - Method in class org.springframework.boot.loader.tools.JarWriter
Write the required spring-boot-loader classes to the JAR.
writeManifest(Manifest) - Method in class org.springframework.boot.loader.tools.JarWriter
Write the specified manifest.
writeNestedLibrary(String, File) - Method in class org.springframework.boot.loader.tools.JarWriter
Write a nested library.
A C D F G H J L M N O P R S W 

Copyright © 2014 Pivotal Software, Inc.. All rights reserved.