Package net.officefloor.plugin.clazz
Interface ClassFlowRegistry
-
public interface ClassFlowRegistry
Registry ofFlow
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
registerFlow(java.lang.String label, java.lang.Class<?> flowParameterType)
Registers theFlow
.
-