Package com.ibm.jbatch.jsl.util
Class ValidatorHelper
- java.lang.Object
-
- com.ibm.jbatch.jsl.util.ValidatorHelper
-
public class ValidatorHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPI_BUNDLE_SYMBOLIC_NAMEstatic StringSCHEMA_LOCATION
-
Constructor Summary
Constructors Constructor Description ValidatorHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SchemagetXJCLSchema()This method must be synchronized as SchemaFactory is not thread-safe
-
-
-
Field Detail
-
SCHEMA_LOCATION
public static final String SCHEMA_LOCATION
- See Also:
- Constant Field Values
-
API_BUNDLE_SYMBOLIC_NAME
public static final String API_BUNDLE_SYMBOLIC_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getXJCLSchema
public static Schema getXJCLSchema()
This method must be synchronized as SchemaFactory is not thread-safe
-
-