|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExporterMojo
Interface for the different types of exporters found in hibernate-tools.
Field Summary |
---|
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Method Summary | |
---|---|
String |
getComponentProperty(String key)
Returns the value from the componentProperties element which key is the one being passed. |
boolean |
getComponentProperty(String key,
boolean defaultValue)
Returns the value from the componentProperties element as a boolean value, or if a value is not found returns the default value. |
String |
getComponentProperty(String key,
String defaultValue)
Returns the value from the componentProperties element which key is the one being passed, or if is null or empty then returns the default value being specified. |
String |
getName()
Name of the goal being invoked. |
MavenProject |
getProject()
Returns the MavenProject object. |
Methods inherited from interface org.apache.maven.plugin.Mojo |
---|
execute, getLog, setLog |
Method Detail |
---|
String getComponentProperty(String key)
key
- Key
String getComponentProperty(String key, String defaultValue)
key
- KeydefaultValue
- Default value
boolean getComponentProperty(String key, boolean defaultValue)
key
- KeydefaultValue
- Default value
String getName()
MavenProject getProject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |