org.asciidoctor.ant
Class AsciidoctorAntTask.Attribute

java.lang.Object
  extended by org.asciidoctor.ant.AsciidoctorAntTask.Attribute
Enclosing class:
AsciidoctorAntTask

public class AsciidoctorAntTask.Attribute
extends Object


Constructor Summary
AsciidoctorAntTask.Attribute()
           
 
Method Summary
 String getKey()
           
 String getValue()
           
 void setKey(String key)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsciidoctorAntTask.Attribute

public AsciidoctorAntTask.Attribute()
Method Detail

getKey

public String getKey()

getValue

public String getValue()

setKey

public void setKey(String key)

setValue

public void setValue(String value)


Copyright © 2014. All Rights Reserved.