| Package | Description |
|---|---|
| org.mule.tools.api.packager | |
| org.mule.tools.api.packager.builder | |
| org.mule.tools.api.packager.packaging |
| Modifier and Type | Method and Description |
|---|---|
PackagingType |
AbstractProjectFoldersGenerator.getPackagingType() |
| Constructor and Description |
|---|
AbstractProjectFoldersGenerator(String groupId,
String artifactId,
PackagingType packagingType) |
DomainBundleProjectFoldersGenerator(String groupId,
String artifactId,
PackagingType packagingType) |
MuleProjectFoldersGenerator(String groupId,
String artifactId,
PackagingType packagingType) |
| Modifier and Type | Method and Description |
|---|---|
static PackageBuilder |
PackageBuilderFactory.create(PackagingType packagingType,
PackagingOptions options) |
| Modifier and Type | Method and Description |
|---|---|
static PackagingType |
PackagingType.fromString(String name) |
static PackagingType |
PackagingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PackagingType[] |
PackagingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 MuleSoft Inc. All rights reserved.