org.alfresco.repo.descriptor
Class LicenseResourceComponent

java.lang.Object
  extended by org.alfresco.repo.descriptor.LicenseResourceComponent

public class LicenseResourceComponent
extends java.lang.Object

The licence resource component knows the locations where license files may be found. Locations are suitable to be loaded by spring's getResource method.


Constructor Summary
LicenseResourceComponent()
           
 
Method Summary
 java.lang.String getEmbeddedLicenseLocation()
           
 java.lang.String getExternalLicenseLocation()
           
 java.lang.String getSharedLicenseLocation()
           
 void setEmbeddedLicenseLocation(java.lang.String embeddedLicenseLocation)
           
 void setExternalLicenseLocation(java.lang.String externalLicenseLocation)
           
 void setSharedLicenseLocation(java.lang.String sharedLicenseLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseResourceComponent

public LicenseResourceComponent()
Method Detail

setExternalLicenseLocation

public void setExternalLicenseLocation(java.lang.String externalLicenseLocation)

getExternalLicenseLocation

public java.lang.String getExternalLicenseLocation()

setEmbeddedLicenseLocation

public void setEmbeddedLicenseLocation(java.lang.String embeddedLicenseLocation)

getEmbeddedLicenseLocation

public java.lang.String getEmbeddedLicenseLocation()

setSharedLicenseLocation

public void setSharedLicenseLocation(java.lang.String sharedLicenseLocation)

getSharedLicenseLocation

public java.lang.String getSharedLicenseLocation()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.