org.sonar.batch
Class RemoteServerMetadata
java.lang.Object
org.sonar.batch.RemoteServerMetadata
- All Implemented Interfaces:
- BatchComponent
public class RemoteServerMetadata
- extends Object
- implements BatchComponent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONNECT_TIMEOUT_MILLISECONDS
public static final int CONNECT_TIMEOUT_MILLISECONDS
- See Also:
- Constant Field Values
READ_TIMEOUT_MILLISECONDS
public static final int READ_TIMEOUT_MILLISECONDS
- See Also:
- Constant Field Values
RemoteServerMetadata
public RemoteServerMetadata(Server server)
getServerId
public String getServerId()
throws IOException
- Throws:
IOException
extractId
protected String extractId(String remoteServerInfo)
getUrlFor
protected String getUrlFor(String path)
remoteContent
protected String remoteContent(String path)
throws IOException
- Throws:
IOException
Copyright © 2009-2012 SonarSource. All Rights Reserved.