| Package | Description |
|---|---|
| org.mule.tools.api.packager | |
| org.mule.tools.api.packager.packaging |
| Modifier and Type | Method and Description |
|---|---|
void |
PackageBuilder.createMuleApp(File destinationFile,
String originFolder,
PackagingType packagingType,
boolean onlyMuleSources,
boolean lightweightPackage,
boolean attachMuleSources)
Creates a mule app package based on the contents of the origin folder, writing them to the destination jar file.
|
| Constructor and Description |
|---|
ContentGenerator(String groupId,
String artifactId,
String version,
PackagingType packagingType,
Path projectBaseFolder,
Path projectTargetFolder) |
ProjectFoldersGenerator(String groupId,
String artifactId,
PackagingType packagingType) |
| 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 © 2017. All rights reserved.