load abstract method

void load(
  1. String file
)

Load properties from a file. @param file The property file.

Implementation

void load(String file);