A B C D E F G H I L M O R S T 

A

addDefaultExcludes() - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Adds default exclusions to the current exclusions set.

B

basedir - Variable in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
The base directory to be scanned.

C

copy(TrueZipFileSet) - Method in class org.codehaus.mojo.truezip.internal.DefaultTrueZip
 
copy(TrueZipFileSet, TrueZipFileSetManager) - Method in class org.codehaus.mojo.truezip.internal.DefaultTrueZip
 
copy(TrueZipFileSet) - Method in interface org.codehaus.mojo.truezip.TrueZip
Copy a set of file to another archive using FileSet configuration
copyFile(TFile, TFile) - Method in class org.codehaus.mojo.truezip.internal.DefaultTrueZip
 
copyFile(TFile, TFile) - Method in interface org.codehaus.mojo.truezip.TrueZip
Copy a file or archive to another destination.
couldHoldIncluded(String) - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Tests whether or not a name matches the start of at least one include pattern.

D

DEFAULTEXCLUDES - Static variable in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Patterns which should be excluded by default.
DefaultTrueZip - Class in org.codehaus.mojo.truezip.internal
 
DefaultTrueZip() - Constructor for class org.codehaus.mojo.truezip.internal.DefaultTrueZip
 
DefaultTrueZipArchiveDetector - Class in org.codehaus.mojo.truezip.internal
 
DefaultTrueZipArchiveDetector() - Constructor for class org.codehaus.mojo.truezip.internal.DefaultTrueZipArchiveDetector
 
delete(TrueZipFileSet) - Method in class org.codehaus.mojo.truezip.internal.TrueZipFileSetManager
Delete the matching files and directories for the given file-set definition.
delete(TrueZipFileSet, boolean) - Method in class org.codehaus.mojo.truezip.internal.TrueZipFileSetManager
Delete the matching files and directories for the given file-set definition.
dirsDeselected - Variable in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
The directories which matched at least one include and no excludes but which a selector discarded.
dirsExcluded - Variable in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
The directories which matched at least one include and at least one exclude.
dirsIncluded - Variable in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
The directories which matched at least one include and no excludes and were selected.
dirsNotIncluded - Variable in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
The directories which were found and did not match any includes.

E

everythingIncluded - Variable in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Whether or not everything tested so far has been included.
excludes - Variable in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
The patterns for the files to be excluded.

F

filesDeselected - Variable in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
The files which matched at least one include and no excludes and which a selector discarded.
filesExcluded - Variable in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
The files which matched at least one include and at least one exclude.
filesIncluded - Variable in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
The files which matched at least one include and no excludes and were selected.
filesNotIncluded - Variable in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
The files which did not match any includes or selectors.

G

getBasedir() - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Returns the base directory to be scanned.
getDeselectedDirectories() - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Returns the names of the directories which were selected out and therefore not ultimately included.
getDeselectedFiles() - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Returns the names of the files which were selected out and therefore not ultimately included.
getExcludedDirectories() - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Returns the names of the directories which matched at least one of the include patterns and at least one of the exclude patterns.
getExcludedDirectories(TrueZipFileSet) - Method in class org.codehaus.mojo.truezip.internal.TrueZipFileSetManager
Get all the directory names which have been excluded by the rules in this fileset.
getExcludedFiles() - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Returns the names of the files which matched at least one of the include patterns and at least one of the exclude patterns.
getExcludedFiles(TrueZipFileSet) - Method in class org.codehaus.mojo.truezip.internal.TrueZipFileSetManager
Get all the filenames which have been excluded by the rules in this fileset.
getIncludedDirectories() - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Returns the names of the directories which matched at least one of the include patterns and none of the exclude patterns.
getIncludedDirectories(TrueZipFileSet) - Method in class org.codehaus.mojo.truezip.internal.TrueZipFileSetManager
Get all the directory names which have been included by the rules in this fileset.
getIncludedFiles() - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Returns the names of the files which matched at least one of the include patterns and none of the exclude patterns.
getIncludedFiles(TrueZipFileSet) - Method in class org.codehaus.mojo.truezip.internal.TrueZipFileSetManager
Get all the filenames which have been included by the rules in this fileset.
getInstance() - Static method in class org.codehaus.mojo.truezip.internal.SelectorUtils
Retrieves the manager of the Singleton.
getNotIncludedDirectories() - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Returns the names of the directories which matched none of the include patterns.
getNotIncludedFiles() - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Returns the names of the files which matched none of the include patterns.

H

haveSlowResults - Variable in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Whether or not our results were built by a slow scan.

I

includes - Variable in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
The patterns for the files to be included.
init() - Method in class org.codehaus.mojo.truezip.internal.DefaultTrueZipArchiveDetector
 
isCaseSensitive - Variable in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Whether or not the file system should be treated as a case sensitive one.
isEverythingIncluded() - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Returns whether or not the scanner has included all the files or directories it has come across so far.
isExcluded(String) - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Tests whether or not a name matches against at least one exclude pattern.
isFollowArchive() - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Whether or not not recursively drill down inner archive
isFollowArchive() - Method in class org.codehaus.mojo.truezip.TrueZipFileSet
 
isIncluded(String) - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Tests whether or not a name matches against at least one include pattern.
isOutOfDate(File, File, int) - Static method in class org.codehaus.mojo.truezip.internal.SelectorUtils
Returns dependency information on these two files.
isSelected(String, TFile) - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Tests whether a name should be selected.
isSymbolicLink(TFile, String) - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Checks whether a given file is a symbolic link.

L

list(TrueZipFileSet) - Method in class org.codehaus.mojo.truezip.internal.DefaultTrueZip
 
list(TrueZipFileSet) - Method in interface org.codehaus.mojo.truezip.TrueZip
List the file from FileSet's configuration

M

mapIncludedFiles(TrueZipFileSet) - Method in class org.codehaus.mojo.truezip.internal.TrueZipFileSetManager
 
match(String, String) - Static method in class org.codehaus.mojo.truezip.internal.SelectorUtils
Tests whether or not a string matches against a pattern.
match(String, String, boolean) - Static method in class org.codehaus.mojo.truezip.internal.SelectorUtils
Tests whether or not a string matches against a pattern.
match(String, String) - Static method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Tests whether or not a string matches against a pattern.
match(String, String, boolean) - Static method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Tests whether or not a string matches against a pattern.
matchPath(String, String) - Static method in class org.codehaus.mojo.truezip.internal.SelectorUtils
Tests whether or not a given path matches a given pattern.
matchPath(String, String, boolean) - Static method in class org.codehaus.mojo.truezip.internal.SelectorUtils
Tests whether or not a given path matches a given pattern.
matchPath(String, String) - Static method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Tests whether or not a given path matches a given pattern.
matchPath(String, String, boolean) - Static method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Tests whether or not a given path matches a given pattern.
matchPatternStart(String, String) - Static method in class org.codehaus.mojo.truezip.internal.SelectorUtils
Tests whether or not a given path matches the start of a given pattern up to the first "**".
matchPatternStart(String, String, boolean) - Static method in class org.codehaus.mojo.truezip.internal.SelectorUtils
Tests whether or not a given path matches the start of a given pattern up to the first "**".
matchPatternStart(String, String) - Static method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Tests whether or not a given path matches the start of a given pattern up to the first "**".
matchPatternStart(String, String, boolean) - Static method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Tests whether or not a given path matches the start of a given pattern up to the first "**".
move(TrueZipFileSet) - Method in class org.codehaus.mojo.truezip.internal.DefaultTrueZip
 
move(TrueZipFileSet) - Method in interface org.codehaus.mojo.truezip.TrueZip
Move a set of files from one archive to another
moveFile(TFile, TFile) - Method in class org.codehaus.mojo.truezip.internal.DefaultTrueZip
 
moveFile(TFile, TFile) - Method in interface org.codehaus.mojo.truezip.TrueZip
Copy a file for MOJO

O

org.codehaus.mojo.truezip - package org.codehaus.mojo.truezip
 
org.codehaus.mojo.truezip.internal - package org.codehaus.mojo.truezip.internal
 

R

remove(TrueZipFileSet) - Method in class org.codehaus.mojo.truezip.internal.DefaultTrueZip
 
remove(TrueZipFileSet) - Method in interface org.codehaus.mojo.truezip.TrueZip
Remove a set of files from the archive setup
removeWhitespace(String) - Static method in class org.codehaus.mojo.truezip.internal.SelectorUtils
"Flattens" a string by removing all whitespace (space, tab, linefeed, carriage return, and formfeed).

S

scan() - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Scans the base directory for files which match at least one include pattern and don't match any exclude patterns.
scandir(TFile, String, boolean) - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Scans the given directory for files and directories.
SelectorUtils - Class in org.codehaus.mojo.truezip.internal
This is a utility class used by selectors and DirectoryScanner.
serialVersionUID - Static variable in class org.codehaus.mojo.truezip.TrueZipFileSet
 
setBasedir(String) - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Sets the base directory to be scanned.
setBasedir(TFile) - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Sets the base directory to be scanned.
setCaseSensitive(boolean) - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Sets whether or not the file system should be regarded as case sensitive.
setExcludes(String[]) - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Sets the list of exclude patterns to use.
setFollowArchive(boolean) - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Whether or not not recursively drill down inner archive
setFollowArchive(boolean) - Method in class org.codehaus.mojo.truezip.TrueZipFileSet
 
setFollowSymlinks(boolean) - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Sets whether or not symbolic links should be followed.
setIncludes(String[]) - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Sets the list of include patterns to use.
slowScan() - Method in class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Top level invocation for a slow scan.
sync() - Method in class org.codehaus.mojo.truezip.internal.DefaultTrueZip
 
sync(TFile) - Method in class org.codehaus.mojo.truezip.internal.DefaultTrueZip
 
sync() - Method in interface org.codehaus.mojo.truezip.TrueZip
Global sync
sync(TFile) - Method in interface org.codehaus.mojo.truezip.TrueZip
Selectively sync

T

tokenizePath(String) - Static method in class org.codehaus.mojo.truezip.internal.SelectorUtils
Breaks a path up into a Vector of path elements, tokenizing on File.separator.
TrueZip - Interface in org.codehaus.mojo.truezip
Generic interface to manipulate recognizable archives
TrueZipArchiveDetector - Interface in org.codehaus.mojo.truezip
Interface to initialize archive file's extension
TrueZipDirectoryScanner - Class in org.codehaus.mojo.truezip.internal
Class for scanning a directory for files/directories which match certain criteria.
TrueZipDirectoryScanner() - Constructor for class org.codehaus.mojo.truezip.internal.TrueZipDirectoryScanner
Sole constructor.
TrueZipFileSet - Class in org.codehaus.mojo.truezip
TrueZip FileSet configuration
TrueZipFileSet() - Constructor for class org.codehaus.mojo.truezip.TrueZipFileSet
 
TrueZipFileSetManager - Class in org.codehaus.mojo.truezip.internal
Provides operations for use with FileSet instances, such as retrieving the included/excluded files, deleting all matching entries, etc.
TrueZipFileSetManager() - Constructor for class org.codehaus.mojo.truezip.internal.TrueZipFileSetManager
 
A B C D E F G H I L M O R S T 

Copyright © 2014 Codehaus. All rights reserved.