public class ExportResult extends ImportExportResult
Constructor and Description |
---|
ExportResult(Exception exception,
ExportManager exportManager) |
ExportResult(org.jboss.dashboard.commons.xml.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(org.jboss.dashboard.commons.xml.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-2014 JBoss by Red Hat. All Rights Reserved.