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

org.webbitserver.handler.FileEntry Maven / Gradle / Ivy

package org.webbitserver.handler;

public class FileEntry {
    public final String name;

    public FileEntry(String name) {
        this.name = name;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy