@Service(name="weldCompositeSniffer") @Singleton public class WeldCompositeSniffer extends WeldSniffer
habitat, modulesRegistry
Constructor and Description |
---|
WeldCompositeSniffer() |
Modifier and Type | Method and Description |
---|---|
boolean |
handles(DeploymentContext context)
Returns true if the archive contains beans.xml as defined by packaging rules of Weld
|
boolean |
supportsArchiveType(ArchiveType archiveType)
This API is used to help determine if the sniffer should recognize
the current archive.
|
getAnnotationNames, getContainersNames, isArchiveCDIEnabled, isEntryPresent
equals, getAnnotationTypes, getContainerModuleNames, getDeploymentConfigurationPaths, getDeploymentConfigurations, getIncompatibleSnifferTypes, getModuleType, getURLPatterns, handles, hashCode, isJavaEE, isUserVisible, setup, tearDown
public boolean handles(DeploymentContext context)
WeldSniffer
handles
in interface Sniffer
handles
in class WeldSniffer
context
- deployment contextpublic boolean supportsArchiveType(ArchiveType archiveType)
supportsArchiveType
in interface Sniffer
supportsArchiveType
in class WeldSniffer
archiveType
- the archive type to checkCopyright © 2021. All rights reserved.