public class BundleDependency
| Constructor and Description |
|---|
BundleDependency(AemExtension aem,
java.lang.Object notation,
java.lang.String installPath,
boolean vaultFilter) |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getFile() |
java.lang.String |
getInstallPath() |
boolean |
getVaultFilter() |
void |
setInstallPath(java.lang.String p) |
void |
setVaultFilter(boolean p) |
public BundleDependency(@NotNull
AemExtension aem,
@NotNull
java.lang.Object notation,
@NotNull
java.lang.String installPath,
boolean vaultFilter)