{
RAMDirectory ramDirectory = (RAMDirectory) entry;
for(RAMEntry ramEntry : ramDirectory.ls())
{
String resourcePath = PathUtils.addPaths(path, ramEntry.name());
filter.accept(new RAMResource(this,
getFullPath(resourcePath),
resourcePath));
}
return true;
}