Class FeatureSpecFilter


  • public class FeatureSpecFilter
    extends java.lang.Object
    Author:
    Emmanuel Hugonnet (c) 2017 Red Hat, inc.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean areIdentical​(org.jboss.galleon.spec.FeatureSpec standalone, org.jboss.galleon.spec.FeatureSpec domain, org.apache.maven.plugin.logging.Log log)  
      • Methods inherited from class java.lang.Object

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

      • FeatureSpecFilter

        public FeatureSpecFilter()
    • Method Detail

      • areIdentical

        public static boolean areIdentical​(org.jboss.galleon.spec.FeatureSpec standalone,
                                           org.jboss.galleon.spec.FeatureSpec domain,
                                           org.apache.maven.plugin.logging.Log log)