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

li.strolch.search.ResourceSearchResult Maven / Gradle / Ivy

The newest version!
package li.strolch.search;

import li.strolch.model.Resource;

import java.util.stream.Stream;

public class ResourceSearchResult extends RootElementSearchResult {
	public ResourceSearchResult(Stream stream) {
		super(stream);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy