public class DeployTool extends Object
| Constructor and Description |
|---|
DeployTool() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deploy(String option) |
static void |
goFront()
Push back all Sql/Java pieces to front side, except file start with "back"
|
static void |
goServer()
Extract all Sql/Java pieces from front to backend, except java/sql piece started with "front"
|
static void |
registerMethodTemplate(String method,
Class<?> templateClass)
Register a customized method template
|
static List<File> |
searchSupportedWebFilesInMultiplePaths(String[] paths) |
static List<File> |
searchSupportedWebFilesInOnePath(String path,
List<File> files) |
public static void deploy(String option)
public static void registerMethodTemplate(String method, Class<?> templateClass)
public static void goFront()
public static void goServer()
public static List<File> searchSupportedWebFilesInMultiplePaths(String[] paths)
Copyright © 2022. All rights reserved.