org.freecompany.imp

Class Import

public class Import extends ImportTask

Extension of the built in Ant import task that allows a imported Ant build file to be resovled and downloaded from configured repositories. This task actively tries to figure out if it's at the top level and fail if so, so we cannot simply delegate to a new instance.
Field Summary
protected Loggerlogger
protected Stringuri
Method Summary
voidsetUri(String uri)

Field Detail

logger

protected Logger logger

uri

protected String uri

Method Detail

setUri

public void setUri(String uri)