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) classSelects paths based on Ant-like glob patterns.Methods in org.apache.maven.plugins.clean with parameters of type SelectorModifier and TypeMethodDescriptionprivate Cleaner.ResultCleaner.delete(File file, String pathname, Selector selector, boolean followSymlinks, boolean failOnError, boolean retryOnError) Deletes the specified file or directory.voidCleaner.delete(File basedir, Selector selector, boolean followSymlinks, boolean failOnError, boolean retryOnError) Deletes the specified directories and its contents.