Class RuleNameServiceImpl
- java.lang.Object
-
- org.kie.workbench.common.services.backend.rulename.RuleNameServiceImpl
-
- All Implemented Interfaces:
org.kie.workbench.common.services.shared.rulename.RuleNamesService
@ApplicationScoped public class RuleNameServiceImpl extends Object implements org.kie.workbench.common.services.shared.rulename.RuleNamesService
-
-
Constructor Summary
Constructors Constructor Description RuleNameServiceImpl()RuleNameServiceImpl(org.kie.workbench.common.services.refactoring.service.RefactoringQueryService queryService, org.kie.workbench.common.services.shared.project.KieModuleService moduleService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>getRuleNames(org.uberfire.backend.vfs.Path path, String packageName)
-
-
-
Method Detail
-
getRuleNames
public Collection<String> getRuleNames(org.uberfire.backend.vfs.Path path, String packageName)
- Specified by:
getRuleNamesin interfaceorg.kie.workbench.common.services.shared.rulename.RuleNamesService
-
-