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

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

public class ArtifactoryClientConfiguration.LicenseControlHandler
extends PrefixPropertyHandler


Field Summary
 
Fields inherited from class org.jfrog.build.extractor.clientConfiguration.PrefixPropertyHandler
log, props
 
Constructor Summary
ArtifactoryClientConfiguration.LicenseControlHandler()
           
 
Method Summary
 java.lang.String getScopes()
           
 java.lang.String getViolationRecipients()
           
 java.lang.Boolean isAutoDiscover()
           
 java.lang.Boolean isIncludePublishedArtifacts()
           
 java.lang.Boolean isRunChecks()
           
 void setAutoDiscover(java.lang.Boolean enabled)
           
 void setIncludePublishedArtifacts(java.lang.Boolean enabled)
           
 void setRunChecks(java.lang.Boolean enabled)
           
 void setScopes(java.lang.String scopes)
           
 void setViolationRecipients(java.lang.String recipients)
           
 
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.LicenseControlHandler

public ArtifactoryClientConfiguration.LicenseControlHandler()
Method Detail

setRunChecks

public void setRunChecks(java.lang.Boolean enabled)

isRunChecks

public java.lang.Boolean isRunChecks()

getViolationRecipients

public java.lang.String getViolationRecipients()

setViolationRecipients

public void setViolationRecipients(java.lang.String recipients)

setIncludePublishedArtifacts

public void setIncludePublishedArtifacts(java.lang.Boolean enabled)

isIncludePublishedArtifacts

public java.lang.Boolean isIncludePublishedArtifacts()

getScopes

public java.lang.String getScopes()

setScopes

public void setScopes(java.lang.String scopes)

setAutoDiscover

public void setAutoDiscover(java.lang.Boolean enabled)

isAutoDiscover

public java.lang.Boolean isAutoDiscover()