Uses of Class
net.n2oapp.framework.config.register.storage.Node
-
Packages that use Node Package Description net.n2oapp.framework.config.register net.n2oapp.framework.config.register.storage net.n2oapp.framework.config.util -
-
Uses of Node in net.n2oapp.framework.config.register
Methods in net.n2oapp.framework.config.register with parameters of type Node Modifier and Type Method Description static InfoConstructorRegisterUtil. createFolderInfo(Node node, SourceTypeRegister sourceTypeRegister)static GroovyInfoRegisterUtil. createScriptInfo(Node node, SourceTypeRegister sourceTypeRegister)static InfoConstructorRegisterUtil. createXmlInfo(Node node, SourceTypeRegister sourceTypeRegister)Method parameters in net.n2oapp.framework.config.register with type arguments of type Node Modifier and Type Method Description static <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 Node Modifier and Type Method Description static 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 Node Modifier and Type Method Description static NodeFileSystemUtil. getNodeByClasspathUri(String uri)Methods in net.n2oapp.framework.config.util that return types with arguments of type Node Modifier and Type Method Description static List<Node>FileSystemUtil. getNodesByLocationPattern(String locationPattern)static List<Node>FileSystemUtil. getNodesByLocationPattern(String locationPattern, Predicate<String> nameFilter)Methods in net.n2oapp.framework.config.util with parameters of type Node Modifier and Type Method Description static StringFileSystemUtil. getContent(Node node)
-