-
- All Implemented Interfaces:
-
java.io.Serializable
public interface RepositoryArchive implements Serializable
-
-
Method Summary
Modifier and Type Method Description UnitvaultFilterFile()UnitvaultFilterDir()abstract RegularFilePropertygetFile()abstract Property<String>getFileName()abstract Property<String>getDirPath()abstract Property<Boolean>getVaultFilter()abstract Property<FilterType>getVaultFilterType()-
-
Method Detail
-
vaultFilterFile
Unit vaultFilterFile()
-
vaultFilterDir
Unit vaultFilterDir()
-
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()
-
-
-
-