Package io.contextmap.spring.runtime
Class ScanAtStartup
- java.lang.Object
-
- io.contextmap.spring.runtime.ScanAtStartup
-
- All Implemented Interfaces:
EventListener,org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
public class ScanAtStartup extends Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
-
-
Constructor Summary
Constructors Constructor Description ScanAtStartup(ScanApplicationContext applicationContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanisClassAvailable(String className)voidonApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)
-
-
-
Constructor Detail
-
ScanAtStartup
public ScanAtStartup(ScanApplicationContext applicationContext)
-
-
Method Detail
-
onApplicationEvent
public void onApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)
- Specified by:
onApplicationEventin interfaceorg.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
-
isClassAvailable
public static boolean isClassAvailable(String className)
-
-