Uses of Interface
org.apache.jackrabbit.vault.fs.spi.NodeTypeSet
-
Packages that use NodeTypeSet Package Description org.apache.jackrabbit.vault.fs.config org.apache.jackrabbit.vault.fs.spi -
-
Uses of NodeTypeSet in org.apache.jackrabbit.vault.fs.config
Methods in org.apache.jackrabbit.vault.fs.config that return types with arguments of type NodeTypeSet Modifier and Type Method Description Collection<NodeTypeSet>DefaultMetaInf. getNodeTypes()Returns the node types.@NotNull Collection<NodeTypeSet>MetaInf. getNodeTypes()Returns the node types.Method parameters in org.apache.jackrabbit.vault.fs.config with type arguments of type NodeTypeSet Modifier and Type Method Description voidDefaultMetaInf. setCNDs(Collection<NodeTypeSet> cnds) -
Uses of NodeTypeSet in org.apache.jackrabbit.vault.fs.spi
Subinterfaces of NodeTypeSet in org.apache.jackrabbit.vault.fs.spi Modifier and Type Interface Description interfaceCNDReaderCNDReader...Classes in org.apache.jackrabbit.vault.fs.spi that implement NodeTypeSet Modifier and Type Class Description classDefaultNodeTypeSetMethods in org.apache.jackrabbit.vault.fs.spi with parameters of type NodeTypeSet Modifier and Type Method Description voidDefaultNodeTypeSet. add(NodeTypeSet set)Collection<NodeType>NodeTypeInstaller. install(ProgressTracker tracker, NodeTypeSet types)Constructors in org.apache.jackrabbit.vault.fs.spi with parameters of type NodeTypeSet Constructor Description DefaultNodeTypeSet(NodeTypeSet set)
-