java.lang.Object
org.alfresco.hxi_connector.common.test.docker.util.DockerTags

public class DockerTags extends Object
Allows to access properties from 'docker-tags.properties' file. It's required to run: `mvn package` before accessing the properties file, to allow Maven filter out and replace variables.
  • Constructor Details

    • DockerTags

      public DockerTags()
  • Method Details

    • getProperty

      public static String getProperty(String key)
    • getOrDefault

      public static String getOrDefault(String propertyKey, String defaultValue)
    • keySet

      public static Set<Object> keySet()
    • getRepositoryTag

      public static String getRepositoryTag()
    • getPostgresTag

      public static String getPostgresTag()
    • getActiveMqTag

      public static String getActiveMqTag()
    • getWiremockTag

      public static String getWiremockTag()
    • getLocalStackTag

      public static String getLocalStackTag()
    • getTransformRouterTag

      public static String getTransformRouterTag()
    • getTransformCoreAioTag

      public static String getTransformCoreAioTag()
    • getSfsTag

      public static String getSfsTag()
    • getHxiConnectorTag

      public static String getHxiConnectorTag()