Class GorShellSessionFactory

java.lang.Object
org.gorpipe.gor.session.GenericFactory<org.gorpipe.gor.session.GorSession>
gorsat.process.GorSessionFactory
org.gorpipe.gorshell.GorShellSessionFactory

public class GorShellSessionFactory
extends GorSessionFactory
  • Constructor Summary

    Constructors 
    Constructor Description
    GorShellSessionFactory()  
    GorShellSessionFactory​(java.lang.String root)  
  • Method Summary

    Modifier and Type Method Description
    org.gorpipe.gor.session.GorSession create()  
    void setConfigFile​(java.lang.String configFile)  
    void setFileCacheEnabled​(boolean fileCacheEnabled)  
    void setRequestStatsEnabled​(boolean requestStatsEnabled)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • setConfigFile

      public void setConfigFile​(java.lang.String configFile)
    • setFileCacheEnabled

      public void setFileCacheEnabled​(boolean fileCacheEnabled)
    • setRequestStatsEnabled

      public void setRequestStatsEnabled​(boolean requestStatsEnabled)
    • create

      public org.gorpipe.gor.session.GorSession create()
      Specified by:
      create in class org.gorpipe.gor.session.GenericFactory<org.gorpipe.gor.session.GorSession>