public class PropConfig extends Object
| 构造器和说明 |
|---|
PropConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
getBasePackage() |
static String |
getDbPoolName()
Gets db pool name.
|
static String |
getLocalhost()
Gets localhost.
|
static String |
getLocalport()
Gets localport.
|
static int |
getRetryCount()
Gets retry count.
|
static String |
getSourceCodeDir()
Gets source code dir.
|
static String |
getSourceCodeEncoding()
Gets source code encoding.
|
static String |
getTimeout()
Gets timeout.
|
static String |
getWebPath()
Gets web path.
|
static boolean |
isUseProxy()
Is use proxy boolean.
|
static void |
setBasePackage(String val) |
static void |
setDbPoolName(String dbPoolName)
Sets db pool name.
|
static void |
setLocalhost(String val)
Sets localhost.
|
static void |
setLocalport(String val)
Sets localport.
|
static void |
setRetryCount(String val)
Sets retry count.
|
static void |
setSourceCodeDir(String val)
Sets source code dir.
|
static void |
setSourceCodeEncoding(String val)
Sets source code encoding.
|
static void |
setTimeout(String val)
Sets timeout.
|
static void |
setUseProxy(String val)
Sets use proxy.
|
static void |
setWebPath(String val)
Sets web path.
|
public static String getBasePackage()
public static void setBasePackage(String val)
public static String getWebPath()
public static void setWebPath(String val)
val - the valpublic static String getDbPoolName()
public static void setDbPoolName(String dbPoolName)
dbPoolName - the db pool namepublic static boolean isUseProxy()
public static void setUseProxy(String val)
val - the valpublic static String getLocalhost()
public static void setLocalhost(String val)
val - the valpublic static String getLocalport()
public static void setLocalport(String val)
val - the valpublic static String getTimeout()
public static void setTimeout(String val)
val - the valpublic static int getRetryCount()
public static void setRetryCount(String val)
val - the valpublic static String getSourceCodeEncoding()
public static void setSourceCodeEncoding(String val)
val - the valpublic static String getSourceCodeDir()
public static void setSourceCodeDir(String val)
val - the valCopyright © 2016. All rights reserved.