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

com.mistraltech.smog.core.PathAware Maven / Gradle / Ivy

Go to download

SMOG is a library supporting the creation of composite matcher classes based on Hamcrest.

There is a newer version: 1.1.0
Show newest version
package com.mistraltech.smog.core;

/**
 * Implemented by classes that expect to be provided with some path.
 * 

* This is useful where neither the path nor the provider of that path is known * at object construction. */ public interface PathAware { /** * Assign a path provider. * * @param pathProvider the path provider */ void setPathProvider(PathProvider pathProvider); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy