Package com.day.cq.wcm.emulator
Interface EmulatorService
-
public interface EmulatorService
TheEmulatorService
provides access toEmulator
s.- Since:
- CQ 5.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<EmulatorGroup>
getEmulatorGroups(Resource resource)
java.util.List<Emulator>
getEmulators(Resource resource)
Returns the emulators for the specified resource.
-
-
-
Method Detail
-
getEmulators
java.util.List<Emulator> getEmulators(Resource resource)
Returns the emulators for the specified resource.- Parameters:
resource
- The resource- Returns:
- The emulators
-
getEmulatorGroups
java.util.List<EmulatorGroup> getEmulatorGroups(Resource resource)
-
-