Skip navigation links
C D E G I L R S V 

C

closeDatabaseConnection() - Static method in class com.lingoport.api.GlobalyzerAPI
Closes the database - must be called before your program exits if NOT using an in-memory db.
com.lingoport.api - package com.lingoport.api
 
createProject(String, String) - Static method in class com.lingoport.api.GlobalyzerAPI
Creates a new Globalyzer project.
createProjectScans(String, String) - Static method in class com.lingoport.api.GlobalyzerAPI
Create scans for the Globalyzer project - one for each rule set available to the current user that matches regex
createProjectScans(String, String, String[]) - Static method in class com.lingoport.api.GlobalyzerAPI
Create scans for the Globalyzer project - one for each rule set available to the current user that matches regex
createProjectScans(String, String, GlobalyzerAPIScanDetails) - Static method in class com.lingoport.api.GlobalyzerAPI
Create scans for the Globalyzer project - one for each rule set available to the current user that matches regex
createScan(String, String, String, String) - Static method in class com.lingoport.api.GlobalyzerAPI
Deprecated.
Use createScanWithInfo instead
createScan(String, String, String, String, String[]) - Static method in class com.lingoport.api.GlobalyzerAPI
Deprecated.
Use createScanWithInfo instead
createScan(String, String, String, String, GlobalyzerAPIScanDetails) - Static method in class com.lingoport.api.GlobalyzerAPI
Deprecated.
Use createScanWithInfo instead
createScanWithInfo(String, String, String, String, GlobalyzerAPIScanDetails) - Static method in class com.lingoport.api.GlobalyzerAPI
Create a scan for the Globalyzer project.

D

deleteProject(String) - Static method in class com.lingoport.api.GlobalyzerAPI
Deletes a Globalyzer project.
deleteScan(String, String) - Static method in class com.lingoport.api.GlobalyzerAPI
Delete a scan from the Globalyzer project.
deleteScanResults(String, String) - Static method in class com.lingoport.api.GlobalyzerAPI
Deletes the scan results for one or all scans of a project.

E

executeScan(String, String, String, GlobalyzerAPIReportTypes) - Static method in class com.lingoport.api.GlobalyzerAPI
Executes the scan and optionally generates a report for either the scan or the project.
executeScan(String, String, String, GlobalyzerAPIReportTypes, boolean) - Static method in class com.lingoport.api.GlobalyzerAPI
 
executeScan(String, String, String, GlobalyzerAPIReportTypes, String, boolean) - Static method in class com.lingoport.api.GlobalyzerAPI
Executes the scan and optionally generates a report for either the scan or the project.

G

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.

I

isValidML(String, String) - Static method in class com.lingoport.api.GlobalyzerAPI
Validates that Machine Learning files exist for this scan

L

listProjects() - Static method in class com.lingoport.api.GlobalyzerAPI
Lists the project names currently in the database.
listRuleSets() - Static method in class com.lingoport.api.GlobalyzerAPI
Lists the rule sets available for the current user.
listScans(String) - Static method in class com.lingoport.api.GlobalyzerAPI
Lists the scan names for the given project.
login(String, String, String, String, String, String, String) - Static method in class com.lingoport.api.GlobalyzerAPI
Logs a user into Globalyzer.
login(String, String, String, String, String, String, String, boolean, String, String) - Static method in class com.lingoport.api.GlobalyzerAPI
Logs a user into Globalyzer.

R

reloadRuleSets() - Static method in class com.lingoport.api.GlobalyzerAPI
Reloads the rule sets from the server (as opposed to using cached copies)
RuleSetNameAndOwner - Class in com.lingoport.api
Rule sets are unique by name/owner.
RuleSetNameAndOwner(String, String) - Constructor for class com.lingoport.api.RuleSetNameAndOwner
Create a rule set pair

S

sendUseLog() - Static method in class com.lingoport.api.GlobalyzerAPI
Sends the use log to the server
setCheckEmbeddedStrings(Boolean) - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
Set whether or not scan should check for embedded strings.
setCheckGeneralPatterns(Boolean) - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
Set whether or not scan should check for general patterns.
setCheckLocaleSensitiveMethods(Boolean) - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
Set whether or not scan should check for locale-sensitive methods.
setCheckStaticFileReferences(Boolean) - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
Set whether or not scan should check for static file references.
setEncoding(String) - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
Set the encoding for the scan.
setEndIgnoreComment(String) - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
Set scan's end ignore comment text.
setIgnoreNextLineComment(String) - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
Set scan's ignore next line comment text.
setRuleSetName(String) - Method in class com.lingoport.api.RuleSetNameAndOwner
Set the rule set name
setRuleSetOwner(String) - Method in class com.lingoport.api.RuleSetNameAndOwner
Set the rule set owner
setScanItems(String[]) - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
Set the items to scan.
setSendScanHistory(boolean) - Static method in class com.lingoport.api.GlobalyzerAPI
Set whether scan history will be sent to the server; default is true
setSessionSettings(String, String, String, String, Boolean, Boolean, String) - Static method in class com.lingoport.api.GlobalyzerAPI
Override default session settings.
setSessionSettings(String, Boolean, String) - Static method in class com.lingoport.api.GlobalyzerAPI
Override default session settings.
setStartIgnoreComment(String) - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
Set scan's start ignore comment text.
setTodoComment(String) - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
Set scan's todo comment text.
setUseMachineLearning(Boolean) - Method in class com.lingoport.api.GlobalyzerAPIScanDetails
Set whether or not to use machine learning when scanning.

V

valueOf(String) - Static method in enum com.lingoport.api.GlobalyzerAPIReportTypes
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.lingoport.api.GlobalyzerAPIReportTypes
Returns an array containing the constants of this enum type, in the order they are declared.
C D E G I L R S V 
Skip navigation links