com.tibco.amf.platform.runtime.extension.context
Interface URLToFileConverter


public interface URLToFileConverter

Converter from URL to file.


Method Summary
 java.io.File convertToFile(java.net.URL url)
          Convert a given URL to its File equivalent form
 

Method Detail

convertToFile

java.io.File convertToFile(java.net.URL url)
Convert a given URL to its File equivalent form

Parameters:
url - URL to convert
Returns:
A File corresponding to the given URL


Copyright © 2010 TIBCO Software Inc. All Rights Reserved.