org.arakhne.vmutil
Class URLHandlerUtil

java.lang.Object
  extended by org.arakhne.vmutil.URLHandlerUtil

public class URLHandlerUtil
extends Object

Utilities around URLHandler.

Since:
6.0
Version:
6.3 (rev:285) 2011-10-14 12:02:41
Author:
Stéphane GALLAND
Maven Group Id:
org.arakhne.afc
Maven Artifact Id:
arakhneVmutils

Constructor Summary
URLHandlerUtil()
           
 
Method Summary
static void installArakhneHandlers()
          Install the URL handlers provided by Arakhnê libraries.
static void uninstallArakhneHandlers()
          Uninstall the URL handlers provided by Arakhnê libraries.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLHandlerUtil

public URLHandlerUtil()
Method Detail

installArakhneHandlers

public static void installArakhneHandlers()
Install the URL handlers provided by Arakhnê libraries.

Handlers are provided for:

See Also:
uninstallArakhneHandlers()

uninstallArakhneHandlers

public static void uninstallArakhneHandlers()
Uninstall the URL handlers provided by Arakhnê libraries.

Handlers are provided for:

See Also:
installArakhneHandlers()


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