ilog.views.maps.format
Interface IlvMapDataPathResolver

All Known Implementing Classes:
IlvClassPathResolver, IlvDefaultDataPathResolver

public interface IlvMapDataPathResolver

This class defines a path resolver. The goal of a path resolver is to match a file or an URL whose relative path name is specified towards its absolute path name within an IlvMapDataPathManager.

Since:
JViews 5.0
See Also:
IlvDefaultDataPathResolver, IlvMapDataPathManager

Method Summary
 String resolvePath(String filename)
          Resolves the specified relative filename.
 URL resolveURL(String filename)
          Resolves the specified relative file name.
 

Method Detail

resolvePath

String resolvePath(String filename)
Resolves the specified relative filename.

Parameters:
filename - The relative filename to resolve.
Returns:
The absolute path name or null if this resolver cannot resolve the path.

resolveURL

URL resolveURL(String filename)
Resolves the specified relative file name.

Parameters:
filename - The relative file name to resolve.
Returns:
The URL, or null if this resolver cannot resolve the path.
Since:
JViews 5.5


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.