FreeHEP API
Version v1.2.2

hep.aida.ref
Class AidaUtils

java.lang.Object
  |
  +--hep.aida.ref.AidaUtils

public abstract class AidaUtils
extends Object

Version:
$Id: AidaUtils.java,v 1.6 2003/09/25 01:08:46 tonyj Exp $
Author:
turri

Constructor Summary
AidaUtils()
           
 
Method Summary
static Map parseOptions(String options)
          Parse AIDA options.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AidaUtils

public AidaUtils()
Method Detail

parseOptions

public static Map parseOptions(String options)
Parse AIDA options. Accepts values of the form:
 a=b;c=d
 a="Some Options",c="My , Funny Value"
 testCase     (equivalent to testCase=true)
 

Parameters:
options - The options string to be parsed
Returns:
A map containing all the found options
Throws:
IllegalArgumentException - if the options string is invalid

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.