Class WpsEarModulePredicate

  • All Implemented Interfaces:
    com.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.deployment.specification.Delta>, java.util.function.Predicate<com.xebialabs.deployit.plugin.api.deployment.specification.Delta>

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

      Fields 
      Modifier and Type Field Description
      static java.lang.String WPS_EAR_Module  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean apply​(com.xebialabs.deployit.plugin.api.deployment.specification.Delta input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.common.base.Predicate

        equals, test
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • WpsEarModulePredicate

        public WpsEarModulePredicate()
    • Method Detail

      • 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>