public class GrailsRepository
extends org.apache.ivy.plugins.repository.url.URLRepository
| Constructor and Description |
|---|
GrailsRepository() |
| Modifier and Type | Method and Description |
|---|---|
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) |
addTransferListener, fireTransferCompleted, fireTransferCompleted, fireTransferError, fireTransferError, fireTransferEvent, fireTransferInitiated, fireTransferProgress, fireTransferStarted, fireTransferStarted, getFileSeparator, getName, hasTransferListener, put, removeTransferListener, setName, standardize, toStringpublic 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.IOExceptionpublic 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.IOExceptionpublic 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.IOExceptionpublic 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