net.vsame.url2sql.url.impl
类 UrlConfig

java.lang.Object
  继承者 net.vsame.url2sql.url.impl.UrlConfig

public class UrlConfig
extends Object


构造方法摘要
UrlConfig()
           
 
方法摘要
 String getCacheScript()
           
 String getCleanCache()
           
 String getDesc()
           
 String getJs()
           
 Method getMethod()
           
 String getStatus()
           
 String getUrl()
           
 String getV()
           
 String getVar(String key)
           
 Map<String,String> getVars()
           
static void main(String[] args)
          测试 setMethod方法
 void setCacheScript(String cacheScript)
           
 void setCleanCache(String cleanCache)
           
 void setDesc(String desc)
           
 void setJs(String js)
           
 void setMethod(Method method)
           
 void setMethod(String method)
           
 void setStatus(String status)
           
 void setUrl(String url)
           
 void setV(String v)
           
 void setVars(Map<String,String> vars)
           
static Method string2Method(String method)
          将文本转换为对应Method
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

UrlConfig

public UrlConfig()
方法详细信息

string2Method

public static Method string2Method(String method)
将文本转换为对应Method

参数:
method -
返回:

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getMethod

public Method getMethod()

setMethod

public void setMethod(Method method)

setMethod

public void setMethod(String method)

getJs

public String getJs()

setJs

public void setJs(String js)

getVars

public Map<String,String> getVars()

getVar

public String getVar(String key)

setVars

public void setVars(Map<String,String> vars)

getV

public String getV()

setV

public void setV(String v)

getCacheScript

public String getCacheScript()

setCacheScript

public void setCacheScript(String cacheScript)

getCleanCache

public String getCleanCache()

setCleanCache

public void setCleanCache(String cleanCache)

getStatus

public String getStatus()

setStatus

public void setStatus(String status)

getDesc

public String getDesc()

setDesc

public void setDesc(String desc)

main

public static void main(String[] args)
                 throws Exception
测试 setMethod方法

参数:
args -
抛出:
Exception

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2015. All Rights Reserved.