Package com.adobe.cq.launches.api
Interface LaunchSource
-
public interface LaunchSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resource
getSourceRootResource()
Returns the root resource the Launch Source belongs to (in the production tree)boolean
isDeep()
Returnstrue
if the currentLaunchSource
has 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()
Returnstrue
if the currentLaunchSource
has been created with inclusion of sub pages- Returns:
true
if the launch Source is deep
-
-