
com.mistraltech.smog.core.PathAware Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smog-core Show documentation
Show all versions of smog-core Show documentation
SMOG is a library supporting the creation of composite matcher classes based on Hamcrest.
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