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

jpaoletti.jpm.parser.PMParser Maven / Gradle / Ivy

The newest version!
package jpaoletti.jpm.parser;

/**
 *
 * @author jpaoletti
 */
public interface PMParser {
    public Object parseFile(String filename)throws Exception;
    public void saveToFile(Object object, String filename)throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy