Package gov.nara.nwts.ftapp.nameValidation

Examples of gov.nara.nwts.ftapp.nameValidation.RenameablePattern


*/
class LowercaseTest extends NameValidationTest {

  public LowercaseTest(FTDriver dt, FileTest nextTest) {
    super(dt, new ValidPattern("^[^A-Z]*$", false),nextTest, "Lowercase","Lowercase");
    testPatterns.add(new RenameablePattern(".*", false){
      public String getMessage(File f, Matcher m) {
        return "";
      }

      public File getNewFile(File f, Matcher m) {
View Full Code Here

TOP

Related Classes of gov.nara.nwts.ftapp.nameValidation.RenameablePattern

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.