Examples of AAVSODownloadFormatValidator


Examples of org.aavso.tools.vstar.data.validation.AAVSODownloadFormatValidator

    if (NewStarType.NEW_STAR_FROM_SIMPLE_FILE.equals(newStarType)) {
      validator = new SimpleTextFormatValidator(lineReader, newStarType
          .getMinFields(), newStarType.getMaxFields(), newStarType
          .getFieldInfoSource());
    } else if (NewStarType.NEW_STAR_FROM_DOWNLOAD_FILE.equals(newStarType)) {
      validator = new AAVSODownloadFormatValidator(lineReader,
          newStarType.getMinFields(), newStarType.getMaxFields(),
          newStarType.getFieldInfoSource());
    }

    assert (validator != null);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.