org.apache.maven.artifact.ant
Class LocalRepository
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.maven.artifact.ant.Repository
org.apache.maven.artifact.ant.LocalRepository
- public class LocalRepository
- extends Repository
Local repository type.
- Version:
- $Id: LocalRepository.java 163962 2005-04-18 04:12:34Z brett $
- Author:
- Brett Porter
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
| 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 |
LocalRepository
public LocalRepository()
getLocation
public File getLocation()
setLocation
public void setLocation(File location)
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.