org.arakhne.vmutil
Class ClasspathUtil

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

public class ClasspathUtil
extends Object

Current classpath and associated utility functions.

Since:
5.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
ClasspathUtil()
           
 
Method Summary
static Iterator<URL> getClasspath()
          Replies the current classpath.
static URL[] getCurrentClasspath()
          Deprecated. see getClasspath()
static Iterator<URL> getStartClasspath()
          Replies the classpath at start of the virtual machine.
static URL[] getStartupClasspath()
          Deprecated. see getStartClasspath()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClasspathUtil

public ClasspathUtil()
Method Detail

getStartupClasspath

@Deprecated
public static URL[] getStartupClasspath()
Deprecated. see getStartClasspath()

Replies the classpath at start of the virtual machine.

Returns:
the startup classpath, never null.

getStartClasspath

public static Iterator<URL> getStartClasspath()
Replies the classpath at start of the virtual machine.

Returns:
the startup classpath, never null.
Since:
6.0

getCurrentClasspath

@Deprecated
public static URL[] getCurrentClasspath()
Deprecated. see getClasspath()

Replies the current classpath.

Returns:
the current classpath, never null.

getClasspath

public static Iterator<URL> getClasspath()
Replies the current classpath.

Returns:
the current classpath, never null.
Since:
6.0


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