Package | Description |
---|---|
com.gisgraphy.domain.valueobject |
Gisgraphy Project
This library is free software; you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation; either version 2.1 of the License, or (at your option)
any later version.
|
com.gisgraphy.importer | |
com.gisgraphy.webapp.action |
Modifier and Type | Method and Description |
---|---|
ImporterStatus |
ImporterStatusDto.getStatus() |
static ImporterStatus |
ImporterStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImporterStatus[] |
ImporterStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ImporterStatusDto(String processorName,
String currentFileName,
long currentLine,
long numberOfLineToProcess,
long numberOfLineProcessed,
String statusMessage,
ImporterStatus status) |
Modifier and Type | Field and Description |
---|---|
protected ImporterStatus |
AbstractSimpleImporterProcessor.status |
protected ImporterStatus |
AbstractFileRetriever.status |
protected ImporterStatus |
OpenStreetMapFulltextBuilder.status |
Modifier and Type | Method and Description |
---|---|
ImporterStatus |
AbstractSimpleImporterProcessor.getStatus() |
ImporterStatus |
AbstractFileRetriever.getStatus() |
ImporterStatus |
OpenStreetMapFulltextBuilder.getStatus() |
ImporterStatus |
GeonamesDatabaseIndexer.getStatus() |
ImporterStatus |
IImporterProcessor.getStatus() |
Modifier and Type | Method and Description |
---|---|
ImporterStatus[] |
ImportAction.getStatusEnumList() |
Copyright © 2015. All rights reserved.