Class OperationFactoryExt


  • public class OperationFactoryExt
    extends java.lang.Object
    Provides an extension to the OperationFactory for convertAction( Class ), which takes a Class with a constructor that takes a String as an argument. It uses the constructor to create an instance of the Class from its argument.

    This is split off here to avoid problems with the build depending on the version of OperationFactory that is in Java SE 5.0.

    • Constructor Detail

      • OperationFactoryExt

        private OperationFactoryExt()
    • Method Detail

      • convertAction

        public static Operation convertAction​(java.lang.Class<?> cls)