Package org.alfresco.repo.descriptor
Class LicenseResourceComponent
- java.lang.Object
-
- org.alfresco.repo.descriptor.LicenseResourceComponent
-
public class LicenseResourceComponent extends java.lang.ObjectThe 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
Constructors Constructor Description LicenseResourceComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetEmbeddedLicenseLocation()java.lang.StringgetExternalLicenseLocation()java.lang.StringgetSharedLicenseLocation()voidsetEmbeddedLicenseLocation(java.lang.String embeddedLicenseLocation)voidsetExternalLicenseLocation(java.lang.String externalLicenseLocation)voidsetSharedLicenseLocation(java.lang.String sharedLicenseLocation)
-
-
-
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()
-
-