-
- All Implemented Interfaces:
-
java.io.Serializable
public final class PackageFileFilter implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<Boolean>excludingprivate final ListProperty<String>excludeFilesprivate final Property<Boolean>expandingprivate final ListProperty<String>expandFilesprivate final MapProperty<String, Any>expandPropertiesprivate final Property<BundleChecking>bundleCheckingprivate final Property<String>bundlePath
-
Constructor Summary
Constructors Constructor Description PackageFileFilter(PackageCompose task)
-
Method Summary
Modifier and Type Method Description final UnitexpandProperty(String name, String value)final Unitfilter(CopySpec spec)final Property<Boolean>getExcluding()final ListProperty<String>getExcludeFiles()Exclude files being a part of CRX package. final Property<Boolean>getExpanding()final ListProperty<String>getExpandFiles()Wildcard file name filter expression that is used to filter in which Vault files properties can be injected. final MapProperty<String, Any>getExpandProperties()Define here custom properties that can be used in CRX package files like 'META-INF/vault/properties.xml'. final Property<BundleChecking>getBundleChecking()Filter that ensures that only OSGi bundles will be put into CRX package under install path. final Property<String>getBundlePath()Repository path pattern used in bundleChecking. -
-
Constructor Detail
-
PackageFileFilter
PackageFileFilter(PackageCompose task)
-
-
Method Detail
-
expandProperty
final Unit expandProperty(String name, String value)
-
getExcluding
final Property<Boolean> getExcluding()
-
getExcludeFiles
final ListProperty<String> getExcludeFiles()
Exclude files being a part of CRX package.
-
getExpanding
final Property<Boolean> getExpanding()
-
getExpandFiles
final ListProperty<String> getExpandFiles()
Wildcard file name filter expression that is used to filter in which Vault files properties can be injected.
-
getExpandProperties
final MapProperty<String, Any> getExpandProperties()
Define here custom properties that can be used in CRX package files like 'META-INF/vault/properties.xml'.
-
getBundleChecking
final Property<BundleChecking> getBundleChecking()
Filter that ensures that only OSGi bundles will be put into CRX package under install path.
-
getBundlePath
final Property<String> getBundlePath()
Repository path pattern used in bundleChecking.
-
-
-
-