Class ValidatorBuildService
- java.lang.Object
-
- org.kie.workbench.common.services.backend.validation.asset.ValidatorBuildService
-
@ApplicationScoped public class ValidatorBuildService extends Object
-
-
Constructor Summary
Constructors Constructor Description ValidatorBuildService()ValidatorBuildService(org.uberfire.io.IOService ioService, LRUBuilderCache builderCache, org.kie.workbench.common.services.shared.project.KieModuleService moduleService, BuildInfoService buildInfoService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
ValidatorBuildService
public ValidatorBuildService()
-
ValidatorBuildService
@Inject public ValidatorBuildService(@Named("ioStrategy") org.uberfire.io.IOService ioService, LRUBuilderCache builderCache, org.kie.workbench.common.services.shared.project.KieModuleService moduleService, BuildInfoService buildInfoService)
-
-
Method Detail
-
validate
public List<org.guvnor.common.services.shared.validation.model.ValidationMessage> validate(org.uberfire.backend.vfs.Path resourcePath, String content)
-
validate
public List<org.guvnor.common.services.shared.validation.model.ValidationMessage> validate(org.uberfire.backend.vfs.Path resourcePath)
-
-