org.apache.maven.model.building
Interface ModelProcessor

All Superinterfaces:
ModelLocator, ModelReader
All Known Implementing Classes:
DefaultModelProcessor

public interface ModelProcessor
extends ModelLocator, ModelReader


Field Summary
static java.lang.String LOCATION
           
static java.lang.String SOURCE
           
 
Fields inherited from interface org.apache.maven.model.io.ModelReader
IS_STRICT
 
Method Summary
 
Methods inherited from interface org.apache.maven.model.locator.ModelLocator
locatePom
 
Methods inherited from interface org.apache.maven.model.io.ModelReader
read, read, read
 

Field Detail

LOCATION

static final java.lang.String LOCATION
See Also:
Constant Field Values

SOURCE

static final java.lang.String SOURCE
See Also:
Constant Field Values


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.