com.github.kongchen.swagger.docgen.mavenplugin
类 ApiSource

java.lang.Object
  继承者 com.github.kongchen.swagger.docgen.mavenplugin.ApiSource

public class ApiSource
extends Object

Created with IntelliJ IDEA. User: kongchen Date: 3/7/13


字段摘要
 String mustacheFileRoot
           
 boolean useOutputFlatStructure
           
 
构造方法摘要
ApiSource()
           
 
方法摘要
 String getApiVersion()
           
 String getBasePath()
           
 String getLocations()
           
 String getMustacheFileRoot()
           
 String getOutputPath()
           
 String getOutputTemplate()
           
 String getSwaggerDirectory()
           
 String getSwaggerUIDocBasePath()
           
 Set<Class> getValidClasses()
           
 boolean isUseOutputFlatStructure()
           
 void setApiVersion(String apiVersion)
           
 void setBasePath(String basePath)
           
 void setLocations(String locations)
           
 void setMustacheFileRoot(String mustacheFileRoot)
           
 void setOutputPath(String outputPath)
           
 void setOutputTemplate(String outputTemplate)
           
 void setSwaggerDirectory(String swaggerDirectory)
           
 void setSwaggerUIDocBasePath(String swaggerUIDocBasePath)
           
 void setUseOutputFlatStructure(boolean useOutputFlatStructure)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

mustacheFileRoot

public String mustacheFileRoot

useOutputFlatStructure

public boolean useOutputFlatStructure
构造方法详细信息

ApiSource

public ApiSource()
方法详细信息

getValidClasses

public Set<Class> getValidClasses()
                           throws GenerateException
抛出:
GenerateException

getLocations

public String getLocations()

setLocations

public void setLocations(String locations)

getOutputTemplate

public String getOutputTemplate()

setOutputTemplate

public void setOutputTemplate(String outputTemplate)

getMustacheFileRoot

public String getMustacheFileRoot()

setMustacheFileRoot

public void setMustacheFileRoot(String mustacheFileRoot)

isUseOutputFlatStructure

public boolean isUseOutputFlatStructure()

setUseOutputFlatStructure

public void setUseOutputFlatStructure(boolean useOutputFlatStructure)

getOutputPath

public String getOutputPath()

setOutputPath

public void setOutputPath(String outputPath)

getApiVersion

public String getApiVersion()

setApiVersion

public void setApiVersion(String apiVersion)

getBasePath

public String getBasePath()

setBasePath

public void setBasePath(String basePath)

getSwaggerDirectory

public String getSwaggerDirectory()

setSwaggerDirectory

public void setSwaggerDirectory(String swaggerDirectory)

setSwaggerUIDocBasePath

public void setSwaggerUIDocBasePath(String swaggerUIDocBasePath)

getSwaggerUIDocBasePath

public String getSwaggerUIDocBasePath()


Copyright © 2014. All Rights Reserved.