Uses of Class
org.apache.jackrabbit.oak.spi.xml.PropInfo
Packages that use PropInfo
-
Uses of PropInfo in org.apache.jackrabbit.oak.spi.xml
Methods in org.apache.jackrabbit.oak.spi.xml with parameters of type PropInfoModifier and TypeMethodDescriptionbooleanProtectedPropertyImporter.handlePropInfo(@NotNull org.apache.jackrabbit.oak.api.Tree parent, @NotNull PropInfo protectedPropInfo, @NotNull PropertyDefinition def) Handles a single protected property.Method parameters in org.apache.jackrabbit.oak.spi.xml with type arguments of type PropInfoModifier and TypeMethodDescriptionvoidProtectedNodeImporter.startChildInfo(@NotNull NodeInfo childInfo, @NotNull List<PropInfo> propInfos) Informs this importer about a newchildInfoand it's properties.voidCalled to start the import of a node.