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

com.jayway.maven.plugins.android.configuration.Run Maven / Gradle / Ivy

There is a newer version: 4.0.0-rc.2
Show newest version
package com.jayway.maven.plugins.android.configuration;

/**
 * Configuration for the Run goal.
 *
 * @author Manfred Moser 
 * @see com.jayway.maven.plugins.android.standalonemojos.RunMojo
 */
public class Run
{

    /**
     * Mirror of {@link com.jayway.maven.plugins.android.standalonemojos.RunMojo#runDebug}
     */
    protected Boolean debug;

    public Boolean isDebug()
    {
        return debug;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy