Class RegisterNodetypes

java.lang.Object
org.apache.sling.repoinit.parser.operations.Operation
org.apache.sling.repoinit.parser.operations.RegisterNodetypes

@ProviderType
public class RegisterNodetypes
extends Operation
An embedded block of text
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String CND_OPTIONAL_PREFIX
    Optional prefix used at the beginning of CND lines, to avoid conflicts with Sling provisioning model parser.

    Fields inherited from class org.apache.sling.repoinit.parser.operations.Operation

    DQUOTE
  • Constructor Summary

    Constructors 
    Constructor Description
    RegisterNodetypes​(java.lang.String cndStatements)  
  • Method Summary

    Modifier and Type Method Description
    void accept​(OperationVisitor v)  
    @NotNull java.lang.String asRepoInitString()  
    static @NotNull java.util.List<java.lang.String> generateRepoInitLines​(@NotNull java.io.BufferedReader rawLines)  
    java.lang.String getCndStatements()  
    protected java.lang.String getParametersDescription()  
    java.lang.String toString()  

    Methods inherited from class org.apache.sling.repoinit.parser.operations.Operation

    cleanupQuotedString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait