| java.lang.Object org.netbeans.modules.apisupport.refactoring.Utility
Utility | public class Utility (Code) | | |
addProblemsToEnd | public static Problem addProblemsToEnd(Problem where, Problem what)(Code) | | |
findMetaInfServices | final public static FileObject findMetaInfServices(Project project)(Code) | | |
getClassName | public static String getClassName(String pkg, String simpleName)(Code) | | Creates full class name from package name and simple class name
Parameters: pkg - package name Parameters: simpleName - simple class name full class name |
readFileIntoString | static String readFileIntoString(FileObject fileObject)(Code) | | |
writeFileFromString | static void writeFileFromString(FileObject fileObject, String content)(Code) | | |
|
|