public abstract class AbstractBulkImport extends Object implements IBulkImport
IBulkImport implementations.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBulkImport(int nHeaderRowsToSkip,
List<com.helger.commons.text.display.IHasDisplayText> aColumnNames,
EExchangeFileType... aFileTypes) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
com.helger.commons.collection.impl.ICommonsList<String> |
getColumnDescriptions(Locale aContentLocale)
Get a list of all column descriptions.
|
int |
getHeaderRowsToSkip() |
com.helger.commons.collection.impl.ICommonsList<EExchangeFileType> |
getSupportedFileTypes() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitimportObjectsprotected AbstractBulkImport(@Nonnegative int nHeaderRowsToSkip, @Nonnull @Nonempty List<com.helger.commons.text.display.IHasDisplayText> aColumnNames, @Nonnull @Nonempty EExchangeFileType... aFileTypes)
@Nonnegative public final int getHeaderRowsToSkip()
getHeaderRowsToSkip in interface IBulkImport@Nonnegative public final int getColumnCount()
getColumnCount in interface IBulkImport@Nonnull @Nonempty public final com.helger.commons.collection.impl.ICommonsList<String> getColumnDescriptions(@Nonnull Locale aContentLocale)
IBulkImportgetColumnDescriptions in interface IBulkImportaContentLocale - The locale to be used.null, non-empty list of column descriptions.@Nonnull @Nonempty @ReturnsMutableCopy public final com.helger.commons.collection.impl.ICommonsList<EExchangeFileType> getSupportedFileTypes()
getSupportedFileTypes in interface IBulkImportnull, non-empty set of all supported file types.Copyright © 2014–2021 Philip Helger. All rights reserved.