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

org.bidib.jbidibc.decoder.version.DecoderVersion Maven / Gradle / Ivy

package org.bidib.jbidibc.decoder.version;

public interface DecoderVersion {

    /**
     * @return the major version
     */
    Integer getMajorVersion();

    /**
     * @return the minor version
     */
    Integer getMinorVersion();

    /**
     * @return the micro version
     */
    Integer getMicroVersion();

    /**
     * @param versionString
     *            the version string to parse
     */
    void parse(String versionString);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy