Uses of Interface
de.xima.fc.interfaces.refactor.ITextResourceRefactorer
-
Packages that use ITextResourceRefactorer Package Description de.xima.fc.refactor -
-
Uses of ITextResourceRefactorer in de.xima.fc.refactor
Methods in de.xima.fc.refactor that return ITextResourceRefactorer Modifier and Type Method Description static 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 ITextResourceRefactorer Modifier and Type Method Description static 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.
-