org.yaml.snakeyaml.constructor
Class SafeConstructor.ConstructYamlTimestamp

java.lang.Object
  extended by org.yaml.snakeyaml.constructor.AbstractConstruct
      extended by org.yaml.snakeyaml.constructor.SafeConstructor.ConstructYamlTimestamp
All Implemented Interfaces:
Construct
Enclosing class:
SafeConstructor

public class SafeConstructor.ConstructYamlTimestamp
extends AbstractConstruct


Constructor Summary
SafeConstructor.ConstructYamlTimestamp()
           
 
Method Summary
 java.lang.Object construct(Node node)
          Construct a Java instance with all the properties injected when it is possible.
 java.util.Calendar getCalendar()
           
 
Methods inherited from class org.yaml.snakeyaml.constructor.AbstractConstruct
construct2ndStep
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SafeConstructor.ConstructYamlTimestamp

public SafeConstructor.ConstructYamlTimestamp()
Method Detail

getCalendar

public java.util.Calendar getCalendar()

construct

public java.lang.Object construct(Node node)
Description copied from interface: Construct
Construct a Java instance with all the properties injected when it is possible.

Parameters:
node - composed Node
Returns:
a complete Java instance


Copyright © 2008-2011. All Rights Reserved.