public interface LicenseService
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultSubmissionLicense()
Get the site-wide default license that submitters need to grant
|
String |
getLicenseText(String licenseFile)
Get the License
|
void |
writeLicenseFile(String licenseFile,
String newLicense)
Writes license to a text file.
|
void writeLicenseFile(String licenseFile, String newLicense)
licenseFile - name for the file into which license will be written,
relative to the current directory.newLicense - new licenseString getLicenseText(String licenseFile)
licenseFile - file nameString getDefaultSubmissionLicense()
Copyright © 2017 DuraSpace. All rights reserved.