com.smartbear.swagger4j.impl
Class Utils.ConsoleSwaggerStore

java.lang.Object
  extended by com.smartbear.swagger4j.impl.Utils.ConsoleSwaggerStore
All Implemented Interfaces:
SwaggerStore
Enclosing class:
Utils

public static class Utils.ConsoleSwaggerStore
extends Object
implements SwaggerStore

SwaggerStore implementation that writes Swagger definitions to the Console; for debugging

See Also:
SwaggerStore

Constructor Summary
Utils.ConsoleSwaggerStore()
           
 
Method Summary
 Writer createResource(String path)
          Create a resource with the specified path
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils.ConsoleSwaggerStore

public Utils.ConsoleSwaggerStore()
Method Detail

createResource

public Writer createResource(String path)
Description copied from interface: SwaggerStore
Create a resource with the specified path

Specified by:
createResource in interface SwaggerStore
Parameters:
path - the path of the resource to create
Returns:
a Writer to which the resource can be written


Copyright © 2013. All Rights Reserved.