B C D G I L M O S T V 

B

BaseFileSet - Class in org.codehaus.mojo.vfs
 
BaseFileSet() - Constructor for class org.codehaus.mojo.vfs.BaseFileSet
 

C

copy(VfsFileSet) - Method in class org.codehaus.mojo.vfs.internal.DefaultVfsFileSetManager
 
copy(VfsFileSet) - Method in interface org.codehaus.mojo.vfs.VfsFileSetManager
Copy a set of files between 2 virtual directories with criteria in fileSet
copyBase(BaseFileSet) - Method in class org.codehaus.mojo.vfs.BaseFileSet
 

D

DefaultMergeVfsMavenRepositories - Class in org.codehaus.mojo.vfs.internal
 
DefaultMergeVfsMavenRepositories() - Constructor for class org.codehaus.mojo.vfs.internal.DefaultMergeVfsMavenRepositories
 
DefaultVfsDirectoryScanner - Class in org.codehaus.mojo.vfs.internal
 
DefaultVfsDirectoryScanner() - Constructor for class org.codehaus.mojo.vfs.internal.DefaultVfsDirectoryScanner
 
DefaultVfsFileSetManager - Class in org.codehaus.mojo.vfs.internal
 
DefaultVfsFileSetManager() - Constructor for class org.codehaus.mojo.vfs.internal.DefaultVfsFileSetManager
 
delete(VfsFileSet) - Method in class org.codehaus.mojo.vfs.internal.DefaultVfsFileSetManager
 
delete(VfsFileSet) - Method in interface org.codehaus.mojo.vfs.VfsFileSetManager
Delete a set of virtual files

G

getDestination() - Method in class org.codehaus.mojo.vfs.VfsFileSet
 
getExcludes() - Method in class org.codehaus.mojo.vfs.BaseFileSet
 
getIncludes() - Method in class org.codehaus.mojo.vfs.BaseFileSet
 
getRelativePath(FileObject, FileObject) - Static method in class org.codehaus.mojo.vfs.VfsUtils
 
getSource() - Method in class org.codehaus.mojo.vfs.VfsFileSet
 

I

isCaseSensitive() - Method in class org.codehaus.mojo.vfs.BaseFileSet
 
isOverwrite() - Method in class org.codehaus.mojo.vfs.BaseFileSet
 

L

list(VfsFileSet) - Method in class org.codehaus.mojo.vfs.internal.DefaultVfsFileSetManager
 
list(VfsFileSet) - Method in interface org.codehaus.mojo.vfs.VfsFileSetManager
Retrieve a list of virtual files base on criteria set by fileSet.

M

match(String, String) - Static method in class org.codehaus.mojo.vfs.internal.SelectorUtils
Tests whether or not a string matches against a pattern.
match(String, String, boolean) - Static method in class org.codehaus.mojo.vfs.internal.SelectorUtils
Tests whether or not a string matches against a pattern.
matchPath(String, String) - Static method in class org.codehaus.mojo.vfs.internal.SelectorUtils
Tests whether or not a given path matches a given pattern.
matchPath(String, String, boolean) - Static method in class org.codehaus.mojo.vfs.internal.SelectorUtils
Tests whether or not a given path matches a given pattern.
matchPatternStart(String, String) - Static method in class org.codehaus.mojo.vfs.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.vfs.internal.SelectorUtils
Tests whether or not a given path matches the start of a given pattern up to the first "**".
MavenMetadataUtils - Class in org.codehaus.mojo.vfs.internal
 
MavenMetadataUtils() - Constructor for class org.codehaus.mojo.vfs.internal.MavenMetadataUtils
 
merge(FileObject, FileObject) - Method in class org.codehaus.mojo.vfs.internal.DefaultMergeVfsMavenRepositories
 
merge(FileObject, FileObject, File, boolean) - Method in class org.codehaus.mojo.vfs.internal.DefaultMergeVfsMavenRepositories
 
