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 ITextResourceRefactorer
ResourceRefactorProcessor. createWebResourceFormElementNameRefactorer(String oldName, String newName, String... extensions)
Creates a refactorer that replaces the references to the given form element in JavaScript files.static ITextResourceRefactorer
ResourceRefactorProcessor. 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 boolean
ResourceRefactorProcessor. refactorProjectResource(IEntityContext ec, ProjektRessource resource, ITextResourceRefactorer refactorer)
Applies the given refactorer to the given resource.static void
ResourceRefactorProcessor. refactorProjectResources(IEntityContext ec, long projectId, ITextResourceRefactorer refactorer)
Applies the given refactorer to allproject resources
of the given project.static void
ResourceRefactorProcessor. refactorProjectResources(IEntityContext ec, Projekt project, ITextResourceRefactorer refactorer)
Applies the given refactorer to allproject resources
of the given project.
-