All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sf.tools.SystemUtils Maven / Gradle / Ivy

The newest version!
package sf.tools;

public class SystemUtils {
    /**
     * 分割符
     */
    public static final String lineSeparator = System.getProperty("line.separator", "\n");

    /**
     * URL protocol for a file in the file system: "file".
     */
    public static final String URL_PROTOCOL_FILE = "file";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy