| java.lang.Object org.netbeans.modules.websvc.jaxrpc.Utilities
Utilities | final public class Utilities (Code) | | Utility methods shared for web service modules.
author: Peter Williams |
createSteps | public static String[] createSteps(String[] before, WizardDescriptor.Panel[] panels)(Code) | | This method ensures the list of steps displayed in the left hand panel
of the wizard is correct for any given displayed panel.
Taken from web/core
|
getCanonicalFile | public static File getCanonicalFile(File f)(Code) | | Retrieve the canonical version of a File instance, converting the possible
IOException into a null (presumably for error presentation purposes).
|
isJavaIdentifier | public static boolean isJavaIdentifier(String id)(Code) | | Class/Identifier validation
|
isJavaPackage | public static boolean isJavaPackage(String pkg)(Code) | | Package name validation
|
removeSpacesFromServiceName | public static String removeSpacesFromServiceName(String serviceName)(Code) | | |
|
|