@ApplicationScoped public class ValidatorBuildService extends Object
| Constructor and Description |
|---|
ValidatorBuildService() |
ValidatorBuildService(org.uberfire.io.IOService ioService,
LRUBuilderCache builderCache,
KieModuleService moduleService,
BuildInfoService buildInfoService) |
| Modifier and Type | Method and Description |
|---|---|
List<org.guvnor.common.services.shared.validation.model.ValidationMessage> |
validate(org.uberfire.backend.vfs.Path resourcePath) |
List<org.guvnor.common.services.shared.validation.model.ValidationMessage> |
validate(org.uberfire.backend.vfs.Path resourcePath,
String content) |
public ValidatorBuildService()
@Inject
public ValidatorBuildService(@Named(value="ioStrategy")
org.uberfire.io.IOService ioService,
LRUBuilderCache builderCache,
KieModuleService moduleService,
BuildInfoService buildInfoService)
public List<org.guvnor.common.services.shared.validation.model.ValidationMessage> validate(org.uberfire.backend.vfs.Path resourcePath, String content)
public List<org.guvnor.common.services.shared.validation.model.ValidationMessage> validate(org.uberfire.backend.vfs.Path resourcePath)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.