Uses of Class
net.n2oapp.framework.config.register.storage.Node
Packages that use Node
Package
Description
-
Uses of Node in net.n2oapp.framework.config.register
Methods in net.n2oapp.framework.config.register with parameters of type NodeModifier and TypeMethodDescriptionstatic InfoConstructorRegisterUtil.createFolderInfo(Node node, SourceTypeRegister sourceTypeRegister) static InfoConstructorRegisterUtil.createXmlInfo(Node node, SourceTypeRegister sourceTypeRegister) Method parameters in net.n2oapp.framework.config.register with type arguments of type NodeModifier and TypeMethodDescriptionstatic <T extends SourceInfo>
List<T> RegisterUtil.collectInfo(List<Node> nodes, Function<Node, T> mapper) static <T extends SourceInfo>
List<T> RegisterUtil.collectInfo(List<Node> nodes, Function<Node, T> mapper) -
Uses of Node in net.n2oapp.framework.config.register.storage
Methods in net.n2oapp.framework.config.register.storage that return NodeModifier and TypeMethodDescriptionstatic NodeNode.byAbsolutePath(String absolutePath, String configPath) static NodeNode.byDirectory(File file, String dirPath) static NodeNode.byLocationPattern(org.springframework.core.io.Resource resource, String locationPattern) -
Uses of Node in net.n2oapp.framework.config.util
Methods in net.n2oapp.framework.config.util that return NodeMethods in net.n2oapp.framework.config.util that return types with arguments of type NodeModifier and TypeMethodDescriptionFileSystemUtil.getNodesByLocationPattern(String locationPattern) FileSystemUtil.getNodesByLocationPattern(String locationPattern, Predicate<String> nameFilter) FileSystemUtil.getNodesByLocationPattern(List<String> locationPattern) Methods in net.n2oapp.framework.config.util with parameters of type Node