@Configuration
@EnableAutoConfiguration(exclude={org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration.class,org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration.class})
@Import(value=UiConfig.class)
public class ArchiveCrawler
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent>
| Modifier and Type | Class and Description |
|---|---|
static class |
ArchiveCrawler.CsvStorerConfig |
static interface |
ArchiveCrawler.StorerConfig |
static class |
ArchiveCrawler.ZipFileStorerConfig |
| Modifier and Type | Field and Description |
|---|---|
static String |
IDF_DICTIONARY_DE |
static String |
PROFILE_EVALUATION |
static String |
PROFILE_EXTRACT |
| Constructor and Description |
|---|
ArchiveCrawler() |
| Modifier and Type | Method and Description |
|---|---|
int |
getServerPort() |
static void |
main(String[] args) |
void |
onApplicationEvent(org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent event) |
public static final String PROFILE_EVALUATION
public static final String PROFILE_EXTRACT
public static final String IDF_DICTIONARY_DE
public void onApplicationEvent(org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent>public int getServerPort()
public static void main(String[] args) throws IOException
IOExceptionCopyright © 2017. All rights reserved.