@Service @PerLookup public class ConfigSniffer extends MicroProfileSniffer
| Constructor and Description |
|---|
ConfigSniffer() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation>[] |
getAnnotationTypes()
Returns the list of annotations types that this sniffer is interested in.
|
protected Class<?> |
getContainersClass() |
String[] |
getIncompatibleSnifferTypes() |
String |
getModuleType()
Returns the container type associated with this sniffer
|
boolean |
handles(ReadableArchive archive)
Returns true if the passed file or directory is recognized by this
sniffer.
|
boolean |
isUserVisible() |
getAnnotationNames, getContainersNames, getDeploymentConfigurations, getURLPatterns, handles, isJavaEE, setup, supportsArchiveType, tearDownpublic boolean handles(ReadableArchive archive)
Snifferhandles in interface Snifferhandles in class MicroProfileSnifferarchive - the file or directory abstracted as an archive
resources from the source archive.public String[] getIncompatibleSnifferTypes()
getIncompatibleSnifferTypes in interface SniffergetIncompatibleSnifferTypes in class MicroProfileSnifferpublic boolean isUserVisible()
isUserVisible in interface SnifferisUserVisible in class MicroProfileSnifferpublic Class<? extends Annotation>[] getAnnotationTypes()
Snifferprotected Class<?> getContainersClass()
getContainersClass in class MicroProfileSnifferCopyright © 2021. All rights reserved.