Modifier and Type | Method and Description |
---|---|
Factory |
Engine.getBasicFactory() |
Modifier and Type | Method and Description |
---|---|
void |
BasicConfiguration.setFactory(Factory factory) |
Modifier and Type | Method and Description |
---|---|
Factory |
BasicExtendedInterpreter.getFactory() |
Modifier and Type | Method and Description |
---|---|
void |
BasicExtendedInterpreter.setFactory(Factory factory) |
Modifier and Type | Class and Description |
---|---|
class |
BasicFactory
Implementing the interface
Factory this
class instantiates the objects using the JDK standard ServiceLoader . |
Modifier and Type | Method and Description |
---|---|
static Factory |
ThreadLocalFactoryFactory.getFactory() |
static Factory |
SingletonFactoryFactory.getFactory()
Get the single instance of the factory, managed by this utility class.
|
static Factory |
FactoryFactory.getFactory()
Get a new instance of the factory.
|
static Factory |
FactoryServiceLoader.loadFactory()
Load and create a new instance of the implementation of the interface
Factory . |
Modifier and Type | Method and Description |
---|---|
Factory |
EngineApi.getBasicFactory()
Get the factory used to create the different parts of the execution
environment for this engine.
|
Modifier and Type | Method and Description |
---|---|
void |
FactoryManaged.setFactory(Factory factory)
When a factory creates an instance of a class implementing this interface
this method is called to register the factory that created the instance.
|
Modifier and Type | Method and Description |
---|---|
Factory |
ScriptEngine.getBasicFactory() |
Modifier and Type | Method and Description |
---|---|
Factory |
BasicLexicalAnalyzer.getFactory() |
Modifier and Type | Method and Description |
---|---|
void |
BasicLexicalAnalyzer.setFactory(Factory factory) |
Modifier and Type | Method and Description |
---|---|
void |
GenericReader.setFactory(Factory factory) |
void |
GenericHierarchicalReader.setFactory(Factory factory) |
Modifier and Type | Method and Description |
---|---|
Factory |
BasicSyntaxAnalyzer.getFactory() |
Factory |
BasicProgram.getFactory() |
Factory |
AbstractNestedStructureHouseKeeper.getFactory() |
abstract Factory |
AbstractGenericListAnalyzer.getFactory() |
abstract Factory |
AbstractAnalyzer.getFactory() |
Modifier and Type | Method and Description |
---|---|
void |
BasicSyntaxAnalyzer.setFactory(Factory factory) |
void |
BasicProgram.setFactory(Factory factory) |
void |
AbstractNestedStructureHouseKeeper.setFactory(Factory factory) |
Modifier and Type | Method and Description |
---|---|
Factory |
BasicCommandFactory.getFactory() |
Factory |
AbstractCommandAnalyzer.getFactory() |
Modifier and Type | Method and Description |
---|---|
void |
BasicCommandFactory.setFactory(Factory factory) |
void |
AbstractCommandAnalyzer.setFactory(Factory factory) |
Modifier and Type | Method and Description |
---|---|
Factory |
BasicTagAnalyzer.getFactory() |
Factory |
BasicExpressionListAnalyzer.getFactory() |
Factory |
AbstractExpressionAnalyzer.getFactory() |
Modifier and Type | Method and Description |
---|---|
void |
BasicTagAnalyzer.setFactory(Factory factory) |
void |
BasicExpressionListAnalyzer.setFactory(Factory factory) |
void |
AbstractExpressionAnalyzer.setFactory(Factory factory) |
Modifier and Type | Method and Description |
---|---|
Factory |
BasicSimpleLeftValueListAnalyzer.getFactory() |
Factory |
BasicSimpleLeftValueAnalyzer.getFactory() |
Factory |
BasicLeftValueListAnalyzer.getFactory() |
Factory |
AbstractLeftValueAnalyzer.getFactory() |
Modifier and Type | Method and Description |
---|---|
void |
BasicSimpleLeftValueListAnalyzer.setFactory(Factory factory) |
void |
BasicSimpleLeftValueAnalyzer.setFactory(Factory factory) |
void |
BasicLeftValueListAnalyzer.setFactory(Factory factory) |
void |
AbstractLeftValueAnalyzer.setFactory(Factory factory) |
Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.