All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.clarkparsia.pellint.format.LintFormat Maven / Gradle / Ivy

// Copyright (c) 2006 - 2008, Clark & Parsia, LLC. 
// This source code is available under the terms of the Affero General Public License v3.
//
// Please see LICENSE.txt for full license terms, including the availability of proprietary exceptions.
// Questions, comments, or requests for clarification: [email protected]

package com.clarkparsia.pellint.format;

import com.clarkparsia.pellint.model.Lint;

/**
 * 

* Title: Lint String Formatting Interface *

*

* Description: *

*

* Copyright: Copyright (c) 2008 *

*

* Company: Clark & Parsia, LLC. *

* * @author Harris Lin */ public interface LintFormat { //Could add a new interface: StringBuilder format(StringBuilder builder, Lint lint) //if this turns out to be too inefficient - i.e. creating lots of StringBuilder's //all the time. public String format(Lint lint); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy