Class CopyResourceToRelativePath
- java.lang.Object
-
- de.valtech.aecu.core.groovy.console.bindings.actions.resource.CopyResourceToRelativePath
-
-
Constructor Summary
Constructors Constructor Description CopyResourceToRelativePath(String relativePath, String newName, BindingContext context)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdoAction(org.apache.sling.api.resource.Resource resource)Runs an action.
-
-
-
Constructor Detail
-
CopyResourceToRelativePath
public CopyResourceToRelativePath(@Nonnull String relativePath, String newName, @Nonnull BindingContext context)
Constructor- Parameters:
relativePath- relative pathnewName- new namecontext- binding context
-
-