Package gorsat.process
Class GenericSessionFactory
java.lang.Object
org.gorpipe.gor.session.GenericFactory<org.gorpipe.gor.session.GorSession>
gorsat.process.GorSessionFactory
gorsat.process.GenericSessionFactory
public class GenericSessionFactory extends GorSessionFactory
Factory class for creating default/generic gor sessions. This factory replaces the createDefaultSession() method.
-
Constructor Summary
Constructors Constructor Description GenericSessionFactory()GenericSessionFactory(java.lang.String root, java.lang.String cacheDir) -
Method Summary
Modifier and Type Method Description org.gorpipe.gor.session.GorSessioncreate()voidsetConfigFile(java.lang.String configFile)
-
Constructor Details
-
GenericSessionFactory
public GenericSessionFactory() -
GenericSessionFactory
public GenericSessionFactory(java.lang.String root, java.lang.String cacheDir)
-
-
Method Details
-
setConfigFile
public void setConfigFile(java.lang.String configFile) -
create
public org.gorpipe.gor.session.GorSession create()- Specified by:
createin classorg.gorpipe.gor.session.GenericFactory<org.gorpipe.gor.session.GorSession>
-