Package org.apache.axis2.util
Class FileWriter
java.lang.Object
org.apache.axis2.util.FileWriter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FileWriter
public FileWriter()
-
-
Method Details
-
createClassFile
public static File createClassFile(File rootLocation, String packageName, String fileName, String extension) throws IOException, Exception Creates/ returns a file object- Parameters:
rootLocation- - Location to be writtenpackageName- - package, can be '.' separatedfileName- name of the fileextension- type of the file, java, cpp etc- Returns:
- the File that was created
- Throws:
IOExceptionException
-