Uses of Class
com.scit.sling.test.ResourceNode

Uses of ResourceNode in com.scit.sling.test
 

Methods in com.scit.sling.test that return ResourceNode
static ResourceNode MockResourceFactory.loadRepositoryFromJson(String basePath, InputStream in)
          Build a MockResourceResolver with all MockResource and MockValueMap.
The format of the JSON input is compatible with the Apache Sling json representations of the JCR, i.e.
 

Methods in com.scit.sling.test that return types with arguments of type ResourceNode
 LinkedList<ResourceNode> ResourceNode.getChildren()
           
 

Methods in com.scit.sling.test with parameters of type ResourceNode
 void ResourceNode.addChild(ResourceNode node)
          Add a child and possibly another subtree
static MockResourceResolver MockResourceFactory.buildMockRepository(ResourceNode baseNode)
          Build a MockResourceResolver with all MockResource and MockValueMap setup from a ResourceNode that has possibly been loaded from MockResourceFactory.loadRepositoryFromJson(String, InputStream) or built manually
 

Constructors in com.scit.sling.test with parameters of type ResourceNode
ResourceNode(ResourceNode parent, String name)
           
 



Copyright © 2013 Southern Cross IT. All rights reserved.