-
- All Implemented Interfaces:
-
com.cognifide.gradle.aem.pkg.tasks.compose.RepositoryArchive,java.io.Serializable
public interface PackageNested implements RepositoryArchive
-
-
Method Summary
Modifier and Type Method Description abstract RegularFilePropertygetFile()abstract Property<String>getFileName()abstract Property<String>getDirPath()abstract Property<Boolean>getVaultFilter()abstract Property<FilterType>getVaultFilterType()-
Methods inherited from class com.cognifide.gradle.aem.pkg.tasks.compose.PackageNested
vaultFilterDir, vaultFilterFile -
Methods inherited from class java.io.Serializable
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getFile
@InputFile() abstract RegularFileProperty getFile()
-
getFileName
@Input() abstract Property<String> getFileName()
-
getDirPath
@Input() abstract Property<String> getDirPath()
-
getVaultFilter
@Input() abstract Property<Boolean> getVaultFilter()
-
getVaultFilterType
@Input() abstract Property<FilterType> getVaultFilterType()
-
-
-
-