org.fusesource.fabric.maven
Interface MavenProxy

All Known Implementing Classes:
MavenProxyImpl

public interface MavenProxy


Method Summary
 java.net.URI getAddress()
           
 boolean isStarted()
           
 void start()
           
 void stop()
           
 

Method Detail

start

void start()
           throws java.io.IOException
Throws:
java.io.IOException

stop

void stop()

isStarted

boolean isStarted()

getAddress

java.net.URI getAddress()


Copyright © 2011 FuseSource. All Rights Reserved.