org.slim3.struts.util
Class S3ExecuteConfigUtil

java.lang.Object
  extended by org.slim3.struts.util.S3ExecuteConfigUtil

public final class S3ExecuteConfigUtil
extends Object

A utility for S3ExecuteConfig.

Since:
3.0
Author:
higa

Method Summary
static S3ExecuteConfig getExecuteConfig()
          Returns the execute configuration.
static void setExecuteConfig(S3ExecuteConfig executeConfig)
          Sets the execute configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getExecuteConfig

public static S3ExecuteConfig getExecuteConfig()
Returns the execute configuration.

Returns:
the execute configuration

setExecuteConfig

public static void setExecuteConfig(S3ExecuteConfig executeConfig)
Sets the execute configuration.

Parameters:
executeConfig - the execute configuration


Copyright © 2008-2009 The Slim3 project. All Rights Reserved.