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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanapply(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, waitMethods inherited from interface com.google.common.base.Predicate
equals, test
-
Field Details
-
WPS_EAR_Module
- See Also:
-
-
Constructor Details
-
WpsEarModulePredicate
public WpsEarModulePredicate()
-
-
Method Details
-
apply
public boolean apply(com.xebialabs.deployit.plugin.api.deployment.specification.Delta input) - Specified by:
applyin interfacecom.google.common.base.Predicate<com.xebialabs.deployit.plugin.api.deployment.specification.Delta>
-