Uses of Interface
org.intocps.maestro.interpreter.IExternalValueFactory
Packages that use IExternalValueFactory
-
Uses of IExternalValueFactory in org.intocps.maestro.interpreter
Classes in org.intocps.maestro.interpreter that implement IExternalValueFactoryModifier and TypeClassDescriptionclassDefault interpreter factory with framework support and other basic features.Methods in org.intocps.maestro.interpreter that return IExternalValueFactoryModifier and TypeMethodDescriptionDefaultExternalValueFactory.changeWorkingDirectory(Path newSuggestion, InputStream config) IExternalValueFactory.changeWorkingDirectory(Path newSuggestion, InputStream config) Requests the current factory to return a new instance with the working directory changedInterpreter.getLoadFactory()Constructors in org.intocps.maestro.interpreter with parameters of type IExternalValueFactoryModifierConstructorDescriptionInterpreter(IExternalValueFactory loadFactory) Interpreter(IExternalValueFactory loadFactory, ITransitionManager transitionManager)