|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.hibernate3.exporter.Component
public final class Component
Bean in charge to hold the default values needed to run a goal.
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. |
boolean |
isCompileSourceRoot()
Returns whether the output directory is a compile source root. |
void |
setCompileSourceRoot(boolean isCompileSourceRoot)
Sets whether the output directory is a compile source root. |
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 |
---|
public Component()
Method Detail |
---|
public String getImplementation()
public void setImplementation(String implementation)
implementation
- Stringpublic String getName()
public void setName(String name)
name
- Stringpublic String getOutputDirectory()
public void setOutputDirectory(String outputDirectory)
outputDirectory
- Stringpublic boolean isCompileSourceRoot()
public void setCompileSourceRoot(boolean isCompileSourceRoot)
isCompileSourceRoot
- boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |