public class WSToolingUtils
extends java.lang.Object
| Constructor and Description |
|---|
WSToolingUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getWsGenVersion()
Retrieves the major version number of the WsGen class that we're using
|
static boolean |
hasValue(java.lang.String str)
A handy function to check for empty or null string
|
static boolean |
isValidVersion(java.lang.String wsGenVersion)
Answer if the input version number is 2.1.6 or later.
|
public static boolean hasValue(java.lang.String str)
str - public static java.lang.String getWsGenVersion()
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundExceptionjava.io.IOExceptionpublic static boolean isValidVersion(java.lang.String wsGenVersion)
wsGenVersion - A version number separated by "." Up to the first 3 values will be checked.Copyright © 2004-2025 The Apache Software Foundation. All Rights Reserved.