
com.tacitknowledge.jcr.mocking.JcrMockService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jcr-mock Show documentation
Show all versions of jcr-mock Show documentation
Testing and mocking utilities for the JCR
The newest version!
package com.tacitknowledge.jcr.mocking;
import javax.jcr.Node;
import javax.jcr.RepositoryException;
/**
* @author Daniel Valencia ([email protected])
*/
public interface JcrMockService {
Node fromString(Node parentNode, String nodeDefinition) throws RepositoryException;
Node fromString(String jsonNodeStructure) throws RepositoryException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy