public class ComponentExistsPredicate
extends java.lang.Object
implements java.util.function.Predicate<java.lang.String>
Returns TRUE if the component exists; FALSE otherwise.
| Constructor and Description |
|---|
ComponentExistsPredicate() |
| Modifier and Type | Method and Description |
|---|---|
protected CMSAdminComponentService |
getCmsAdminComponentService() |
void |
setCmsAdminComponentService(CMSAdminComponentService cmsAdminComponentService) |
boolean |
test(java.lang.String target)
Suppress sonar warning (squid:S1166 | Exception handlers should preserve the original exception) : The exception
is correctly handled in the catch clause.
|
public boolean test(java.lang.String target)
test in interface java.util.function.Predicate<java.lang.String>protected CMSAdminComponentService getCmsAdminComponentService()
public void setCmsAdminComponentService(CMSAdminComponentService cmsAdminComponentService)
Copyright © 2018 SAP SE. All Rights Reserved.