org.gcube.data.spd.obisplugin.util
Class Util

java.lang.Object
  extended by org.gcube.data.spd.obisplugin.util.Util

public class Util
extends Object

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Constructor Summary
Util()
           
 
Method Summary
protected static org.gcube.data.spd.model.CommonName cloneCommonName(org.gcube.data.spd.model.CommonName commonName)
           
protected static List<org.gcube.data.spd.model.CommonName> cloneCommonName(List<org.gcube.data.spd.model.CommonName> commonNames)
           
static org.gcube.data.spd.model.products.ResultItem cloneResultItem(org.gcube.data.spd.model.products.ResultItem item)
          Partially clones the passed result item.
protected static org.gcube.data.spd.model.products.Taxon cloneTaxon(org.gcube.data.spd.model.products.Taxon taxon)
           
protected static void copyTaxon(org.gcube.data.spd.model.products.Taxon taxon, org.gcube.data.spd.model.products.Taxon clone)
           
static String stripNotValidXMLCharacters(String input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

cloneResultItem

public static org.gcube.data.spd.model.products.ResultItem cloneResultItem(org.gcube.data.spd.model.products.ResultItem item)
Partially clones the passed result item.

Parameters:
item -
Returns:

cloneTaxon

protected static org.gcube.data.spd.model.products.Taxon cloneTaxon(org.gcube.data.spd.model.products.Taxon taxon)

copyTaxon

protected static void copyTaxon(org.gcube.data.spd.model.products.Taxon taxon,
                                org.gcube.data.spd.model.products.Taxon clone)

cloneCommonName

protected static List<org.gcube.data.spd.model.CommonName> cloneCommonName(List<org.gcube.data.spd.model.CommonName> commonNames)

cloneCommonName

protected static org.gcube.data.spd.model.CommonName cloneCommonName(org.gcube.data.spd.model.CommonName commonName)

stripNotValidXMLCharacters

public static String stripNotValidXMLCharacters(String input)


Copyright © 2013. All Rights Reserved.