public class NonStandardLicensesSheetV1d1 extends NonStandardLicensesSheet
versioncheckboxStyle, dateStyle, firstCellNum, firstRowNum, FONT_SIZE, greenWrapped, lastRowNum, redWrapped, sheet, workbook, yellowWrapped| Constructor and Description |
|---|
NonStandardLicensesSheetV1d1(org.apache.poi.ss.usermodel.Workbook workbook,
String sheetName,
String version) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String identifier,
String extractedTextIn,
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 void add(String identifier, String extractedTextIn, String licenseName, String[] crossRefUrls, String comment)
NonStandardLicensesSheetadd in class NonStandardLicensesSheetidentifier - License IDextractedTextIn - Extracted license textcrossRefUrls - optional cross reference URL'spublic String getIdentifier(int rowNum)
NonStandardLicensesSheetgetIdentifier in class NonStandardLicensesSheetpublic String getExtractedText(int rowNum)
NonStandardLicensesSheetgetExtractedText in class NonStandardLicensesSheetpublic 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.