@ProviderType public abstract class Operation extends Object
| Constructor and Description |
|---|
Operation() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(OperationVisitor v) |
abstract @NotNull String |
asRepoInitString()
Converts this operation instance to a RepoInit string representation
including the current operation parameters.
|
static String |
cleanupQuotedString(String s) |
protected abstract String |
getParametersDescription() |
String |
toString() |
public static final String DQUOTE
public abstract void accept(OperationVisitor v)
protected abstract String getParametersDescription()
@NotNull public abstract @NotNull String asRepoInitString()
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.