Java org.springframework.boot.loader.tools Repackager fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.loader.tools Repackager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.loader.tools Repackager.

The text is from its open source code.

Constructor

Method

voidrepackage(File destination, Libraries libraries)
Repackage to the given destination so that it can be launched using ' java -jar '.
voidrepackage(Libraries libraries)
Repackage the source file so that it can be run using ' java -jar '.
voidrepackage(File destination, Libraries libraries, LaunchScript launchScript)
Repackage to the given destination so that it can be launched using ' java -jar '.
voidsetBackupSource(boolean backupSource)
Sets if source files should be backed up when they would be overwritten.
voidsetLayout(Layout layout)
Sets the layout to use for the jar.
voidsetMainClass(String mainClass)
Sets the main class that should be run.