パッケージ | 説明 |
---|---|
org.springframework.boot.loader.tools | 実行可能な JAR/WAR ファイルを生成するためのツール。 |
修飾子と型 | フィールドと説明 |
---|---|
static LibraryScope | LibraryScope.COMPILE ライブラリは、コンパイル時と実行時に使用されます。 |
static LibraryScope | LibraryScope.CUSTOM カスタム構成を使用する場合のカスタムスコープのマーカー。 |
static LibraryScope | LibraryScope.PROVIDED ライブラリはコンパイルに必要ですが、通常は実行時に提供されます。 |
static LibraryScope | LibraryScope.RUNTIME ライブラリは実行時に使用されますが、コンパイルには必要ありません。 |
修飾子と型 | メソッドと説明 |
---|---|
LibraryScope | Library.getScope() ライブラリのスコープを返します。 |
修飾子と型 | メソッドと説明 |
---|---|
StringSE | Layout.getLibraryDestination(StringSE libraryName, LibraryScope scope) 指定されたライブラリの宛先パスを返します。 |
StringSE | Layouts.Jar.getLibraryDestination(StringSE libraryName, LibraryScope scope) |
StringSE | Layouts.War.getLibraryDestination(StringSE libraryName, LibraryScope scope) |
コンストラクターと説明 |
---|
Library(FileSE file, LibraryScope scope) 新しい Library を作成します。 |
Library(FileSE file, LibraryScope scope, boolean unpackRequired) 新しい Library を作成します。 |
Library(StringSE name, FileSE file, LibraryScope scope, boolean unpackRequired) 新しい Library を作成します。 |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.