public class ArchiveImportResult extends Object
| Modifier and Type | Field and Description |
|---|---|
protected File |
errorFile |
protected int |
nbImportedArchives |
protected int |
nbImportErrors |
| Constructor and Description |
|---|
ArchiveImportResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNbImportedArchives(int nbImportedArchives) |
void |
addNbImportErrors(int nbImportErrors) |
File |
getErrorFile() |
int |
getNbImportedArchives() |
int |
getNbImportErrors() |
void |
setErrorFile(File errorFile) |
protected int nbImportedArchives
protected int nbImportErrors
protected File errorFile
public int getNbImportedArchives()
public void addNbImportedArchives(int nbImportedArchives)
public int getNbImportErrors()
public void addNbImportErrors(int nbImportErrors)
public File getErrorFile()
public void setErrorFile(File errorFile)
Copyright © 2014–2015 CodeLutin. All rights reserved.