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

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

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

import java.io.File;



interface PathMapper {

    /**
     * Maps an absolute path to a repository path.
     *
     * @param   path    A canonized absolute path.
     *
     * @return  A repository path. Relative to the repository base path.
     *          Begins with slash, no slash at the end.
     */
    String repoPath(File path);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy