Search in sources :

Example 6 with IContentNode

use of org.polymap.service.fs.spi.IContentNode in project polymap4-core by Polymap4.

the class WebDavFolderResource method child.

public Resource child(String childName) {
    IPath childPath = node.getPath().append(childName);
    IContentNode child = contentManager.getNode(childPath);
    return WebDavResourceFactory.wrapContentNode(child, contentManager, securityManager);
}
Also used : IPath(org.eclipse.core.runtime.IPath) IContentNode(org.polymap.service.fs.spi.IContentNode)

Aggregations

IContentNode (org.polymap.service.fs.spi.IContentNode)6 IPath (org.eclipse.core.runtime.IPath)2 IContentFolder (org.polymap.service.fs.spi.IContentFolder)2 IContentProvider (org.polymap.service.fs.spi.IContentProvider)2 Request (io.milton.http.Request)1 File (java.io.File)1 ArrayList (java.util.ArrayList)1 CacheLoader (org.polymap.core.runtime.cache.CacheLoader)1 ContentManager (org.polymap.service.fs.ContentManager)1 IContentFile (org.polymap.service.fs.spi.IContentFile)1