Interface EmulatorService


public interface EmulatorService
The EmulatorService provides access to Emulators.
Since:
CQ 5.4.0
  • Method Details

    • getEmulators

      List<Emulator> getEmulators(Resource resource)
      Returns the emulators for the specified resource.
      Parameters:
      resource - The resource
      Returns:
      The emulators
    • getEmulatorGroups

      List<EmulatorGroup> getEmulatorGroups(Resource resource)