Lines Matching full:properties
6 Example properties file content:
38 + " from the given properties file.",
46 help="The path to the directory that contains the properties file."
53 help="The path to a properties file that contains the parameters to"
54 + ' pass to the program. If the properties file has a ".properties"'
56 + " of each line in the properties file should be as follows:"
111 # If properties file is not found, try adding ".properties" extension.
113 alt_prop_file_path = prop_file_path + ".properties"
137 # Get the parameters from the properties file.
138 properties = my_parm_file(prop_file_path)
141 for key, value in properties.items():