org.mule.tools.apikit.model
Class APIKitConfig

java.lang.Object
  extended by org.mule.tools.apikit.model.APIKitConfig

public class APIKitConfig
extends Object


Nested Class Summary
static class APIKitConfig.Builder
           
 
Field Summary
static String CONSOLE_ENABLED_ATTRIBUTE
           
static String CONSOLE_PATH_ATTRIBUTE
           
static String DEFAULT_CONFIG_NAME
           
static String DEFAULT_CONSOLE_PATH
           
static String ELEMENT_NAME
           
static String NAME_ATTRIBUTE
           
static String RAML_ATTRIBUTE
           
 
Method Summary
 String getConsolePath()
           
 String getName()
           
 String getRaml()
           
 boolean isConsoleEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT_NAME

public static final String ELEMENT_NAME
See Also:
Constant Field Values

NAME_ATTRIBUTE

public static final String NAME_ATTRIBUTE
See Also:
Constant Field Values

RAML_ATTRIBUTE

public static final String RAML_ATTRIBUTE
See Also:
Constant Field Values

CONSOLE_ENABLED_ATTRIBUTE

public static final String CONSOLE_ENABLED_ATTRIBUTE
See Also:
Constant Field Values

CONSOLE_PATH_ATTRIBUTE

public static final String CONSOLE_PATH_ATTRIBUTE
See Also:
Constant Field Values

DEFAULT_CONSOLE_PATH

public static final String DEFAULT_CONSOLE_PATH
See Also:
Constant Field Values

DEFAULT_CONFIG_NAME

public static final String DEFAULT_CONFIG_NAME
See Also:
Constant Field Values
Method Detail

getName

public String getName()

getRaml

public String getRaml()

isConsoleEnabled

public boolean isConsoleEnabled()

getConsolePath

public String getConsolePath()


Copyright © 2013. All rights reserved.