org.jfrog.build.extractor.clientConfiguration
Class ArtifactoryClientConfiguration.ProxyHandler

java.lang.Object
  extended by org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
      extended by org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.AuthenticationConfiguration
          extended by org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.ProxyHandler
Enclosing class:
ArtifactoryClientConfiguration

public class ArtifactoryClientConfiguration.ProxyHandler
extends ArtifactoryClientConfiguration.AuthenticationConfiguration


Field Summary
 
Fields inherited from class org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
log, props
 
Constructor Summary
ArtifactoryClientConfiguration.ProxyHandler()
           
 
Method Summary
 java.lang.String getHost()
           
 java.lang.Integer getPort()
           
 void setHost(java.lang.String host)
           
 void setPort(java.lang.Integer port)
           
 
Methods inherited from class org.jfrog.build.extractor.clientConfiguration.ArtifactoryClientConfiguration.AuthenticationConfiguration
getPassword, getUsername, setPassword, setUsername
 
Methods inherited from class org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
getBooleanValue, getIntegerValue, getIntegerValue, getLog, getPrefix, getStringValue, getStringValue, setBooleanValue, setIntegerValue, setStringValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactoryClientConfiguration.ProxyHandler

public ArtifactoryClientConfiguration.ProxyHandler()
Method Detail

getHost

public java.lang.String getHost()

setHost

public void setHost(java.lang.String host)

getPort

public java.lang.Integer getPort()

setPort

public void setPort(java.lang.Integer port)