com.github.maven_nar
Class Test

java.lang.Object
  extended by com.github.maven_nar.Test
All Implemented Interfaces:
Executable

public class Test
extends Object
implements Executable

Sets up a test to create

Author:
Mark Donszelmann

Constructor Summary
Test()
           
 
Method Summary
 List getArgs()
           
 String getLink()
           
 String getName()
           
 boolean shouldRun()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Test

public Test()
Method Detail

getName

public final String getName()
                     throws org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoFailureException

getLink

public final String getLink()

shouldRun

public final boolean shouldRun()
Specified by:
shouldRun in interface Executable

getArgs

public final List getArgs()
Specified by:
getArgs in interface Executable


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.