Uses of Interface
org.apache.maven.plugins.clean.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
(File file, String pathname, Selector selector, boolean followSymlinks, boolean failOnError, boolean retryOnError) Deletes the specified file or directory.void
Cleaner.delete
(File basedir, Selector selector, boolean followSymlinks, boolean failOnError, boolean retryOnError) Deletes the specified directories and its contents.