| Method and Description | 
|---|
| org.springframework.boot.loader.tools.Layouts.Jar.getLibraryDestination(String, LibraryScope) | 
| org.springframework.boot.loader.tools.Layouts.War.getLibraryDestination(String, LibraryScope) | 
| org.springframework.boot.loader.tools.Layout.getLibraryDestination(String, LibraryScope) since 2.3.0 for removal in 2.5.0 in favor of
  Layout.getLibraryLocation(java.lang.String, org.springframework.boot.loader.tools.LibraryScope) | 
| org.springframework.boot.loader.tools.AbstractJarWriter.writeEntries(JarFile) since 2.4.8 for removal in 2.6.0 in favor of
  AbstractJarWriter.writeEntries(JarFile, EntryTransformer, UnpackHandler, Predicate) |