org.springframework.core
Class ControlFlowFactory

java.lang.Object
  extended by org.springframework.core.ControlFlowFactory

public abstract class ControlFlowFactory
extends java.lang.Object

Static factory to conceal the automatic choice of the ControlFlow implementation class.

This implementation always uses the efficient Java 1.4 StackTraceElement mechanism for analyzing control flows.

Since:
02.02.2004
Author:
Rod Johnson, Juergen Hoeller

Nested Class Summary
(package private) static class ControlFlowFactory.Jdk14ControlFlow
          Utilities for cflow-style pointcuts.
 
Constructor Summary
ControlFlowFactory()
           
 
Method Summary
static ControlFlow createControlFlow()
          Return an appropriate ControlFlowFactory.Jdk14ControlFlow instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlFlowFactory

public ControlFlowFactory()
Method Detail

createControlFlow

public static ControlFlow createControlFlow()
Return an appropriate ControlFlowFactory.Jdk14ControlFlow instance.