Package com.clarkparsia.pellint.format

Examples of com.clarkparsia.pellint.format.SimpleLintFormat


  /**
   * It is recommended to use LintFormat.format() instead of calling toString() directly on a Lint.
   */
  @Override
  public String toString() {
    return new SimpleLintFormat().format(this);
  }
View Full Code Here

TOP

Related Classes of com.clarkparsia.pellint.format.SimpleLintFormat

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.