![JAR search and dependency download from the Maven repository](/logo.png)
com.simpligility.maven.plugins.android.configuration.VersionElementParser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of android-maven-plugin Show documentation
Show all versions of android-maven-plugin Show documentation
Maven Plugin for Android Development
package com.simpligility.maven.plugins.android.configuration;
import org.apache.maven.plugin.MojoExecutionException;
/**
* Interface for parsing version names into version elements.
*
* @author Wang Xuerui
*
*/
public interface VersionElementParser
{
int[] parseVersionElements( final String versionName ) throws MojoExecutionException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy