Class Platform.Feature

  • Enclosing class:
    Platform

    public static class Platform.Feature
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.codehaus.plexus.util.xml.Xpp3Dom dom  
    • Constructor Summary

      Constructors 
      Constructor Description
      Feature()  
      Feature​(org.codehaus.plexus.util.xml.Xpp3Dom dom)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      java.lang.String getUrl()  
      java.lang.String getVersion()  
      void setId​(java.lang.String value)  
      void setUrl​(java.lang.String value)  
      void setVersion​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • dom

        private final org.codehaus.plexus.util.xml.Xpp3Dom dom
    • Constructor Detail

      • Feature

        public Feature​(org.codehaus.plexus.util.xml.Xpp3Dom dom)
      • Feature

        public Feature()
    • Method Detail

      • setId

        public void setId​(java.lang.String value)
      • getId

        public java.lang.String getId()
      • setVersion

        public void setVersion​(java.lang.String value)
      • getVersion

        public java.lang.String getVersion()
      • setUrl

        public void setUrl​(java.lang.String value)
      • getUrl

        public java.lang.String getUrl()