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

org.seedstack.io.Parsers Maven / Gradle / Ivy

There is a newer version: 3.0.1
Show newest version
/**
 * Copyright (c) 2013-2015, The SeedStack authors 
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */
package org.seedstack.io;

/**
 * @author [email protected]
 *         Date: 24/03/14
 */
public interface Parsers {

    /**
     * Returns a parser corresponding to a specific key.
     *
     * @param key
     *            The key associated to the parser
     * @return Renderer
     */
    Parser getParserFor(String key);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy