Uses of Interface
org.springframework.boot.loader.Archive.Entry

Packages that use Archive.Entry
org.springframework.boot.loader System that allows self contained JAR/WAR archives to be launched using java -jar
 

Uses of Archive.Entry in org.springframework.boot.loader
 

Methods in org.springframework.boot.loader that return types with arguments of type Archive.Entry
 Iterable<Archive.Entry> ExplodedArchive.getEntries()
           
 Iterable<Archive.Entry> JarFileArchive.getEntries()
           
 Iterable<Archive.Entry> Archive.getEntries()
          Returns archive entries.
 

Methods in org.springframework.boot.loader with parameters of type Archive.Entry
 String Archive.EntryFilter.apply(String entryName, Archive.Entry entry)
          Apply the jar entry filter.
 Archive ExplodedArchive.getNestedArchive(Archive.Entry entry)
           
 Archive JarFileArchive.getNestedArchive(Archive.Entry entry)
           
 Archive Archive.getNestedArchive(Archive.Entry entry)
          Returns a nest archive from on the the contained entries.
protected  boolean WarLauncher.isNestedArchive(Archive.Entry entry)
           
protected  boolean JarLauncher.isNestedArchive(Archive.Entry entry)
           
protected abstract  boolean Launcher.isNestedArchive(Archive.Entry jarEntry)
          Determine if the specified JarEntry is a nested item that should be added to the classpath.
 



Copyright © 2013. All Rights Reserved.