org.exolab.jmscts.provider
Class Paths

java.lang.Object
  |
  +--org.exolab.jmscts.provider.Paths

public class Paths
extends java.lang.Object

Helper class representing a collection of file paths

Version:
$Revision: 1.2 $ $Date: 2004/02/02 03:50:09 $
Author:
Tim Anderson
See Also:
ProviderLoader

Constructor Summary
Paths()
           
 
Method Summary
 void addPath(java.lang.String path)
          Add a path
 java.util.ArrayList getPaths()
          Return the paths
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Paths

public Paths()
Method Detail

addPath

public void addPath(java.lang.String path)
Add a path
Parameters:
path - the path

getPaths

public java.util.ArrayList getPaths()
Return the paths
Returns:
the paths


Copyright © 2001-2004 JMS CTS Team. All Rights Reserved.