public class PackagingOptions extends Object
| Constructor and Description |
|---|
PackagingOptions(boolean onlyMuleSources,
boolean lightweightPackage,
boolean attachMuleSources,
boolean testPackage)
Deprecated.
|
PackagingOptions(boolean onlyMuleSources,
boolean lightweightPackage,
boolean attachMuleSources,
boolean testPackage,
boolean useLocalRepository) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAttachMuleSources() |
boolean |
isLightweightPackage() |
boolean |
isOnlyMuleSources() |
boolean |
isTestPackage() |
boolean |
isUseLocalRepository() |
@Deprecated public PackagingOptions(boolean onlyMuleSources, boolean lightweightPackage, boolean attachMuleSources, boolean testPackage)
public PackagingOptions(boolean onlyMuleSources,
boolean lightweightPackage,
boolean attachMuleSources,
boolean testPackage,
boolean useLocalRepository)
Copyright © 2024 MuleSoft Inc. All rights reserved.