Uses of Interface
org.databene.benerator.anno.PathResolver

Packages that use PathResolver
org.databene.benerator.anno   
 

Uses of PathResolver in org.databene.benerator.anno
 

Classes in org.databene.benerator.anno that implement PathResolver
 class AbstractPathResolver
          Abstract implementation of the PathResolver interface.
 class DefaultPathResolver
          Default implementation of the PathResolver interface which returns the URI as it is.
 class RelativePathResolver
          PathResolver implementation which is based on a base path and appends the test classes' package name and finally the resource name (or path) itself to construct the resolved path.
 

Constructors in org.databene.benerator.anno with parameters of type PathResolver
AnnotationMapper(DataModel dataModel, PathResolver pathResolver)
           
 



Copyright © 2013. All Rights Reserved.