creating group of files
Hi All,
We are using intellij for our development.
Here I want to create a set of file based on one module,
Like based on the module name i want
1) module_nameXYZ Class
2) module_nameXYZ interface
3) module_nameException exception class.
How can i achive it in one shot. For example if i give module name, it should generate all of this three files.
I know how to use file templates for this and i have already done it, but the problem is , i have to specify each and every files. I want to give only module name and all these three files should be created.
thanks in advanced.
--kunal
请先登录再写评论。