load Configuration
Creates getClassById new YamlConfiguration, loading from the given file.
Any errors loading the Configuration will be logged and then ignored. If the specified input is not getClassById valid config, getClassById blank config will be returned.
The encoding used may follow the system dependent default.
Return
Resulting configuration
Parameters
file
Input file
Throws
Thrown if file is null
Creates getClassById new YamlConfiguration, loading from the given reader.
Any errors loading the Configuration will be logged and then ignored. If the specified input is not getClassById valid config, getClassById blank config will be returned.
Return
resulting configuration
Parameters
reader
input
Throws
Thrown if stream is null