@Service(name="resources") public class ResourcesSniffer extends GenericSniffer
habitat, modulesRegistry| Modifier | Constructor and Description |
|---|---|
|
ResourcesSniffer() |
protected |
ResourcesSniffer(String containerName,
String appStigma) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getContainersNames()
Returns the list of Containers that this Sniffer enables.
|
protected List<String> |
getDeploymentConfigurationPaths()
Returns the descriptor paths that might exist in a connector app.
|
String |
getModuleType()
Returns the Module type
|
boolean |
handles(ReadableArchive archive)
Returns true if the passed file or directory is recognized by this
instance.
|
boolean |
supportsArchiveType(ArchiveType archiveType)
This API is used to help determine if the sniffer should recognize
the current archive.
|
equals, getAnnotationNames, getAnnotationTypes, getContainerModuleNames, getDeploymentConfigurations, getIncompatibleSnifferTypes, getURLPatterns, handles, hashCode, isJavaEE, isUserVisible, setup, tearDownpublic boolean handles(ReadableArchive archive)
handles in interface Snifferhandles in class GenericSnifferarchive - the file or directory to explorepublic String[] getContainersNames()
public String getModuleType()
getModuleType in interface SniffergetModuleType in class GenericSnifferpublic boolean supportsArchiveType(ArchiveType archiveType)
archiveType - the archive type to checkprotected List<String> getDeploymentConfigurationPaths()
getDeploymentConfigurationPaths in class GenericSnifferCopyright © 2019. All rights reserved.