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