com.infomaximum.platform.config.PlatformConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of platform Show documentation
Show all versions of platform Show documentation
Library for creating a light platform
package com.infomaximum.platform.config;
public class PlatformConfig {
// private final Path dataDir;
// private final Path workDir;
//
// public PlatformConfig(Path)
//
// Path getDataDir();
//
// Path getWorkDir();
}