public class PackageFileFilter
| Modifier and Type | Class and Description |
|---|---|
static class |
PackageFileFilter.Companion |
| Modifier and Type | Field and Description |
|---|---|
static PackageFileFilter.Companion |
Companion |
| Constructor and Description |
|---|
PackageFileFilter(AemExtension aem) |
| Modifier and Type | Method and Description |
|---|---|
void |
expandProperty(java.lang.String name,
java.lang.String value) |
void |
filter(org.gradle.api.file.CopySpec spec,
java.util.Map<java.lang.String,? extends java.lang.Object> expandProperties) |
boolean |
getBundleChecking()
Filter that ensures that only OSGi bundles will be put into CRX package under install path.
|
java.util.List<java.lang.String> |
getExcludeFiles()
Exclude files being a part of CRX package.
|
boolean |
getExcluding() |
java.util.List<java.lang.String> |
getExpandFiles()
Wildcard file name filter expression that is used to filter in which Vault files properties can be injected.
|
java.util.Map<java.lang.String,java.lang.Object> |
getExpandProperties()
Define here custom properties that can be used in CRX package files like 'META-INF/vault/properties.xml'.
Could override predefined properties provided by plugin itself.
|
boolean |
getExpanding() |
void |
setBundleChecking(boolean p)
Filter that ensures that only OSGi bundles will be put into CRX package under install path.
|
void |
setExcludeFiles(java.util.List<java.lang.String> p)
Exclude files being a part of CRX package.
|
void |
setExcluding(boolean p) |
void |
setExpandFiles(java.util.List<java.lang.String> p)
Wildcard file name filter expression that is used to filter in which Vault files properties can be injected.
|
void |
setExpandProperties(java.util.Map<java.lang.String,? extends java.lang.Object> p)
Define here custom properties that can be used in CRX package files like 'META-INF/vault/properties.xml'.
Could override predefined properties provided by plugin itself.
|
void |
setExpanding(boolean p) |
public static PackageFileFilter.Companion Companion
public PackageFileFilter(@NotNull
AemExtension aem)
public boolean getExcluding()
public void setExcluding(boolean p)
@NotNull public java.util.List<java.lang.String> getExcludeFiles()
Exclude files being a part of CRX package.
public void setExcludeFiles(@NotNull
java.util.List<java.lang.String> p)
Exclude files being a part of CRX package.
public boolean getExpanding()
public void setExpanding(boolean p)
@NotNull public java.util.List<java.lang.String> getExpandFiles()
Wildcard file name filter expression that is used to filter in which Vault files properties can be injected.
public void setExpandFiles(@NotNull
java.util.List<java.lang.String> p)
Wildcard file name filter expression that is used to filter in which Vault files properties can be injected.
@NotNull public java.util.Map<java.lang.String,java.lang.Object> getExpandProperties()
Define here custom properties that can be used in CRX package files like 'META-INF/vault/properties.xml'. Could override predefined properties provided by plugin itself.
public void setExpandProperties(@NotNull
java.util.Map<java.lang.String,? extends java.lang.Object> p)
Define here custom properties that can be used in CRX package files like 'META-INF/vault/properties.xml'. Could override predefined properties provided by plugin itself.
public void expandProperty(@NotNull
java.lang.String name,
@NotNull
java.lang.String value)
public boolean getBundleChecking()
Filter that ensures that only OSGi bundles will be put into CRX package under install path.
public void setBundleChecking(boolean p)
Filter that ensures that only OSGi bundles will be put into CRX package under install path.
public void filter(@NotNull
org.gradle.api.file.CopySpec spec,
@NotNull
java.util.Map<java.lang.String,? extends java.lang.Object> expandProperties)