Class CreatePath
java.lang.Object
org.apache.sling.repoinit.parser.operations.Operation
org.apache.sling.repoinit.parser.operations.CreatePath
Deprecated.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.void
addSegment
(String path, String primaryType) Deprecated.void
addSegment
(String path, String primaryType, List<String> mixins) Deprecated.@NotNull String
Deprecated.Converts this operation instance to a RepoInit string representation including the current operation parameters.Deprecated.protected String
Deprecated.Deprecated.void
setPropertyLines
(@NotNull List<PropertyLine> lines) Deprecated.toString()
Deprecated.Methods inherited from class org.apache.sling.repoinit.parser.operations.Operation
cleanupQuotedString
-
Constructor Details
-
CreatePath
Deprecated.
-
-
Method Details
-
toString
Deprecated. -
getParametersDescription
Deprecated.- Specified by:
getParametersDescription
in classOperation
-
asRepoInitString
Deprecated.Description copied from class:Operation
Converts this operation instance to a RepoInit string representation including the current operation parameters. The representation must be parsable back into an equivalent operation and must end with a OS-compatible line separator.- Specified by:
asRepoInitString
in classOperation
- Returns:
- the repoinit string for the operation
-
accept
Deprecated. -
addSegment
Deprecated. -
addSegment
Deprecated. -
getDefinitions
Deprecated. -
setPropertyLines
Deprecated. -
getPropertyLines
Deprecated.
-
EnsureNodes
instead.