teragrep / cfe_31

0 stars 0 forks source link

Create "HostConfig" class #49

Closed MoonBow-1 closed 2 months ago

MoonBow-1 commented 2 months ago

Description

Currently GenerateFiles read HostConfigFile and parse, which shouldn't be their responsibility, so a new class is required.

Lines like these are going away as well:

if (!configuration.hostConfigFile.path.toFile().exists()) {
    throw new NullPointerException("HostConfigFile is null");
}
MoonBow-1 commented 2 months ago

Submitted for internal review