org.rhq.bindings.export
Class Exporter

java.lang.Object
  extended by org.rhq.bindings.export.Exporter

public class Exporter
extends Object


Constructor Summary
Exporter()
           
 
Method Summary
 void close()
           
 String getFile()
           
 String getFormat()
           
 int getPageWidth()
           
 void setFile(String file)
           
 void setFormat(String format)
           
 void setPageWidth(int width)
           
 void setTarget(String format, String file)
           
 void write(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exporter

public Exporter()
Method Detail

setTarget

public void setTarget(String format,
                      String file)

getPageWidth

public int getPageWidth()

setPageWidth

public void setPageWidth(int width)

write

public void write(Object object)

close

public void close()

getFormat

public String getFormat()

setFormat

public void setFormat(String format)

getFile

public String getFile()

setFile

public void setFile(String file)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.