SMILA (incubation) API documentation

org.eclipse.smila.datamodel
Class MetadataUtils

java.lang.Object
  extended by org.eclipse.smila.datamodel.MetadataUtils

public final class MetadataUtils
extends java.lang.Object

Author:
tmenzel

Nested Class Summary
static class MetadataUtils.CreateFlag
          The Enum CreateFlags.
 
Method Summary
static AnyMap getMap(AnyMap metadata, boolean createAll, java.lang.String... path)
          Gets the map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMap

public static AnyMap getMap(AnyMap metadata,
                            boolean createAll,
                            java.lang.String... path)
Gets the map.

Parameters:
createAll - false -> NONE, true -> ALL

SMILA (incubation) API documentation