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

de.deepamehta.files.ItemKind Maven / Gradle / Ivy

There is a newer version: 4.9.2
Show newest version
package de.deepamehta.files;



public enum ItemKind {

    FILE, DIRECTORY;

    public String stringify() {
        return name().toLowerCase();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy