- 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.
- 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