public interface DeleteValidator<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(org.uberfire.backend.vfs.Path path) |
Collection<org.guvnor.common.services.shared.validation.model.ValidationMessage> |
validate(org.uberfire.backend.vfs.Path path) |
Collection<org.guvnor.common.services.shared.validation.model.ValidationMessage> |
validate(org.uberfire.backend.vfs.Path path,
T content) |
Collection<org.guvnor.common.services.shared.validation.model.ValidationMessage> validate(org.uberfire.backend.vfs.Path path, T content)
Collection<org.guvnor.common.services.shared.validation.model.ValidationMessage> validate(org.uberfire.backend.vfs.Path path)
boolean accept(org.uberfire.backend.vfs.Path path)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.