org.yaml.snakeyaml.tokens
Class TagTuple

java.lang.Object
  extended by org.yaml.snakeyaml.tokens.TagTuple

public final class TagTuple
extends Object


Constructor Summary
TagTuple(String handle, String suffix)
           
 
Method Summary
 String getHandle()
           
 String getSuffix()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagTuple

public TagTuple(String handle,
                String suffix)
Method Detail

getHandle

public String getHandle()

getSuffix

public String getSuffix()


Copyright © 2008-2012. All Rights Reserved.