Uses of Interface
org.intocps.maestro.interpreter.IExternalValueFactory
-
Packages that use IExternalValueFactory Package Description org.intocps.maestro.interpreter -
-
Uses of IExternalValueFactory in org.intocps.maestro.interpreter
Classes in org.intocps.maestro.interpreter that implement IExternalValueFactory Modifier and Type Class Description classDefaultExternalValueFactoryDefault interpreter factory with framework support and other basic features.Methods in org.intocps.maestro.interpreter that return IExternalValueFactory Modifier and Type Method Description IExternalValueFactoryDefaultExternalValueFactory. changeWorkingDirectory(Path newSuggestion, InputStream config)IExternalValueFactoryIExternalValueFactory. changeWorkingDirectory(Path newSuggestion, InputStream config)Requests the current factory to return a new instance with the working directory changedIExternalValueFactoryInterpreter. getLoadFactory()Constructors in org.intocps.maestro.interpreter with parameters of type IExternalValueFactory Constructor Description Interpreter(IExternalValueFactory loadFactory)Interpreter(IExternalValueFactory loadFactory, ITransitionManager transitionManager)
-