Class WildFlySwarmContainerCapability

    • Constructor Detail

      • WildFlySwarmContainerCapability

        public WildFlySwarmContainerCapability()
    • Method Detail

      • supportsDeployableType

        public boolean supportsDeployableType​(DeployableType type)
        As WildFly Swarm is already bundled with application, it does not support any deployment. Checks if the container supports the specified deployable type or not.
        Specified by:
        supportsDeployableType in interface ContainerCapability
        Parameters:
        type - the deployable type
        Returns:
        always false.