| 程序包 | 说明 |
|---|---|
| io.esastack.cabin.tools |
| 限定符和类型 | 字段和说明 |
|---|---|
static LibraryScope |
LibraryScope.COMPILE |
static LibraryScope |
LibraryScope.CONTAINER |
static LibraryScope |
LibraryScope.MODULE |
static LibraryScope |
LibraryScope.PROVIDED |
static LibraryScope |
LibraryScope.RUNTIME |
| 限定符和类型 | 方法和说明 |
|---|---|
LibraryScope |
Library.getScope()
Return the scope of the library.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Library.setScope(LibraryScope scope) |
| 构造器和说明 |
|---|
Library(File file,
LibraryScope scope)
Create a new
Library. |
Library(File file,
LibraryScope scope,
boolean unpackRequired)
Create a new
Library. |
Library(String name,
File file,
LibraryScope scope,
boolean unpackRequired)
Create a new
Library. |
Copyright © 2021. All rights reserved.