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.
static String toStringNoBraces(com.google.gson.JsonObject json)
           
 
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.

toStringNoBraces

public static String toStringNoBraces(com.google.gson.JsonObject json)


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