org.sapia.clazzy
Interface URLEnabled

All Known Implementing Classes:
FileSystemLoader, JarLoader

public interface URLEnabled

This interface is intended to be implemented by classes whose instances "point" to URLs.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2004 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site

Method Summary
 URL getURL()
           
 

Method Detail

getURL

public URL getURL()
           throws MalformedURLException
Returns:
the URL that this instance holds.
Throws:
MalformedURLException


Copyright © 2002 Sapia Open Community, Inc. All Rights Reserved.