Uses of Class
org.eclipse.epsilon.egl.launch.EgxRunConfiguration.Builder
-
Packages that use EgxRunConfiguration.Builder Package Description org.eclipse.epsilon.egl.launch -
-
Uses of EgxRunConfiguration.Builder in org.eclipse.epsilon.egl.launch
Classes in org.eclipse.epsilon.egl.launch with type parameters of type EgxRunConfiguration.Builder Modifier and Type Class Description static class
EgxRunConfiguration.Builder<C extends EgxRunConfiguration,B extends EgxRunConfiguration.Builder<C,B>>
Methods in org.eclipse.epsilon.egl.launch that return EgxRunConfiguration.Builder Modifier and Type Method Description static EgxRunConfiguration.Builder<? extends EgxRunConfiguration,?>
EgxRunConfiguration. Builder()
Constructors in org.eclipse.epsilon.egl.launch with parameters of type EgxRunConfiguration.Builder Constructor Description EgxRunConfiguration(EgxRunConfiguration.Builder<? extends EgxRunConfiguration,?> builder)
-