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

public class LocalRepository
extends Repository

Local repository type.

Version:
$Id: LocalRepository.java 586615 2007-10-19 21:04:45Z hboutemy $
Author:
Brett Porter

Field Summary
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
project
 
Constructor Summary
LocalRepository()
           
 
Method Summary
protected  String getDefaultId()
           
 File getPath()
           
 void setPath(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
getProject, log, log, setProject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalRepository

public LocalRepository()
Method Detail

getPath

public File getPath()

setPath

public void setPath(File path)

getDefaultId

protected String getDefaultId()
Specified by:
getDefaultId in class Repository


Copyright © 2002-2009 The Apache Software Foundation. All Rights Reserved.