org.mule.tools.apikit.input
Class APIKitFlow

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

public class APIKitFlow
extends Object


Field Summary
static String APIKIT_FLOW_NAME_FORMAT
           
 
Constructor Summary
APIKitFlow(String action, String resource)
           
APIKitFlow(String action, String resource, String configRef)
           
 
Method Summary
static APIKitFlow buildFromName(String name)
           
 String getAction()
           
 String getConfigRef()
           
 String getResource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APIKIT_FLOW_NAME_FORMAT

public static final String APIKIT_FLOW_NAME_FORMAT
See Also:
Constant Field Values
Constructor Detail

APIKitFlow

public APIKitFlow(String action,
                  String resource)

APIKitFlow

public APIKitFlow(String action,
                  String resource,
                  String configRef)
Method Detail

getAction

public String getAction()

getResource

public String getResource()

getConfigRef

public String getConfigRef()

buildFromName

public static APIKitFlow buildFromName(String name)


Copyright © 2013. All rights reserved.