@ProviderType public class SetProperties extends Operation
Constructor and Description |
---|
SetProperties(List<String> paths,
List<PropertyLine> lines) |
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.
|
protected String |
getParametersDescription() |
List<String> |
getPaths() |
List<PropertyLine> |
getPropertyLines() |
cleanupQuotedString, toString
public SetProperties(List<String> paths, List<PropertyLine> lines)
public void accept(OperationVisitor v)
protected String getParametersDescription()
getParametersDescription
in class Operation
@NotNull public @NotNull String asRepoInitString()
Operation
asRepoInitString
in class Operation
public List<PropertyLine> getPropertyLines()
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.