|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ivy.plugins.repository.AbstractRepository
org.apache.ivy.plugins.repository.url.URLRepository
org.codehaus.groovy.grails.resolve.GrailsRepository
public class GrailsRepository
Repository cable of handling the Grails svn repo's repository patterns.
| Constructor Summary | |
|---|---|
GrailsRepository()
|
|
| Method Summary | |
|---|---|
void |
get(java.lang.String source,
java.io.File destination)
|
org.apache.ivy.plugins.repository.Resource |
getResource(java.lang.String source)
|
java.util.List |
list(java.lang.String parent)
|
void |
put(java.io.File source,
java.lang.String destination,
boolean overwrite)
|
| Methods inherited from class org.apache.ivy.plugins.repository.AbstractRepository |
|---|
addTransferListener, fireTransferCompleted, fireTransferCompleted, fireTransferError, fireTransferError, fireTransferEvent, fireTransferInitiated, fireTransferProgress, fireTransferStarted, fireTransferStarted, getFileSeparator, getName, hasTransferListener, put, removeTransferListener, setName, standardize, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GrailsRepository()
| Method Detail |
|---|
public org.apache.ivy.plugins.repository.Resource getResource(java.lang.String source)
throws java.io.IOException
getResource in interface org.apache.ivy.plugins.repository.RepositorygetResource in class org.apache.ivy.plugins.repository.url.URLRepositoryjava.io.IOException
public void get(java.lang.String source,
java.io.File destination)
throws java.io.IOException
get in interface org.apache.ivy.plugins.repository.Repositoryget in class org.apache.ivy.plugins.repository.url.URLRepositoryjava.io.IOException
public void put(java.io.File source,
java.lang.String destination,
boolean overwrite)
throws java.io.IOException
put in class org.apache.ivy.plugins.repository.url.URLRepositoryjava.io.IOException
public java.util.List list(java.lang.String parent)
throws java.io.IOException
list in interface org.apache.ivy.plugins.repository.Repositorylist in class org.apache.ivy.plugins.repository.url.URLRepositoryjava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||