| Package | Description |
|---|---|
| io.spring.initializr.generator.packaging |
Packaging abstraction.
|
| io.spring.initializr.generator.packaging.jar |
Java archive packaging.
|
| io.spring.initializr.generator.packaging.war |
Web Application archive packaging.
|
| io.spring.initializr.generator.project |
Project generation support classes.
|
| Modifier and Type | Method and Description |
|---|---|
Packaging |
PackagingFactory.createPackaging(String id)
Creates and returns a
Packaging for the given id. |
static Packaging |
Packaging.forId(String id) |
| Modifier and Type | Class and Description |
|---|---|
class |
JarPackaging
Jar
Packaging. |
| Modifier and Type | Class and Description |
|---|---|
class |
WarPackaging
War
Packaging. |
| Modifier and Type | Method and Description |
|---|---|
Packaging |
MutableProjectDescription.getPackaging() |
Packaging |
ProjectDescription.getPackaging()
Return the build
Packaging to use. |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableProjectDescription.setPackaging(Packaging packaging) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProjectDescriptionDiff.ifPackagingChanged(ProjectDescription current,
BiConsumer<Packaging,Packaging> consumer)
Calls the specified consumer if the
packaging is different on the original
source project description than the specified project description. |
void |
ProjectDescriptionDiff.ifPackagingChanged(ProjectDescription current,
BiConsumer<Packaging,Packaging> consumer)
Calls the specified consumer if the
packaging is different on the original
source project description than the specified project description. |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.