GNDMS 0.6.0
RESTful verison of GNDMS
Static Public Member Functions

de.zib.gndms.common.model.gorfx.types.io.PropertyReadWriteAux Class Reference

Auxiliary methods for conversion into a property. More...

List of all members.

Static Public Member Functions

static void writeList (@NotNull Properties prop,@NotNull String key, char sep,@NotNull Iterable it)
static List< String > readList (@NotNull Properties prop,@NotNull String key, char sep)
static void writeListMultiLine (@NotNull Properties prop,@NotNull String key,@NotNull Iterable it)
static List< String > readListMultiLine (@NotNull Properties prop,@NotNull String key)
static< T, U > void writeMap (@NotNull Properties prop,@NotNull String key,@NotNull Map< T, U > om)
static HashMap< String, String > readMap (@NotNull Properties prop,@NotNull String key)
static MinMaxPair readMinMaxPair (@NotNull Properties prop,@NotNull String minkey,@NotNull String maxkey)
static double readMandatoryDouble (@NotNull Properties prop,@NotNull String key)
static void writeISODateTime (@NotNull Properties prop,@NotNull String key,@NotNull DateTime tm)
static DateTime readISODateTime (@NotNull Properties prop,@NotNull String key)
static String dateToString (Calendar c)
static Calendar dateToString (String s)
static void writeFutureTime (@NotNull Properties prop,@NotNull String key,@NotNull FutureTime fm)
static FutureTime readFutureTime (@NotNull Properties prop,@NotNull String key)
static String getMandatoryProperty (@NotNull Properties prop,@NotNull String key) throws MandatoryPropertyMissingException
static String pruneEmptyProperty (@NotNull Properties prop,@NotNull String key)

Detailed Description

Auxiliary methods for conversion into a property.

Author:
try ma ik jo rr a zib
Version:
$Id$

User: mjorra, Date: 17.09.2008, Time: 15:39:59


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations