com.amazonaws.services.simpleworkflow.flow.common
Class FlowHelpers

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.flow.common.FlowHelpers

public final class FlowHelpers
extends Object


Constructor Summary
FlowHelpers()
           
 
Method Summary
static long durationToSeconds(String duration)
           
static String secondsToDuration(Long seconds)
           
static Object[] validateInput(Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowHelpers

public FlowHelpers()
Method Detail

secondsToDuration

public static String secondsToDuration(Long seconds)

durationToSeconds

public static long durationToSeconds(String duration)

validateInput

public static Object[] validateInput(Method method,
                                     Object[] args)


Copyright © 2016. All rights reserved.