merge(File, File) - Method in class org.codehaus.mojo.vfs.internal.MavenMetadataUtils
Merge toFile into fromeFile and write back to toFile
merge(FileObject, FileObject) - Method in interface org.codehaus.mojo.vfs.MergeVfsMavenRepositories
Merge Maven repositories
merge(FileObject, FileObject, File, boolean) - Method in interface org.codehaus.mojo.vfs.MergeVfsMavenRepositories
Merge Maven repositories with option to do dryRun by not push the merge to target repo
MergeVfsMavenRepositories - Interface in org.codehaus.mojo.vfs
 
move(VfsFileSet) - Method in class org.codehaus.mojo.vfs.internal.DefaultVfsFileSetManager
 
move(VfsFileSet) - Method in interface org.codehaus.mojo.vfs.VfsFileSetManager
Move a set of files between 2 virtual directories with criteria in fileSet

O

org.codehaus.mojo.vfs - package org.codehaus.mojo.vfs
 
org.codehaus.mojo.vfs.internal - package org.codehaus.mojo.vfs.internal
 

S

scan() - Method in class org.codehaus.mojo.vfs.internal.DefaultVfsDirectoryScanner
 
scan() - Method in interface org.codehaus.mojo.vfs.internal.VfsDirectoryScanner
Start the scan
SelectorUtils - Class in org.codehaus.mojo.vfs.internal
A copy of plexus-util's SelectorUtils to deal with unix file separator only.
SelectorUtils() - Constructor for class org.codehaus.mojo.vfs.internal.SelectorUtils
 
setCaseSensitive(boolean) - Method in class org.codehaus.mojo.vfs.BaseFileSet
 
setCaseSensitive(boolean) - Method in class org.codehaus.mojo.vfs.internal.DefaultVfsDirectoryScanner
 
setCaseSensitive(boolean) - Method in interface org.codehaus.mojo.vfs.internal.VfsDirectoryScanner
 
setDestination(FileObject) - Method in class org.codehaus.mojo.vfs.VfsFileSet
 
setExcludes(String[]) - Method in class org.codehaus.mojo.vfs.BaseFileSet
 
setExcludes(String[]) - Method in class org.codehaus.mojo.vfs.internal.DefaultVfsDirectoryScanner
 
setExcludes(String[]) - Method in interface org.codehaus.mojo.vfs.internal.VfsDirectoryScanner
Sets the list of exclude patterns to use.
setIncludes(String[]) - Method in class org.codehaus.mojo.vfs.BaseFileSet
 
setIncludes(String[]) - Method in class org.codehaus.mojo.vfs.internal.DefaultVfsDirectoryScanner
 
setIncludes(String[]) - Method in interface org.codehaus.mojo.vfs.internal.VfsDirectoryScanner
Sets the list of include patterns to use.
setOverwrite(boolean) - Method in class org.codehaus.mojo.vfs.BaseFileSet
 
setSource(FileObject) - Method in class org.codehaus.mojo.vfs.VfsFileSet
 
setStartingDirectory(FileObject) - Method in class org.codehaus.mojo.vfs.internal.DefaultVfsDirectoryScanner
 
setStartingDirectory(FileObject) - Method in interface org.codehaus.mojo.vfs.internal.VfsDirectoryScanner
 

T

tokenizePath(String) - Static method in class org.codehaus.mojo.vfs.internal.SelectorUtils
Breaks a path up into a Vector of path elements, tokenizing on File.separator.
toString() - Method in class org.codehaus.mojo.vfs.VfsFileSet
Retrieves the included and excluded files from this file-set's directory.

V

VfsDirectoryScanner - Interface in org.codehaus.mojo.vfs.internal
 
VfsFileSet - Class in org.codehaus.mojo.vfs
VFS configuration to scan for a set of remote files.
VfsFileSet() - Constructor for class org.codehaus.mojo.vfs.VfsFileSet
 
VfsFileSetManager - Interface in org.codehaus.mojo.vfs
 
VfsUtils - Class in org.codehaus.mojo.vfs
 
VfsUtils() - Constructor for class org.codehaus.mojo.vfs.VfsUtils
 
B C D G I L M O S T V 

Copyright © 2015 MojoHaus. All rights reserved.