org.jenkinsci.plugins.buildcontextcapture.service.exporter
Class AbstractExporterType

java.lang.Object
  extended by org.jenkinsci.plugins.buildcontextcapture.service.exporter.AbstractExporterType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JSONExporterType, TXTExporterType, XMLExporterType

public abstract class AbstractExporterType
extends java.lang.Object
implements java.io.Serializable

Author:
Gregory Boissinot
See Also:
Serialized Form

Constructor Summary
AbstractExporterType()
           
 
Method Summary
abstract  java.lang.String getExtension()
           
abstract  void toExport(java.util.Map<java.lang.String,? extends java.lang.Object> map, java.io.File outFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractExporterType

public AbstractExporterType()
Method Detail

toExport

public abstract void toExport(java.util.Map<java.lang.String,? extends java.lang.Object> map,
                              java.io.File outFile)
                       throws BuildContextException
Throws:
BuildContextException

getExtension

public abstract java.lang.String getExtension()


Copyright © 2004-2012. All Rights Reserved.