public class ScreenshotServiceWrapper extends Object implements DeviceCallback
Constructor and Description |
---|
ScreenshotServiceWrapper(DeviceCallback delegate,
org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.logging.Log log) |
Modifier and Type | Method and Description |
---|---|
void |
doWithDevice(com.android.ddmlib.IDevice device)
What to do with an
IDevice . |
public ScreenshotServiceWrapper(DeviceCallback delegate, org.apache.maven.project.MavenProject project, org.apache.maven.plugin.logging.Log log)
public void doWithDevice(com.android.ddmlib.IDevice device) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
DeviceCallback
IDevice
.doWithDevice
in interface DeviceCallback
device
- the deviceorg.apache.maven.plugin.MojoExecutionException
- in case there is a problem, you may throw thisorg.apache.maven.plugin.MojoFailureException
- in case there is a problem, you may throw thisCopyright © 2008–2019 simpligility technologies inc.. All rights reserved.