com.simpligility.maven.plugins.android.configuration.Run 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
The newest version!
package com.simpligility.maven.plugins.android.configuration;
/**
* Configuration for the Run goal.
*
* @author Manfred Moser - [email protected]
* @see com.simpligility.maven.plugins.android.standalonemojos.RunMojo
*/
public class Run
{
/**
* Mirror of {@link com.simpligility.maven.plugins.android.standalonemojos.RunMojo#runDebug}
*/
protected String debug;
public String isDebug()
{
return debug;
}
}