Package com.adobe.cq.launches.api
Interface LaunchSource
-
public interface LaunchSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourcegetSourceRootResource()Returns the root resource the Launch Source belongs to (in the production tree)booleanisDeep()Returnstrueif the currentLaunchSourcehas been created with inclusion of sub pages
-
-
-
Method Detail
-
getSourceRootResource
Resource getSourceRootResource()
Returns the root resource the Launch Source belongs to (in the production tree)- Returns:
- Launch source root resource
-
isDeep
boolean isDeep()
Returnstrueif the currentLaunchSourcehas been created with inclusion of sub pages- Returns:
trueif the launch Source is deep
-
-