- java.lang.Object
-
- com.gluonhq.substrate.util.ios.Simulator
-
public class Simulator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Simulator(ProcessPaths paths, InternalProjectConfiguration projectConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleaninstallApp()Finds a valid simulator device, that can be set from the user or a default one and installs the appvoidlaunchSimulator()Finds a valid simulator device, that can be set from the user or a default one, launches the Simulator application, and launches the app on it
-
-
-
Constructor Detail
-
Simulator
public Simulator(ProcessPaths paths, InternalProjectConfiguration projectConfiguration)
-
-
Method Detail
-
installApp
public boolean installApp() throws java.io.IOException, java.lang.InterruptedExceptionFinds a valid simulator device, that can be set from the user or a default one and installs the app- Throws:
java.io.IOExceptionjava.lang.InterruptedException
-
launchSimulator
public void launchSimulator() throws java.io.IOException, java.lang.InterruptedExceptionFinds a valid simulator device, that can be set from the user or a default one, launches the Simulator application, and launches the app on it- Throws:
java.io.IOExceptionjava.lang.InterruptedException
-
-