Class RegisterNamespace

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

@ProviderType
public class RegisterNamespace
extends Operation
  • Field Summary

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

    DQUOTE
  • Constructor Summary

    Constructors 
    Constructor Description
    RegisterNamespace​(java.lang.String prefix, java.lang.String uri)  
  • Method Summary

    Modifier and Type Method Description
    void accept​(OperationVisitor v)  
    @NotNull java.lang.String asRepoInitString()  
    protected java.lang.String getParametersDescription()  
    java.lang.String getPrefix()  
    java.lang.String getURI()  
    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