@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() |
static @NotNull List<String> |
generateRepoInitLines(@NotNull BufferedReader rawLines) |
String |
getCndStatements() |
protected String |
getParametersDescription() |
String |
toString() |
cleanupQuotedStringpublic static final String CND_OPTIONAL_PREFIX
public RegisterNodetypes(String cndStatements)
protected String getParametersDescription()
getParametersDescription in class Operation@NotNull public @NotNull String asRepoInitString()
asRepoInitString in class Operation@NotNull public static @NotNull List<String> generateRepoInitLines(@NotNull @NotNull BufferedReader rawLines) throws IOException
IOExceptionpublic void accept(OperationVisitor v)
public String getCndStatements()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.