org.freecompany.imp

Class Repository

public class Repository extends Task

Field Summary
protected URIbase
Method Summary
voidexecute()
Sets up a locally defined repository in the build file.
URIgetBase()
voidsetBase(URI base)

Field Detail

base

protected URI base

Method Detail

execute

public void execute()
Sets up a locally defined repository in the build file. These are handled through the URI resolver abstraction class, Access, which handles configuring and calling the backing resolution system.

getBase

public URI getBase()

setBase

public void setBase(URI base)