| Package | Description |
|---|---|
| org.mule.tools.api | |
| org.mule.tools.maven.mojo | |
| org.mule.tools.maven.mojo.model |
| 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 | Field and Description |
|---|---|
protected PackagingType |
PackageMojo.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 MuleSoft Inc. All rights reserved.