org.apache.maven.plugin.nar
Class Test

java.lang.Object
  extended by org.apache.maven.plugin.nar.Test
All Implemented Interfaces:
Executable

public class Test
extends java.lang.Object
implements Executable

Sets up a test to create

Author:
Mark Donszelmann

Constructor Summary
Test()
           
 
Method Summary
 java.util.List getArgs()
           
 java.lang.String getLink()
           
 java.lang.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 java.lang.String getName()
                               throws org.apache.maven.plugin.MojoFailureException
Throws:
org.apache.maven.plugin.MojoFailureException

getLink

public final java.lang.String getLink()

shouldRun

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

getArgs

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


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