Package net.sf.launch4j.config

Examples of net.sf.launch4j.config.Config.validate()


   * @return Output file path.
   */
  public File build() throws BuilderException {
    final Config c = ConfigPersister.getInstance().getConfig();
    try {
      c.validate();
    } catch (InvariantViolationException e) {
      throw new BuilderException(e.getMessage());
    }
    File rc = null;
    File ro = 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.