Package com.adobe.cq.launches.api
Interface LaunchSource
public interface LaunchSource
-
Method Summary
Modifier and TypeMethodDescriptionReturns the root resource the Launch Source belongs to (in the production tree)booleanisDeep()Returnstrueif the currentLaunchSourcehas been created with inclusion of sub pages
-
Method Details
-
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
-