public class Helper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.util.ResourceBundle |
bundle |
Constructor and Description |
---|
Helper() |
Modifier and Type | Method and Description |
---|---|
static java.util.Properties |
createFromList(TransformerProperties tProps,
java.util.logging.Logger logger,
java.util.List list)
Create a Properties object from XDS propertyseq object list.
|
static java.util.Map<java.lang.String,java.lang.String> |
getArgumentMap(java.lang.String[] args)
Get a map containing all name value pairs comming with the argument array.
|
static java.util.ResourceBundle |
getBundle()
Get the resource message bundle for that package.
|
static ImplementationIF |
getImplementation(Transformer transformer,
java.util.logging.Logger logger,
java.lang.Class<java.lang.Class> destClass,
java.lang.String classname,
java.lang.String jarfile,
java.util.Properties props)
Get the object.
|
static java.util.Properties |
makeUpperCaseKeyword(java.util.Properties properties)
Convert all property keyword to uppercase letter keywords.
|
public static java.util.ResourceBundle getBundle()
public static java.util.Map<java.lang.String,java.lang.String> getArgumentMap(java.lang.String[] args)
args
- The argumentspublic static java.util.Properties createFromList(TransformerProperties tProps, java.util.logging.Logger logger, java.util.List list)
tProps
- logger
- list
- public static ImplementationIF getImplementation(Transformer transformer, java.util.logging.Logger logger, java.lang.Class<java.lang.Class> destClass, java.lang.String classname, java.lang.String jarfile, java.util.Properties props)
public static java.util.Properties makeUpperCaseKeyword(java.util.Properties properties)
properties
- the source property map.