gov.nasa.pds.validate.util
Class Utility

java.lang.Object
  extended by gov.nasa.pds.validate.util.Utility

public class Utility
extends Object

Utility class.

Author:
mcayanan

Constructor Summary
Utility()
           
 
Method Summary
static List<String> removeQuotes(List<String> list)
          Removes quotes within a list of strings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utility

public Utility()
Method Detail

removeQuotes

public static List<String> removeQuotes(List<String> list)
Removes quotes within a list of strings.

Parameters:
list - A list of strings.
Returns:
A list with the quotes removed.


Copyright © 2010-2012 Planetary Data System. All Rights Reserved.