net.sourceforge.wurfl.core.resource
Interface WURFLResource

All Known Implementing Classes:
SpringResource, SpringXMLResource, XMLResource

public interface WURFLResource

This interface represent a WURFL resource as the WURFL main file and a WURFL patch file.

This interface provides a method to obtain data from physical resource as File.

Version:
$Id: WURFLResource.java 432 2010-05-06 12:12:53Z filippo.deluca $
Author:
Fantayeneh Asres Gizaw, Filippo De Luca

Method Summary
 ResourceData getData()
          Return ResourceData representing the data contained by the resource.
 String getInfo()
          Get info of this resource.
 void release()
          Release the resource.
 

Method Detail

getData

ResourceData getData()
Return ResourceData representing the data contained by the resource.

Returns:
ResourceData instance

getInfo

String getInfo()
Get info of this resource.

Returns:
A String represent a info for this resource.

release

void release()
Release the resource.



Copyright © 2008-2010 WURFL-Pro srl. All Rights Reserved.