|
Griffon 1.2.0 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.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.
| 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 |
|---|
private static final String END_TOKEN
private static final String RELEASE_TOKEN
| Constructor Detail |
|---|
GriffonRepository()
| Method Detail |
|---|
private String convertSource(String source, char from, char to)
@Override public void get(String source, File destination)
@Override public Resource getResource(String source)
@SuppressWarnings("rawtypes")
@Override
public List list(String parent)
@Override public void put(File source, String destination, boolean overwrite)
Groovy Documentation