org.activemath.abstractcontent
Interface SubconfImpl.PathResolver

Enclosing class:
SubconfImpl

public static interface SubconfImpl.PathResolver

An interface to denote the capability to resolve paths so as to be able to provide URL objects from property values.

Implementations may provide based path-resolver (with a base URL), absolute ones, or secured ones.

See Also:
SubconfImpl.Util.makeBasedPathResolver(URL), SubconfImpl.Util.makeAbsFilePathResolver(), SubconfImpl.Util.makeBaseFileWithinPathResolver(java.io.File)

Method Summary
 URL resolvePath(String propValue)
          Returns a URL interpreting the value.
 

Method Detail

resolvePath

URL resolvePath(String propValue)
Returns a URL interpreting the value.