Griffon 1.2.0

org.codehaus.griffon.resolve
[Java] Class GriffonRepository

java.lang.Object
  org.apache.ivy.plugins.repository.url.URLRepository
      org.codehaus.griffon.resolve.GriffonRepository

public class GriffonRepository
extends URLRepository

Repository cable of handling the Griffon svn repo's repository patterns.

Authors:
Graeme Rocher (Grails 2.0)


Field Summary
private static String END_TOKEN

private static String RELEASE_TOKEN

 
Constructor Summary
GriffonRepository()

 
Method Summary
private String convertSource(String source, char from, char to)

void get(String source, File destination)

Resource getResource(String source)

List list(String parent)

void put(File source, String destination, boolean overwrite)

 

Field Detail

END_TOKEN

private static final String END_TOKEN


RELEASE_TOKEN

private static final String RELEASE_TOKEN


 
Constructor Detail

GriffonRepository

GriffonRepository()


 
Method Detail

convertSource

private String convertSource(String source, char from, char to)


get

@Override
public void get(String source, File destination)


getResource

@Override
public Resource getResource(String source)


list

@SuppressWarnings("rawtypes")
@Override
public List list(String parent)


put

@Override
public void put(File source, String destination, boolean overwrite)


 

Groovy Documentation