org.databene.benerator.anno
Class AbstractPathResolver
java.lang.Object
org.databene.benerator.anno.AbstractPathResolver
- All Implemented Interfaces:
- PathResolver
- Direct Known Subclasses:
- DefaultPathResolver, RelativePathResolver
public abstract class AbstractPathResolver
- extends java.lang.Object
- implements PathResolver
Abstract implementation of the PathResolver
interface.
Created: 04.05.2012 08:56:44
- Since:
- 0.7.7
- Author:
- Volker Bergmann
Field Summary |
protected java.lang.String |
basePath
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
basePath
protected java.lang.String basePath
AbstractPathResolver
protected AbstractPathResolver()
AbstractPathResolver
protected AbstractPathResolver(java.lang.String basePath)
getBasePath
public java.lang.String getBasePath()
setBasePath
public void setBasePath(java.lang.String basePath)
- Specified by:
setBasePath
in interface PathResolver
normalizePath
protected java.lang.String normalizePath(java.lang.String path)
Copyright © 2013. All Rights Reserved.