You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by GitBox <gi...@apache.org> on 2021/06/10 16:14:55 UTC

[GitHub] [sling-org-apache-sling-feature-extension-apiregions] bosschaert commented on a change in pull request #15: SLING-10482 Make it possible to validate values with property placeholders

bosschaert commented on a change in pull request #15:
URL: https://github.com/apache/sling-org-apache-sling-feature-extension-apiregions/pull/15#discussion_r649334268



##########
File path: src/main/java/org/apache/sling/feature/extension/apiregions/api/config/PropertyDescription.java
##########
@@ -457,4 +465,33 @@ public PlaceholderPolicy getPlaceholderPolicy() {
     public void setPlaceholderPolicy(final PlaceholderPolicy policy) {
         this.placeholderPolicy = policy == null ? PlaceholderPolicy.DEFAULT : policy;
     }
+
+	/**
+	 * Get the placeholder regex
+	 * @return the placeholder regex or {@code null}
+	 */
+    public String getPlaceholderRegex() {

Review comment:
       Thanks for the suggestion, @cziegeler - I've done this in my latest commit.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org