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

shaded.org.apache.maven.model.InputLocationTracker Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Modello 1.9.1,
// any modifications will be overwritten.
// ==============================================================

package shaded.shaded.org.apache.maven.model;

/**
 * Interface InputLocationTracker.
 * 
 * @version $Revision$ $Date$
 */
@SuppressWarnings( "all" )
public interface InputLocationTracker
{

      //-----------/
     //- Methods -/
    //-----------/

    /**
     * Gets the location of the specified field in the input
     * source.
     * 
     * @param field The key of the field, must not be
     * null.
     * @return The location of the field in the input source or
     * null if unknown.
     */
    public InputLocation getLocation( Object field );
    /**
     * Sets the location of the specified field.
     * 
     * @param field The key of the field, must not be
     * null.
     * @param location The location of the field, may be
     * null.
     */
    public void setLocation( Object field, InputLocation location );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy