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:
Cloneable

public class LocalRepository
extends Repository

Local repository type.

Version:
$Id: LocalRepository.java 163962 2005-04-18 04:12:34Z brett $
Author:
Brett Porter

Field Summary
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, project
 
Constructor Summary
LocalRepository()
           
 
Method Summary
 File getFileLocation()
           
 void setLocation(File location)
           
 
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
 

Constructor Detail

LocalRepository

public LocalRepository()
Method Detail

getFileLocation

public File getFileLocation()

setLocation

public void setLocation(File location)


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