- generateDefaultScanName(String, String, String) - Static method in class com.lingoport.api.GlobalyzerAPI
-
Returns the generated scan name for the given rule set name/owner.
- getAccountExpirationDate() - Static method in class com.lingoport.api.GlobalyzerAPI
-
Returns the account expiration date for the current user
- getCheckEmbeddedStrings() - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
-
Return whether or not scan checks for embedded strings.
- getCheckGeneralPatterns() - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
-
Return whether or not scan checks for general patterns.
- getCheckLocaleSensitiveMethods() - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
-
Return whether or not scan checks for locale-sensitive methods.
- getCheckStaticFileReferences() - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
-
Return whether or not scan checks for static file references.
- getEncoding() - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
-
Return the source file encoding for the scan.
- getEndIgnoreComment() - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
-
Return scan's end ignore comment.
- getIgnoreNextLineComment() - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
-
Return scan's ignore next line comment.
- getRuleSetName() - Method in class com.lingoport.api.RuleSetNameAndOwner
-
Get the rule set name
- getRuleSetOwner() - Method in class com.lingoport.api.RuleSetNameAndOwner
-
Get the rule set owner
- getScanHistory(String, String) - Static method in class com.lingoport.api.GlobalyzerAPI
-
Returns the scan history for the provided project and scan for the current user.
- getScanItems() - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
-
Return the items to scan.
- getSendScanHistory() - Static method in class com.lingoport.api.GlobalyzerAPI
-
Determine the current send scan history setting
- getServerVersion() - Static method in class com.lingoport.api.GlobalyzerAPI
-
Returns the version of the server the current user is logged in to.
- getStartIgnoreComment() - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
-
Return scan's start ignore comment.
- getTodoComment() - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
-
Return scan's todo comment.
- getUseMachineLearning() - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
-
Return whether or not to use machine learning when scanning.
- GlobalyzerAPI - Class in com.lingoport.api
-
The GlobalyzerAPI class provides an API used by Lite and Java programs.
- GlobalyzerAPIException - Exception in com.lingoport.api
-
Exception for GlobalyzerAPI
- GlobalyzerAPIException() - Constructor for exception com.lingoport.api.GlobalyzerAPIException
-
Constructor
- GlobalyzerAPIException(String) - Constructor for exception com.lingoport.api.GlobalyzerAPIException
-
Constructor
- GlobalyzerAPIReportTypes - Enum in com.lingoport.api
-
Report types supported by the Globalyzer API.
- GlobalyzerAPIScanDetails - Class in com.lingoport.api
-
This class provides scan details and is used by the API's createScan() and createProjectScans() methods.
- GlobalyzerAPIScanDetails() - Constructor for class com.lingoport.api.GlobalyzerAPIScanDetails
-
Creates a new ScanDetail object with default settings.