Uses of Interface
org.apache.maven.plugins.clean.Selector
Packages that use Selector
-
Uses of Selector in org.apache.maven.plugins.clean
Classes in org.apache.maven.plugins.clean that implement SelectorModifier and TypeClassDescription(package private) class
Selects paths based on Ant-like glob patterns.Methods in org.apache.maven.plugins.clean with parameters of type SelectorModifier and TypeMethodDescriptionprivate Cleaner.Result
Cleaner.delete
(Path file, String pathname, Selector selector, boolean followSymlinks, boolean failOnError, boolean retryOnError) Deletes the specified file or directory.void
Cleaner.delete
(Path basedir, Selector selector, boolean followSymlinks, boolean failOnError, boolean retryOnError) Deletes the specified directories and its contents.