Class Util
java.lang.Object
com.adobe.acs.commons.mcp.impl.processes.renovator.Util
Utility functions
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisActivated(org.apache.sling.api.resource.ResourceResolver rr, String path) static String[]listToStringArray(List<String> values) static booleanresourceExists(org.apache.sling.api.resource.ResourceResolver rr, String path) static voidwaitUntilResourceFound(org.apache.sling.api.resource.ResourceResolver rr, String path)
-
Method Details
-
resourceExists
public static boolean resourceExists(org.apache.sling.api.resource.ResourceResolver rr, String path) -
waitUntilResourceFound
public static void waitUntilResourceFound(org.apache.sling.api.resource.ResourceResolver rr, String path) throws MovingException - Throws:
MovingException
-
isActivated
-
listToStringArray
-