Class IvyMakePom.Mapping

  • Enclosing class:
    IvyMakePom

    public class IvyMakePom.Mapping
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String conf  
      private java.lang.String scope  
    • Constructor Summary

      Constructors 
      Constructor Description
      Mapping()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getConf()  
      java.lang.String getScope()  
      void setConf​(java.lang.String conf)  
      void setScope​(java.lang.String scope)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • conf

        private java.lang.String conf
      • scope

        private java.lang.String scope
    • Constructor Detail

      • Mapping

        public Mapping()
    • Method Detail

      • getConf

        public java.lang.String getConf()
      • setConf

        public void setConf​(java.lang.String conf)
      • getScope

        public java.lang.String getScope()
      • setScope

        public void setScope​(java.lang.String scope)