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

org.jcamp.spectrum.notes.INoteContentParser Maven / Gradle / Ivy

Go to download

The JCAMP-DX project is the reference implemention of the IUPAC JCAMP-DX spectroscopy data standard.

The newest version!
package org.jcamp.spectrum.notes;

/**
 * interface for parsing note contents from String representation
 * @author Thomas Weber
 */
public interface INoteContentParser {
    /**
     * parse the note content.
     * @return java.lang.Object
     * @param content java.lang.String
     * @param resultClass java.lang.Class
     */
    Object parseContent(String content, Class resultClass) throws BadContentException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy