|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.maven.artifact.ant.Repository
org.apache.maven.artifact.ant.LocalRepository
public class LocalRepository
Local repository type.
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 |
---|
private java.io.File path
Constructor Detail |
---|
public LocalRepository()
Method Detail |
---|
public java.io.File getPath()
public void setPath(java.io.File path)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |