org.apache.maven.model
Class InputSource

java.lang.Object
  extended by org.apache.maven.model.InputSource
All Implemented Interfaces:
Serializable, Cloneable

public class InputSource
extends Object
implements Serializable, Cloneable

Class InputSource.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
InputSource()
           
 
Method Summary
 InputSource clone()
          Method clone.
 String getLocation()
          Get the path/URL of the POM.
 String getModelId()
          Get the identifier of the POM.
 void setLocation(String location)
          Set the path/URL of the POM.
 void setModelId(String modelId)
          Set the identifier of the POM.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputSource

public InputSource()
Method Detail

clone

public InputSource clone()
Method clone.

Overrides:
clone in class Object
Returns:
InputSource

getLocation

public String getLocation()
Get the path/URL of the POM.

Returns:
String

getModelId

public String getModelId()
Get the identifier of the POM.

Returns:
String

setLocation

public void setLocation(String location)
Set the path/URL of the POM.

Parameters:
location -

setModelId

public void setModelId(String modelId)
Set the identifier of the POM.

Parameters:
modelId -


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