|
||||||||||
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 | |
---|---|
java.lang.String |
getImplementation()
Returns the alias of the Configuration class that this goal uses. |
java.lang.String |
getName()
Returns this goal's name. |
java.lang.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(java.lang.String implementation)
Sets the alias of the Configuration class that this goal uses. |
void |
setName(java.lang.String name)
Sets this goal's name. |
void |
setOutputDirectory(java.lang.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 java.lang.String getImplementation()
public void setImplementation(java.lang.String implementation)
implementation
- Stringpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- Stringpublic java.lang.String getOutputDirectory()
public void setOutputDirectory(java.lang.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 |