Class LinePrefixCleaner
- java.lang.Object
-
- org.apache.sling.repoinit.parser.operations.LinePrefixCleaner
-
@ProviderType public class LinePrefixCleaner extends java.lang.Object
Removes an prefix at the beginning of each line in a String. Used for embedding CND files in repoinit statements and hiding them from the Sling provisioning model parser which fails on statements like [sling:someNodetype] which are similar to provisioning model sections.
-
-
Constructor Summary
Constructors Constructor Description LinePrefixCleaner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
removePrefix(java.lang.String prefix, java.lang.String textBlock)
-