FreeHEP API
Version v1.2.2

org.freehep.ant
Class Util

java.lang.Object
  |
  +--org.freehep.ant.Util

public class Util
extends Object

Version:
$Id: Util.java,v 1.2 2002/06/12 23:15:14 duns Exp $
Author:
Mark Donszelmann

Field Summary
static String delimiters
           
 
Constructor Summary
Util()
           
 
Method Summary
static String expand(String prefixes, String suffixes)
          Appends each suffix (m) to each prefix (n) giving a comma delimited result of n*m combinations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

delimiters

public static String delimiters
Constructor Detail

Util

public Util()
Method Detail

expand

public static String expand(String prefixes,
                            String suffixes)
Appends each suffix (m) to each prefix (n) giving a comma delimited result of n*m combinations.

Parameters:
prefixes - a comma delimited set of prefixes
Returns:
a comma delimited set of combinations

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.