How to access Eclipse refactoring scripts from command line for automation -
eclipse allows create refactoring scripts through gui. i'm looking way generate script files inputs external module , automate refactoring based on them. possible mere jar/class call in command line (bash script)?
are there other options automated find , replace on large code base won't break code? typically projects contain sorts of files java,jsp,css,html,make,....
as far know, eclipse not include such application (look definitions of org.eclipse.core.runtime.applications extension point). wouldn't hard build 1 on top of functionality of org.eclipse.ltk.core.refactoring , org.eclipse.ltk.ui.refactoring.
Comments
Post a Comment