public class ThinLayout extends Object implements org.springframework.boot.loader.tools.Layout, org.springframework.boot.loader.tools.CustomLoaderLayout
| Constructor and Description |
|---|
ThinLayout() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassesLocation() |
String |
getLauncherClassName() |
String |
getLibraryDestination(String libraryName,
org.springframework.boot.loader.tools.LibraryScope scope) |
boolean |
isExecutable() |
void |
writeLoadedClasses(org.springframework.boot.loader.tools.LoaderClassesWriter writer) |
public String getLauncherClassName()
getLauncherClassName in interface org.springframework.boot.loader.tools.Layoutpublic String getLibraryDestination(String libraryName, org.springframework.boot.loader.tools.LibraryScope scope)
getLibraryDestination in interface org.springframework.boot.loader.tools.Layoutpublic String getClassesLocation()
getClassesLocation in interface org.springframework.boot.loader.tools.Layoutpublic boolean isExecutable()
isExecutable in interface org.springframework.boot.loader.tools.Layoutpublic void writeLoadedClasses(org.springframework.boot.loader.tools.LoaderClassesWriter writer)
throws IOException
writeLoadedClasses in interface org.springframework.boot.loader.tools.CustomLoaderLayoutIOExceptionCopyright © 2019 Pivotal Software, Inc.. All rights reserved.