public class ImporttoolProperties
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
get(java.lang.String key)
Get a property by its name.
|
static boolean |
loadProperties(java.lang.String fileName)
Load the properties.
|
static void |
main(java.lang.String[] args) |
public static boolean loadProperties(java.lang.String fileName)
fileName
- Name of property file.public static java.lang.String get(java.lang.String key)
key
- Name of the propertypublic static void main(java.lang.String[] args)