Griffon 1.2.0

org.codehaus.griffon.artifacts
[Groovy] Class LegacyArtifactRepository

java.lang.Object
  org.codehaus.griffon.artifacts.AbstractArtifactRepository
      org.codehaus.griffon.artifacts.LegacyArtifactRepository

class LegacyArtifactRepository
extends AbstractArtifactRepository

Authors:
Andres Almiray
Since:
0.9.5


Field Summary
private static Logger LOG

private HttpURLClient http

 
Fields inherited from class AbstractArtifactRepository
name
 
Property Summary
boolean legacy

boolean local

String name

boolean remote

int timeout

String type

String url

 
Constructor Summary
LegacyArtifactRepository()

 
Method Summary
File downloadFile(String type, String name, String version, String username)

Artifact findArtifact(String type, String name)

Artifact findArtifact(String type, String name, String version)

List listArtifacts(String type)

boolean uploadRelease(Release release, String username, String password)

 
Methods inherited from class AbstractArtifactRepository
getName, setName
 

Field Detail

LOG

private static final Logger LOG


http

private final HttpURLClient http


 
Property Detail

legacy

final boolean legacy


local

final boolean local


name

final String name


remote

final boolean remote


timeout

final int timeout


type

final String type


url

final String url


 
Constructor Detail

LegacyArtifactRepository

LegacyArtifactRepository()


 
Method Detail

downloadFile

File downloadFile(String type, String name, String version, String username)


findArtifact

Artifact findArtifact(String type, String name)


findArtifact

Artifact findArtifact(String type, String name, String version)


listArtifacts

List listArtifacts(String type)


uploadRelease

boolean uploadRelease(Release release, String username, String password)


 

Groovy Documentation