com.compoze.collab.util
Class Classpath

java.lang.Object
  extended by com.compoze.collab.util.Classpath

public class Classpath
extends Object

This class wraps access to finding files in the CLASSPATH.


Nested Class Summary
 class Classpath.Entry
          A single CLASSPATH entry.
 
Constructor Summary
Classpath()
          Constructor.
Classpath(String sClasspath)
          Constructor.
 
Method Summary
 Classpath.Entry[] getEntries()
          Gets all of the entries in the CLASSPATH.
 Classpath.Entry[] getEntriesStartingWith(String sName)
          Gets entries starting with a particular name.
static void main(String[] args)
          Main.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Classpath

public Classpath()
Constructor.


Classpath

public Classpath(String sClasspath)
Constructor.

Method Detail

getEntries

public Classpath.Entry[] getEntries()
Gets all of the entries in the CLASSPATH.


getEntriesStartingWith

public Classpath.Entry[] getEntriesStartingWith(String sName)
Gets entries starting with a particular name.

Parameters
sName - the name (use forward slashes)

main

public static void main(String[] args)
Main.



Copyright © 2006 BEA Systems, Inc. All Rights Reserved