
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