name.valery1707.jcommander.validators.io.NotExists Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jcommander-validator-io Show documentation
Show all versions of jcommander-validator-io Show documentation
Validator for io (files, etc.)
The newest version!
package name.valery1707.jcommander.validators.io;
import name.valery1707.jcommander.validators.NotChecker;
import java.io.File;
@SuppressWarnings("WeakerAccess")
public class NotExists extends NotChecker {
public NotExists() {
super(new Exists());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy