cds.aladin
Class UCDFilter

java.lang.Object
  extended by cds.aladin.UCDFilter

public class UCDFilter
extends java.lang.Object

Gestion des filtres avec contraintes sur les UCD

Version:
0.9 : Juillet 2002 - Creation
Author:
Thomas Boch [CDS]

Method Summary
static java.lang.String replace(java.lang.String source, java.lang.String pattern, java.lang.String replace)
          replace each occurence of "pattern" within "source" with "replace"
static java.lang.String skipSpaces(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

replace

public static java.lang.String replace(java.lang.String source,
                                       java.lang.String pattern,
                                       java.lang.String replace)
replace each occurence of "pattern" within "source" with "replace"

Parameters:
source - - the original string
pattern - - the pattern to be replaced
replace - - the replacement string

skipSpaces

public static java.lang.String skipSpaces(java.lang.String str)


Copyright © 2009 UDS/CNRS