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

de.mhus.lib.vaadin.aqua.DefaultFilesystem Maven / Gradle / Ivy

There is a newer version: 3.2.8
Show newest version
package de.mhus.lib.vaadin.aqua;

public class DefaultFilesystem implements Filesystem {

	@Override
	public NavigationNode getPath(String path) {
		
		return null;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy