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

javajs.api.GenericFileInterface Maven / Gradle / Ivy

package javajs.api;

public interface GenericFileInterface {

  String getFullPath();

  String getName();

  long length();

  boolean isDirectory();

  GenericFileInterface getParentAsFile();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy