@Mojo(name="sql2java",
requiresDirectInvocation=true)
public class Sql2JavaMojo
extends AbstractDbMojo
| Constructor and Description |
|---|
Sql2JavaMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
protected File |
getOutputDirectory() |
protected File |
getPropertiesFile() |
static String |
getProperty(Properties prop,
String key) |
static String |
getProperty(Properties prop,
String key,
String default_val)
helper method with default values
|
static boolean |
isInArray(String[] ar,
String code)
is the given code in the string array ?
|
protected File getOutputDirectory()
protected File getPropertiesFile()
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionExceptionpublic static String getProperty(Properties prop, String key)
public static String getProperty(Properties prop, String key, String default_val)
Copyright © 2014. All Rights Reserved.