
org.codehaus.plexus.util.interpolation.ValueSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plexus-utils Show documentation
Show all versions of plexus-utils Show documentation
A collection of various utility classes to ease working with strings, files, command lines, XML and more.
package org.codehaus.plexus.util.interpolation;
public interface ValueSource
{
/**
* @return the value related to the expression, or null if not found.
*/
public Object getValue( String expression );
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy