|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Wagon | |
| org.apache.maven.wagon | |
| org.apache.maven.wagon.events | |
| Uses of Wagon in org.apache.maven.wagon |
| Subinterfaces of Wagon in org.apache.maven.wagon | |
interface |
CommandExecutor
|
| Classes in org.apache.maven.wagon that implement Wagon | |
class |
AbstractWagon
Implementation of common facilties for Wagon providers. |
class |
StreamWagon
Base class for wagon which provide stream based API. |
| Methods in org.apache.maven.wagon with parameters of type Wagon | |
static String |
WagonUtils.toString(String resource,
Wagon wagon)
|
static void |
WagonUtils.putDirectory(File dir,
Wagon wagon,
boolean includeBasdir)
|
| Uses of Wagon in org.apache.maven.wagon.events |
| Methods in org.apache.maven.wagon.events that return Wagon | |
Wagon |
WagonEvent.getWagon()
Returns The Wagon object on which the WagonEvent initially occurred |
| Constructors in org.apache.maven.wagon.events with parameters of type Wagon | |
SessionEvent(Wagon wagon,
int eventType)
Creates new instance of SessionEvent |
|
SessionEvent(Wagon wagon,
Exception exception)
Creates new instance of SessionEvent. |
|
WagonEvent(Wagon source)
|
|
TransferEvent(Wagon wagon,
Resource resource,
int eventType,
int requestType)
|
|
TransferEvent(Wagon wagon,
Resource resource,
Exception exception,
int requestType)
|
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||