Index
All Classes and Interfaces|All Packages
D
- destinationDirectory() - Method in class rife.bld.extension.ZipOperation
-
Retrieves the destination directory in which the zip archive will be created.
- destinationDirectory(File) - Method in class rife.bld.extension.ZipOperation
-
Provides the destination directory in which the zip archive will be created.
- destinationDirectory(String) - Method in class rife.bld.extension.ZipOperation
-
Provides the destination directory in which the zip archive will be created.
- destinationDirectory(Path) - Method in class rife.bld.extension.ZipOperation
-
Provides the destination directory in which the zip archive will be created.
- destinationFile() - Method in class rife.bld.extension.ZipOperation
-
Retrieves the destination file where the zip archive will be created.
- destinationFileName() - Method in class rife.bld.extension.ZipOperation
-
Retrieves the destination file name that will be used for the zip archive creation.
- destinationFileName(String) - Method in class rife.bld.extension.ZipOperation
-
Provides the destination file name that will be used for the zip archive creation.
E
- excluded() - Method in class rife.bld.extension.ZipOperation
-
Retrieves the list of patterns that will be evaluated to determine which files will be excluded the zip archive.
- excluded(String...) - Method in class rife.bld.extension.ZipOperation
-
Provides regex patterns that will be found to determine which files will be excluded from the javadoc generation.
- excluded(List<Pattern>) - Method in class rife.bld.extension.ZipOperation
-
Provides a list of patterns that will be found to determine which files will be excluded from the zip archive.
- excluded(Pattern...) - Method in class rife.bld.extension.ZipOperation
-
Provides patterns that will be found to determine which files will be excluded from the zip archive.
- execute() - Method in class rife.bld.extension.ZipOperation
-
Performs the zip operation.
- executeAddFileToZip(ZipArchiveOutputStream, NamedFile) - Method in class rife.bld.extension.ZipOperation
-
Part of the
execute()
operation, add a single file to the zip archive. - executeCreateDestinationDirectory() - Method in class rife.bld.extension.ZipOperation
-
Part of the
execute()
operation, create the destination directory. - executeCreateZipArchive() - Method in class rife.bld.extension.ZipOperation
-
Part of the
execute()
operation, create the zip archive.
I
- included() - Method in class rife.bld.extension.ZipOperation
-
Retrieves the list of patterns that will be evaluated to determine which files will be included in the zip archive.
- included(String...) - Method in class rife.bld.extension.ZipOperation
-
Provides regex patterns that will be found to determine which files will be included in the javadoc generation.
- included(List<Pattern>) - Method in class rife.bld.extension.ZipOperation
-
Provides a list of patterns that will be found to determine which files will be included in the zip archive.
- included(Pattern...) - Method in class rife.bld.extension.ZipOperation
-
Provides patterns that will be found to determine which files will be included in the zip archive.
R
- rife.bld.extension - package rife.bld.extension
S
- sourceDirectories() - Method in class rife.bld.extension.ZipOperation
-
Retrieves the list of source directories that will be used for the zip archive creation.
- sourceDirectories(File...) - Method in class rife.bld.extension.ZipOperation
-
Provides source directories that will be used for the zip archive creation.
- sourceDirectories(String...) - Method in class rife.bld.extension.ZipOperation
-
Provides source directories that will be used for the zip archive creation.
- sourceDirectories(Path...) - Method in class rife.bld.extension.ZipOperation
-
Provides source directories that will be used for the zip archive creation.
- sourceDirectories(List<File>) - Method in class rife.bld.extension.ZipOperation
-
Provides a list of source directories that will be used for the zip archive creation.
- sourceDirectoriesPaths(List<Path>) - Method in class rife.bld.extension.ZipOperation
-
Provides a list of source directories that will be used for the zip archive creation.
- sourceDirectoriesStrings(List<String>) - Method in class rife.bld.extension.ZipOperation
-
Provides a list of source directories that will be used for the zip archive creation.
- sourceFiles() - Method in class rife.bld.extension.ZipOperation
-
Retrieves the list of source files that will be used for the zip archive creation.
- sourceFiles(List<NamedFile>) - Method in class rife.bld.extension.ZipOperation
-
Provides a list of source files that will be used for the zip archive creation.
- sourceFiles(NamedFile...) - Method in class rife.bld.extension.ZipOperation
-
Provides source files that will be used for the zip archive creation.
Z
- ZipOperation - Class in rife.bld.extension
-
Creates a zip archive of the provided sources and directories.
- ZipOperation() - Constructor for class rife.bld.extension.ZipOperation
All Classes and Interfaces|All Packages