public class NonStandardLicensesSheetV0d9d4 extends NonStandardLicensesSheet
versioncheckboxStyle, dateStyle, firstCellNum, firstRowNum, FONT_SIZE, greenWrapped, lastRowNum, redWrapped, sheet, workbook, yellowWrapped| Constructor and Description |
|---|
NonStandardLicensesSheetV0d9d4(org.apache.poi.ss.usermodel.Workbook workbook,
String sheetName,
String version) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String identifier,
String extractedText) |
void |
add(String identifier,
String extractedText,
String licenseName,
String[] crossRefUrls,
String comment)
Add a new row to the NonStandardLicenses sheet
|
static void |
create(org.apache.poi.ss.usermodel.Workbook wb,
String sheetName) |
String |
getComment(int rowNum) |
String[] |
getCrossRefUrls(int rowNum) |
String |
getExtractedText(int rowNum)
Retrieve the extracted text for a specific row in the spreadsheet
|
String |
getIdentifier(int rowNum)
Retrieve the license identifier for a specific row in the spreadsheet
|
String |
getLicenseName(int rowNum) |
String |
verify() |
openVersionaddRow, clear, createCenterStyle, createHeaderStyle, createLeftWrapStyle, getFirstDataRow, getNumDataRows, getSheet, resizeRowspublic String verify()
verify in class AbstractSheetpublic static void create(org.apache.poi.ss.usermodel.Workbook wb,
String sheetName)
public String getIdentifier(int rowNum)
NonStandardLicensesSheetgetIdentifier in class NonStandardLicensesSheetpublic String getExtractedText(int rowNum)
NonStandardLicensesSheetgetExtractedText in class NonStandardLicensesSheetpublic void add(String identifier, String extractedText, String licenseName, String[] crossRefUrls, String comment)
NonStandardLicensesSheetadd in class NonStandardLicensesSheetidentifier - License IDextractedText - Extracted license textcrossRefUrls - optional cross reference URL'spublic String getLicenseName(int rowNum)
getLicenseName in class NonStandardLicensesSheetpublic String[] getCrossRefUrls(int rowNum)
getCrossRefUrls in class NonStandardLicensesSheetpublic String getComment(int rowNum)
getComment in class NonStandardLicensesSheetCopyright © 2018 Linux Foundation. All Rights Reserved.