| |
|
| java.lang.Object org.netbeans.modules.visualweb.ejb.util.Util
Util | public class Util (Code) | | This class contains some utility methods
author: cao |
copyFile | public static void copyFile(File src, File dst) throws IOException(Code) | | Copy files using nio
Parameters: src - source file Parameters: dst - destination file throws: IOException - |
getCodeNameBase | public static String getCodeNameBase()(Code) | | Returns the NetBeans module code name base.
|
getEjbStateDir | public static File getEjbStateDir()(Code) | | Get the directory where state of this module is kept. This will be in the userdir and also
part of the NetBeans filesystem so that it will make it easier to migrate to future IDE
versions.
throws: IOException - |
getFileName | public static String getFileName(String path)(Code) | | Get the file name out of the path
|
|
|
|