Uses of Interface
de.xima.fc.interfaces.refactor.ITextResourceRefactorer
Packages that use ITextResourceRefactorer
- 
Uses of ITextResourceRefactorer in de.xima.fc.refactor
Methods in de.xima.fc.refactor that return ITextResourceRefactorerModifier and TypeMethodDescriptionstatic ITextResourceRefactorerResourceRefactorProcessor.createWebResourceFormElementNameRefactorer(String oldName, String newName, String... extensions) Creates a refactorer that replaces the references to the given form element in JavaScript files.static ITextResourceRefactorerResourceRefactorProcessor.createWebResourceFormElementNameRefactorer(String oldName, String newName, Set<String> extensions) Creates a refactorer that replaces the references to the given form element in JavaScript files.Methods in de.xima.fc.refactor with parameters of type ITextResourceRefactorerModifier and TypeMethodDescriptionstatic booleanResourceRefactorProcessor.refactorProjectResource(IEntityContext ec, ProjektRessource resource, ITextResourceRefactorer refactorer) Applies the given refactorer to the given resource.static voidResourceRefactorProcessor.refactorProjectResources(IEntityContext ec, long projectId, ITextResourceRefactorer refactorer) Applies the given refactorer to allproject resourcesof the given project.static voidResourceRefactorProcessor.refactorProjectResources(IEntityContext ec, Projekt project, ITextResourceRefactorer refactorer) Applies the given refactorer to allproject resourcesof the given project.