public interface EmulatorProvider
EmulatorProvider
interface specifies emulator providers.Modifier and Type | Method and Description |
---|---|
java.util.List<EmulatorGroup> |
getEmulatorGroups(Resource resource)
Returns a list of groups containing emulators.
|
java.util.List<Emulator> |
getEmulators(Resource resource)
Returns the emulators for the specified resource.
|
boolean |
handles(Resource resource)
Indicates whether this provider handles the specified resource.
|
java.util.List<Emulator> getEmulators(Resource resource)
resource
- The resourceboolean handles(Resource resource)
resource
- The resourcetrue
if the provider handles the resource,
false
otherwisejava.util.List<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