| 接口 | 说明 |
|---|---|
| Layout | |
| LayoutFactory |
Factory interface used to create a
Layout. |
| Libraries |
Encapsulates information about libraries that may be packed into the archive.
|
| LibraryCallback |
Callback interface used to iterate
Libraries. |
| LibraryScope |
The scope of a library.
|
| RepackagingLayout |
A specialization of
Layout that repackages an existing archive by moving its
content to a new location. |
| 类 | 说明 |
|---|---|
| ArtifactsLibraries |
Libraries backed by Maven Artifacts. |
| DefaultLayoutFactory |
Default implementation of
LayoutFactory. |
| FileUtils | |
| Layouts |
Common
Layouts. |
| Layouts.Jar |
Executable JAR layout.
|
| Layouts.Module | 已过时
as of 1.5 in favor of a custom
LayoutFactory |
| Layouts.War | |
| Library |
Encapsulates information about a single library that may be packed into the archive.
|