org.mule.tools.apikit.input
Class MuleConfigParser

java.lang.Object
  extended by org.mule.tools.apikit.input.MuleConfigParser

public class MuleConfigParser
extends Object


Constructor Summary
MuleConfigParser(org.apache.maven.plugin.logging.Log log, Set<File> yamlPaths, Map<File,InputStream> streams, APIFactory apiFactory)
           
 
Method Summary
 Map<String,APIKitConfig> getApikitConfigs()
           
 Set<ResourceActionPair> getEntries()
           
 Set<API> getIncludedApis()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleConfigParser

public MuleConfigParser(org.apache.maven.plugin.logging.Log log,
                        Set<File> yamlPaths,
                        Map<File,InputStream> streams,
                        APIFactory apiFactory)
Method Detail

getApikitConfigs

public Map<String,APIKitConfig> getApikitConfigs()

getEntries

public Set<ResourceActionPair> getEntries()

getIncludedApis

public Set<API> getIncludedApis()


Copyright © 2013. All rights reserved.