Class WfFeatureDiffCallback

  • All Implemented Interfaces:
    org.jboss.galleon.diff.ProvisionedFeatureDiffCallback

    public class WfFeatureDiffCallback
    extends java.lang.Object
    implements org.jboss.galleon.diff.ProvisionedFeatureDiffCallback
    Author:
    Alexey Loubyansky
    • Field Summary

      • Fields inherited from interface org.jboss.galleon.diff.ProvisionedFeatureDiffCallback

        DEFAULT
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean added​(org.jboss.galleon.state.ProvisionedFeature added)  
      boolean matches​(org.jboss.galleon.state.ProvisionedFeature original, org.jboss.galleon.state.ProvisionedFeature actual)  
      boolean removed​(org.jboss.galleon.state.ProvisionedFeature removed)  
      • Methods inherited from class java.lang.Object

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

      • WfFeatureDiffCallback

        public WfFeatureDiffCallback()
    • Method Detail

      • added

        public boolean added​(org.jboss.galleon.state.ProvisionedFeature added)
                      throws org.jboss.galleon.ProvisioningException
        Specified by:
        added in interface org.jboss.galleon.diff.ProvisionedFeatureDiffCallback
        Throws:
        org.jboss.galleon.ProvisioningException
      • removed

        public boolean removed​(org.jboss.galleon.state.ProvisionedFeature removed)
                        throws org.jboss.galleon.ProvisioningException
        Specified by:
        removed in interface org.jboss.galleon.diff.ProvisionedFeatureDiffCallback
        Throws:
        org.jboss.galleon.ProvisioningException
      • matches

        public boolean matches​(org.jboss.galleon.state.ProvisionedFeature original,
                               org.jboss.galleon.state.ProvisionedFeature actual)
                        throws org.jboss.galleon.ProvisioningException
        Specified by:
        matches in interface org.jboss.galleon.diff.ProvisionedFeatureDiffCallback
        Throws:
        org.jboss.galleon.ProvisioningException