com.jaspersoft.jasperserver.export.modules
Class BaseImporterModule
java.lang.Object
com.jaspersoft.jasperserver.export.modules.BaseImporterModule
- All Implemented Interfaces:
- ImporterModule
- Direct Known Subclasses:
- AuthorityImporter, ReportJobsImporter, ResourceImporter
public abstract class BaseImporterModule
- extends java.lang.Object
- implements ImporterModule
- Version:
- $Id: BaseImporterModule.java 8408 2007-05-29 23:29:12Z melih $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
commandOut
protected static final CommandOut commandOut
importContext
protected ImporterModuleContext importContext
params
protected Parameters params
executionContext
protected ExecutionContext executionContext
input
protected ImportInput input
indexElement
protected org.dom4j.Element indexElement
BaseImporterModule
public BaseImporterModule()
getId
public java.lang.String getId()
- Specified by:
getId
in interface ImporterModule
setId
public void setId(java.lang.String id)
init
public void init(ImporterModuleContext moduleContext)
- Specified by:
init
in interface ImporterModule
getParameterValue
protected java.lang.String getParameterValue(java.lang.String name)
deserialize
protected final java.lang.Object deserialize(java.lang.String parentPath,
java.lang.String fileName,
ObjectSerializer serializer)
getFileInput
protected java.io.InputStream getFileInput(java.lang.String parentPath,
java.lang.String fileName)
Copyright © 2007. All Rights Reserved.