Package net.officefloor.activity
Class ActivityLoaderImpl
- java.lang.Object
-
- net.officefloor.activity.ActivityLoaderImpl
-
- All Implemented Interfaces:
ActivityLoader
public class ActivityLoaderImpl extends java.lang.Object implements ActivityLoader
ActivityLoader
implementation.- Author:
- Daniel Sagenschneider
-
-
Constructor Summary
Constructors Constructor Description ActivityLoaderImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadActivityConfiguration(ActivityContext context)
Loads the Activity configuration.
-
-
-
Method Detail
-
loadActivityConfiguration
public void loadActivityConfiguration(ActivityContext context) throws java.lang.Exception
Description copied from interface:ActivityLoader
Loads the Activity configuration.- Specified by:
loadActivityConfiguration
in interfaceActivityLoader
- Parameters:
context
-ActivityContext
.- Throws:
java.lang.Exception
- If fails to load the configuration.
-
-