Class TeiidAttachments


  • public final class TeiidAttachments
    extends Object
    • Field Detail

      • TRANSLATOR_METADATA

        public static final org.jboss.as.server.deployment.AttachmentKey<VDBTranslatorMetaData> TRANSLATOR_METADATA
      • VDB_METADATA

        public static final org.jboss.as.server.deployment.AttachmentKey<VDBMetaData> VDB_METADATA
      • DEPLOYMENT_TYPE

        public static final org.jboss.as.server.deployment.AttachmentKey<org.teiid.jboss.TeiidAttachments.DeploymentType> DEPLOYMENT_TYPE
    • Constructor Detail

      • TeiidAttachments

        public TeiidAttachments()
    • Method Detail

      • isVDBDeployment

        public static boolean isVDBDeployment​(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
      • isVDBXMLDeployment

        public static boolean isVDBXMLDeployment​(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
      • isVDBDDLDeployment

        public static boolean isVDBDDLDeployment​(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
      • setAsVDBDeployment

        public static void setAsVDBDeployment​(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
      • setAsVDBXMLDeployment

        public static void setAsVDBXMLDeployment​(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
      • setAsVDBDDLDeployment

        public static void setAsVDBDDLDeployment​(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
      • setAsTranslatorDeployment

        public static void setAsTranslatorDeployment​(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)
      • isTranslator

        public static boolean isTranslator​(org.jboss.as.server.deployment.DeploymentUnit deploymentUnit)