Package com.lordofthejars.nosqlunit.util
Class EmbeddedInstances<T>
- java.lang.Object
-
- com.lordofthejars.nosqlunit.util.EmbeddedInstances<T>
-
public class EmbeddedInstances<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EmbeddedInstances()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEmbeddedInstance(T embeddedInstance, java.lang.String targetPath)TgetDefaultEmbeddedInstance()TgetEmbeddedByTargetPath(java.lang.String targetPath)voidremoveEmbeddedInstance(java.lang.String targetPath)
-
-
-
Method Detail
-
addEmbeddedInstance
public void addEmbeddedInstance(T embeddedInstance, java.lang.String targetPath)
-
removeEmbeddedInstance
public void removeEmbeddedInstance(java.lang.String targetPath)
-
getEmbeddedByTargetPath
public T getEmbeddedByTargetPath(java.lang.String targetPath)
-
getDefaultEmbeddedInstance
public T getDefaultEmbeddedInstance()
-
-