Methods in org.utgenome.shell that throw UTGBShellException |
void |
UTGBShellCommand.createContextXML(String contextPath,
String projectRoot,
boolean reloadable)
|
void |
ScaffoldGenerator.createEclipseLaunchFile(String projectName,
String templatePath,
String suffix)
|
void |
UTGBShellCommand.createFileFromTemplate(Class<?> baseClass,
String templateFilePath,
String relativePathOfTarget,
Properties prop)
|
static void |
UTGBShellCommand.createFileFromTemplate(Class<?> baseClass,
String templateFilePath,
String projectFolder,
String relativePathOfTarget,
Properties prop,
boolean overWrite)
|
void |
ScaffoldGenerator.createGWTModuleScaffold(UTGBConfig config)
|
void |
ScaffoldGenerator.createProjectScaffold(UTGBConfig config)
|
static void |
Create.createScaffold(UTGBConfig config,
String outputFolder,
Create.ScaffoldFileFilter generateFileFilter)
|
void |
Eclipse.execute(String[] args)
|
UTGBConfig |
UTGBShellCommand.loadUTGBConfig()
|
void |
UTGBShellCommand.maven(String commandLine)
|
void |
UTGBShellCommand.maven(String commandLine,
Properties systemProperties)
|
static void |
Server.rsync(File src,
File dest)
|
static void |
Server.rsync(String src,
String dest)
|
static void |
Maven.runMaven(String arg)
|
static void |
Maven.runMaven(String[] args)
|
static int |
Maven.runMaven(String[] args,
File workingDir,
Properties systemProperties)
|
static void |
Maven.runMaven(String arg,
File workingDir)
|
static void |
Maven.runMaven(String arg,
File workingDir,
Properties sytemProperties)
|