Uses of Interface
net.ssehub.easy.instantiation.core.model.common.ICommandLineProgram
-
Packages that use ICommandLineProgram Package Description net.ssehub.easy.instantiation.core.model.common Implements the common language elements. -
-
Uses of ICommandLineProgram in net.ssehub.easy.instantiation.core.model.common
Fields in net.ssehub.easy.instantiation.core.model.common with type parameters of type ICommandLineProgram Modifier and Type Field Description private static java.util.Map<java.lang.String,ICommandLineProgram>CommandLineProgramRegistry. programsMethods in net.ssehub.easy.instantiation.core.model.common that return ICommandLineProgram Modifier and Type Method Description static ICommandLineProgramCommandLineProgramRegistry. getRegisteredProgram(java.lang.String name)Returns a registered program instance.static ICommandLineProgramCommandLineProgramRegistry. obainCommandLineProgram(java.lang.String className)Obtains a command line program instance through dynamic class loading.ICommandLineProgramICommandLineProgram. prepare()Prepares for execution.Methods in net.ssehub.easy.instantiation.core.model.common with parameters of type ICommandLineProgram Modifier and Type Method Description static voidCommandLineProgramRegistry. registerProgram(java.lang.String name, ICommandLineProgram instance)Registers a program instance.
-