Object LicenseView.Companion
-
- All Implemented Interfaces:
public class LicenseView.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final LicenseViewALLprivate final LicenseViewCONCLUDED_OR_DECLARED_AND_DETECTEDprivate final LicenseViewCONCLUDED_OR_DECLARED_OR_DETECTEDprivate final LicenseViewCONCLUDED_OR_DETECTEDprivate final LicenseViewONLY_CONCLUDEDprivate final LicenseViewONLY_DECLAREDprivate final LicenseViewONLY_DETECTEDpublic final static LicenseView.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final LicenseViewgetALL()Return all licenses. final LicenseViewgetCONCLUDED_OR_DECLARED_AND_DETECTED()Return only the concluded licenses if they exist, otherwise return declared and detected licenses. final LicenseViewgetCONCLUDED_OR_DECLARED_OR_DETECTED()Return only the concluded licenses if they exist, or return only the declared licenses if they exist, or return the detected licenses. final LicenseViewgetCONCLUDED_OR_DETECTED()Return only the concluded licenses if they exist, otherwise return detected licenses. final LicenseViewgetONLY_CONCLUDED()Return only the concluded licenses. final LicenseViewgetONLY_DECLARED()Return only the declared licenses. final LicenseViewgetONLY_DETECTED()Return only the detected licenses. -
-
Method Detail
-
getALL
final LicenseView getALL()
Return all licenses.
-
getCONCLUDED_OR_DECLARED_AND_DETECTED
final LicenseView getCONCLUDED_OR_DECLARED_AND_DETECTED()
Return only the concluded licenses if they exist, otherwise return declared and detected licenses.
-
getCONCLUDED_OR_DECLARED_OR_DETECTED
final LicenseView getCONCLUDED_OR_DECLARED_OR_DETECTED()
Return only the concluded licenses if they exist, or return only the declared licenses if they exist, or return the detected licenses.
-
getCONCLUDED_OR_DETECTED
final LicenseView getCONCLUDED_OR_DETECTED()
Return only the concluded licenses if they exist, otherwise return detected licenses.
-
getONLY_CONCLUDED
final LicenseView getONLY_CONCLUDED()
Return only the concluded licenses.
-
getONLY_DECLARED
final LicenseView getONLY_DECLARED()
Return only the declared licenses.
-
getONLY_DETECTED
final LicenseView getONLY_DETECTED()
Return only the detected licenses.
-
-
-
-