org.fusesource.fabric.maven.impl
Class MavenProxyImpl
java.lang.Object
org.fusesource.fabric.maven.impl.MavenProxyImpl
- All Implemented Interfaces:
- MavenProxy
public class MavenProxyImpl
- extends java.lang.Object
- implements MavenProxy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MavenProxyImpl
public MavenProxyImpl()
getPort
public int getPort()
setPort
public void setPort(int port)
getLocalRepository
public java.lang.String getLocalRepository()
setLocalRepository
public void setLocalRepository(java.lang.String localRepository)
getRemoteRepositories
public java.lang.String getRemoteRepositories()
setRemoteRepositories
public void setRemoteRepositories(java.lang.String remoteRepositories)
getAddress
public java.net.URI getAddress()
- Specified by:
getAddress in interface MavenProxy
isStarted
public boolean isStarted()
- Specified by:
isStarted in interface MavenProxy
start
public void start()
throws java.io.IOException
- Specified by:
start in interface MavenProxy
- Throws:
java.io.IOException
stop
public void stop()
- Specified by:
stop in interface MavenProxy
Copyright © 2011 FuseSource. All Rights Reserved.