public class ExportResult extends ImportExportResult
Constructor and Description |
---|
ExportResult(Exception exception,
ExportManager exportManager) |
ExportResult(XMLNode node,
ExportManager exportManager)
Construct a result from a Node.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasErrors() |
void |
writeXMLversion(Writer writer,
boolean blanks) |
getException, getWarningArguments, getWarnings, setException, setWarningArguments, setWarnings
public ExportResult(XMLNode node, ExportManager exportManager)
public ExportResult(Exception exception, ExportManager exportManager)
public boolean hasErrors()
hasErrors
in class ImportExportResult
public void writeXMLversion(Writer writer, boolean blanks) throws IOException
IOException
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.