org.arakhne.vmutil
Interface ExternalizableResource


public interface ExternalizableResource

Indicates that the object implementing this interface owns a external resource.

Since:
4.2
Version:
7.2 (rev:394) 2013-03-20 23:37:56
Author:
Stéphane GALLAND
Maven Group Id:
org.arakhne.afc
Maven Artifact Id:
arakhneVmutils

Method Summary
 URL getExternalizableResourceLocation()
          Replies the URL where the resource data could be find.
 String getExternalizableResourceType()
          Replies the MIME type of the external resource.
 

Method Detail

getExternalizableResourceLocation

URL getExternalizableResourceLocation()
Replies the URL where the resource data could be find.

Returns:
the URL to the external resource.

getExternalizableResourceType

String getExternalizableResourceType()
Replies the MIME type of the external resource.

Returns:
the MIME of the external resource.


Copyright © 2006-2013 Arakhnê.org Consortium. All rights reserved under LGPL license terms.