public interface EmulatorProvider
EmulatorProvider interface specifies emulator providers.| Modifier and Type | Method and Description |
|---|---|
List<EmulatorGroup> |
getEmulatorGroups(Resource resource)
Returns a list of groups containing emulators.
|
List<Emulator> |
getEmulators(Resource resource)
Returns the emulators for the specified resource.
|
boolean |
handles(Resource resource)
Indicates whether this provider handles the specified resource.
|
List<Emulator> getEmulators(Resource resource)
resource - The resourceboolean handles(Resource resource)
resource - The resourcetrue if the provider handles the resource,
false otherwiseList<EmulatorGroup> getEmulatorGroups(Resource resource)
resource - The resource from which to derive the emulator groups.List containing the emulator groups.Copyright © 2010 - 2020 Adobe. All Rights Reserved