org.apache.tools.ant.types.selectors
public class WritableSelector extends Object implements FileSelector, ResourceSelector
Writable is defined in terms of java.io.File#canWrite, this means the selector will accept any file that exists and is writable by the application.
Since: Ant 1.8.0
Method Summary | |
---|---|
boolean | isSelected(File basedir, String filename, File file) |
boolean | isSelected(Resource r) |