Class SetProperties
- java.lang.Object
-
- org.apache.sling.repoinit.parser.operations.Operation
-
- org.apache.sling.repoinit.parser.operations.SetProperties
-
@ProviderType public class SetProperties extends Operation
-
-
Constructor Summary
Constructors Constructor Description SetProperties(List<String> paths, List<PropertyLine> lines)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(OperationVisitor v)@NotNull StringasRepoInitString()List<String>getPaths()List<PropertyLine>getPropertyLines()-
Methods inherited from class org.apache.sling.repoinit.parser.operations.Operation
cleanupQuotedString, toString
-
-
-
-
Constructor Detail
-
SetProperties
public SetProperties(List<String> paths, List<PropertyLine> lines)
-
-
Method Detail
-
accept
public void accept(OperationVisitor v)
-
asRepoInitString
@NotNull public @NotNull String asRepoInitString()
- Specified by:
asRepoInitStringin classOperation
-
getPropertyLines
public List<PropertyLine> getPropertyLines()
-
-