Class ConfigurationId


  • @Deprecated(forRemoval=true)
    public class ConfigurationId
    extends Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    this is no longer needed
    Simple wrapper for configuration ids.
    Author:
    Emmanuel Hugonnet (c) 2018 Red Hat, inc.
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigurationId()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Constructor Detail

      • ConfigurationId

        public ConfigurationId()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • setName

        public void setName​(String name)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setModel

        public void setModel​(String model)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getId

        public org.jboss.galleon.config.ConfigId getId()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • isModelOnly

        public boolean isModelOnly()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • toString

        public String toString()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        toString in class Object