Uses of Interface
com.iizigo.run.IRuntimeBuilder
Packages that use IRuntimeBuilder Package Description com.iizigo com.iizigo.run com.iizigo.run.impl com.iizigo.run.prop Uses of IRuntimeBuilder in com.iizigo
Methods in com.iizigo that return IRuntimeBuilder Modifier and Type Method Description static IRuntimeBuilder
Activator. getRuntimeCreation()
Gets the runtime creation builder.Methods in com.iizigo with parameters of type IRuntimeBuilder Modifier and Type Method Description static void
Activator. setRuntimeCreation(IRuntimeBuilder impl)
Sets the runtime creation builder.Uses of IRuntimeBuilder in com.iizigo.run
Constructors in com.iizigo.run with parameters of type IRuntimeBuilder Constructor Description EditorRuntimeBuilderJob(org.eclipse.core.resources.IProject project, RuntimeBuilderSettings settings, IRuntimeBuilder runtimeBuilder)
Creates the Job for a the iiziRun builder and sets the Build Rule.Uses of IRuntimeBuilder in com.iizigo.run.impl
Classes in com.iizigo.run.impl that implement IRuntimeBuilder Modifier and Type Class Description class
EclipseRuntimeBuilder
The activator class controls the plug-in life cycle.Uses of IRuntimeBuilder in com.iizigo.run.prop
Methods in com.iizigo.run.prop with parameters of type IRuntimeBuilder Modifier and Type Method Description void
EditorRuntimeBuilderProps. setup(ModuleModel module, IRuntimeBuilder runtimeBuilder)
Sets up the property.