org.apache.maven.artifact.ant
Class LocalRepository

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.maven.artifact.ant.Repository
          extended by org.apache.maven.artifact.ant.LocalRepository
All Implemented Interfaces:
java.lang.Cloneable

public class LocalRepository
extends Repository

Local repository type.

Version:
$Id: LocalRepository.java 542053 2007-05-27 23:36:08Z jvanzyl $
Author:
Brett Porter

Field Summary
private  java.io.File path
           
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
LocalRepository()
           
 
Method Summary
 java.io.File getPath()
           
 void setPath(java.io.File path)
           
 
Methods inherited from class org.apache.maven.artifact.ant.Repository
getId, getInstance, getLayout, getRefid, setId, setLayout, setRefid
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

private java.io.File path
Constructor Detail

LocalRepository

public LocalRepository()
Method Detail

getPath

public java.io.File getPath()

setPath

public void setPath(java.io.File path)