org.appfuse.mojo.exporter
Class Component

java.lang.Object
  extended by org.appfuse.mojo.exporter.Component
All Implemented Interfaces:
Serializable

public final class Component
extends Object
implements Serializable

Bean in charge to hold the default values needed to run a goal.

Version:
$Id$
Author:
Johann Reyes
See Also:
Serialized Form

Constructor Summary
Component()
           
 
Method Summary
 String getImplementation()
          Returns the alias of the Configuration class that this goal uses.
 String getName()
          Returns this goal's name.
 String getOutputDirectory()
          Returns the output directory for this goal.
 void setImplementation(String implementation)
          Sets the alias of the Configuration class that this goal uses.
 void setName(String name)
          Sets this goal's name.
 void setOutputDirectory(String outputDirectory)
          Sets the output directory for this goal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Component

public Component()
Method Detail

getImplementation

public String getImplementation()
Returns the alias of the Configuration class that this goal uses.

Returns:
String

setImplementation

public void setImplementation(String implementation)
Sets the alias of the Configuration class that this goal uses.

Parameters:
implementation - String

getName

public String getName()
Returns this goal's name.

Returns:
String

setName

public void setName(String name)
Sets this goal's name.

Parameters:
name - String

getOutputDirectory

public String getOutputDirectory()
Returns the output directory for this goal.

Returns:
String

setOutputDirectory

public void setOutputDirectory(String outputDirectory)
Sets the output directory for this goal.

Parameters:
outputDirectory - String


Copyright © 2003-2012. All Rights Reserved.