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, ignore "SERV" keyword
|
static void |
goServer()
Extract all Sql/Java pieces from web files to server side java source code, no matter if it have "FRONT"
keyword or not
|
static void |
registerMethodTemplate(String method,
Class<?> templateClass)
Register a customized method template
|
public static void deploy(String option)
public static void registerMethodTemplate(String method, Class<?> templateClass)
public static void goFront()
public static void goServer()
Copyright © 2021. All rights reserved.