Example usage for org.springframework.boot.loader.jar JarFile getNestedJarFile

List of usage examples for org.springframework.boot.loader.jar JarFile getNestedJarFile

Introduction

In this page you can find the example usage for org.springframework.boot.loader.jar JarFile getNestedJarFile.

Prototype

public synchronized JarFile getNestedJarFile(JarEntry entry) throws IOException 

Source Link

Document

Return a nested JarFile loaded from the specified entry.

Usage