Class ScriptFactory


  • public class ScriptFactory
    extends java.lang.Object
    This class implements a factory to instantiate an Script component.
    Since:
    2.0
    Author:
    Davanum Srinivas
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.apache.commons.logging.Log log  
    • Constructor Summary

      Constructors 
      Constructor Description
      ScriptFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Script getScript()
      Get the Script implementation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

        protected static org.apache.commons.logging.Log log
    • Constructor Detail

      • ScriptFactory

        public ScriptFactory()
    • Method Detail

      • getScript

        public static Script getScript()
        Get the Script implementation.