@ProviderType public class RegisterNodetypes extends Operation
Modifier and Type | Field and Description |
---|---|
static String |
CND_OPTIONAL_PREFIX
Optional prefix used at the beginning of CND lines,
to avoid conflicts with Sling provisioning
model parser.
|
Constructor and Description |
---|
RegisterNodetypes(String cndStatements) |
Modifier and Type | Method and Description |
---|---|
void |
accept(OperationVisitor v) |
@NotNull String |
asRepoInitString()
Converts this operation instance to a RepoInit string representation
including the current operation parameters.
|
static @NotNull List<String> |
generateRepoInitLines(@NotNull BufferedReader rawLines) |
String |
getCndStatements() |
protected String |
getParametersDescription() |
String |
toString() |
cleanupQuotedString
public static final String CND_OPTIONAL_PREFIX
public RegisterNodetypes(String cndStatements)
protected String getParametersDescription()
getParametersDescription
in class Operation
@NotNull public @NotNull String asRepoInitString()
Operation
asRepoInitString
in class Operation
@NotNull public static @NotNull List<String> generateRepoInitLines(@NotNull @NotNull BufferedReader rawLines) throws IOException
IOException
public void accept(OperationVisitor v)
public String getCndStatements()
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.