@ProviderType public class CreatePath extends Operation
Constructor and Description |
---|
CreatePath(java.lang.String defaultPrimaryType) |
Modifier and Type | Method and Description |
---|---|
void |
accept(OperationVisitor v) |
void |
addSegment(java.lang.String path,
java.lang.String primaryType) |
void |
addSegment(java.lang.String path,
java.lang.String primaryType,
java.util.List<java.lang.String> mixins) |
@NotNull java.lang.String |
asRepoInitString()
Converts this operation instance to a RepoInit string representation
including the current operation parameters.
|
java.util.List<PathSegmentDefinition> |
getDefinitions() |
protected java.lang.String |
getParametersDescription() |
java.lang.String |
toString() |
cleanupQuotedString
protected java.lang.String getParametersDescription()
getParametersDescription
in class Operation
@NotNull public @NotNull java.lang.String asRepoInitString()
Operation
asRepoInitString
in class Operation
public void accept(OperationVisitor v)
public void addSegment(java.lang.String path, java.lang.String primaryType)
public void addSegment(java.lang.String path, java.lang.String primaryType, java.util.List<java.lang.String> mixins)
public java.util.List<PathSegmentDefinition> getDefinitions()
Copyright © 2022 The Apache Software Foundation. All rights reserved.