Class WpsEarModulePredicate

java.lang.Object
com.xebialabs.deployit.plugin.wps.contributor.WpsEarModulePredicate
All Implemented Interfaces:
com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.deployment.specification.Delta>, Predicate<com.xebialabs.deployit.plugin.api.deployment.specification.Delta>

public class WpsEarModulePredicate extends Object implements com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.deployment.specification.Delta>
  • Field Details

  • Constructor Details

    • WpsEarModulePredicate

      public WpsEarModulePredicate()
  • Method Details

    • apply

      public boolean apply(com.xebialabs.deployit.plugin.api.deployment.specification.Delta input)
      Specified by:
      apply in interface com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.deployment.specification.Delta>