All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbstractDashboardWidget |
Deprecated.
|
| AbstractDefaultIssue<T extends AbstractDefaultIssue> |
|
| AbstractFilePredicate |
|
| AbstractLanguage |
Inherit this class to define a new language like PLSQL, PHP or C#
|
| AbstractProjectOrModule |
|
| AbstractRubyTemplate |
Deprecated.
|
| ActiveRule |
Configuration of a rule activated on a Quality profile
|
| ActiveRule |
|
| ActiveRuleParam |
|
| ActiveRules |
The rules that are activated on the current project.
|
| ActiveRulesBuilder |
|
| AdHocRule |
Represents a rule imported from an external rule engine by a Sensor.
|
| AlwaysIncreasingSystem2 |
A subclass of System2 which implementation of System2.now() always return a bigger value than the
previous returned value.
|
| Analysis |
|
| AnalysisError |
Represents an analysis error, such as a parsing error, reported by a Sensor.
|
| AnalysisMode |
Deprecated.
|
| AnalysisWarnings |
Record user-friendly warnings that will be visible on SonarQube
to users with browse access to the project.
|
| AnnotationProfileParser |
Deprecated.
|
| AnnotationRuleParser |
Deprecated.
|
| AnnotationUtils |
A utility class for annotations
|
| Authenticator |
|
| Authenticator.Context |
|
| BaseIdentifiable<G> |
Deprecated.
|
| BaseIdentityProvider |
|
| BaseIdentityProvider.Context |
|
| BatchComponent |
Deprecated.
|
| BlameCommand |
This class should be implemented by SCM providers.
|
| BlameCommand.BlameInput |
Callback for the provider to report results of blame per file.
|
| BlameCommand.BlameOutput |
Callback for the provider to report results of blame per file.
|
| BlameLine |
|
| Branch |
|
| Branch.Type |
|
| BuiltInQualityProfileAnnotationLoader |
Read definitions of quality profiles based on the annotation BelongsToProfile provided by sonar-check-api.
|
| BuiltInQualityProfilesDefinition |
Define built-in quality profiles which are automatically registered during SonarQube startup.
|
| BuiltInQualityProfilesDefinition.BuiltInActiveRule |
A rule activated on a built in quality profile.
|
| BuiltInQualityProfilesDefinition.BuiltInQualityProfile |
|
| BuiltInQualityProfilesDefinition.BuiltInQualityProfileImpl |
|
| BuiltInQualityProfilesDefinition.Context |
Instantiated by core but not by plugins, except for their tests.
|
| BuiltInQualityProfilesDefinition.NewBuiltInActiveRule |
|
| BuiltInQualityProfilesDefinition.NewBuiltInQualityProfile |
|
| BuiltInQualityProfilesDefinition.NewBuiltInQualityProfileImpl |
|
| BuiltInQualityProfilesDefinition.NewOverriddenParam |
|
| BuiltInQualityProfilesDefinition.OverriddenParam |
|
| Category |
|
| CeTask |
|
| CeTask.Status |
|
| Change |
Used to describe the changes that occurred on a web service action
|
| CharHandler |
|
| CheckFactory |
|
| Checks<C> |
Instantiates checks (objects that provide implementation of coding
rules) that use sonar-check-api annotations.
|
| Command |
|
| CommandException |
|
| CommandExecutor |
Synchronously execute a native command line.
|
| Component |
|
| Component.FileAttributes |
|
| Component.Type |
|
| ComputeEngineSide |
Same as ScannerSide but for components for the Compute Engine Server.
|
| Configuration |
Component to get effective configuration.
|
| ConfigurationBridge |
|
| Context |
|
| CoreMetrics |
|
| CoreProperties |
Non-exhaustive list of constants of core properties.
|
| CoverageAlreadyExistsException |
Deprecated.
|
| CoverageBlock |
Deprecated.
|
| CoverageType |
Deprecated.
|
| CsvWriter |
|
| CyclicDependenciesException |
|
| Dashboard |
Deprecated.
|
| Dashboard.Widget |
Note that this class is an inner class to avoid confusion with the extension point org.sonar.api.web.Widget.
|
| DashboardLayout |
Deprecated.
|
| DashboardTemplate |
Deprecated.
|
| DatabaseProperties |
Deprecated.
|
| DateUtils |
|
| DebtRemediationFunction |
Function used to calculate the remediation cost of an issue.
|
| DebtRemediationFunction.Type |
|
| DefaultActiveRule |
|
| DefaultActiveRules |
|
| DefaultAdHocRule |
|
| DefaultAnalysisError |
|
| DefaultCoverage |
|
| DefaultCpdTokens |
|
| DefaultDebtRemediationFunction |
|
| DefaultExternalIssue |
|
| DefaultFilePredicates |
|
| DefaultFileSystem |
|
| DefaultFileSystem.Cache |
|
| DefaultGroups |
Name of the default user groups
|
| DefaultHighlighting |
|
| DefaultIndexedFile |
|
| DefaultInputComponent |
|
| DefaultInputDir |
|
| DefaultInputFile |
|
| DefaultInputModule |
|
| DefaultInputProject |
|
| DefaultIssue |
|
| DefaultIssueLocation |
|
| DefaultMeasure<G extends java.io.Serializable> |
|
| DefaultPostJobDescriptor |
|
| DefaultRule |
|
| DefaultSensorDescriptor |
|
| DefaultSignificantCode |
|
| DefaultStorable |
|
| DefaultSymbolTable |
|
| DefaultTab |
Deprecated.
|
| DefaultTempFolder |
|
| DefaultTextPointer |
|
| DefaultTextRange |
|
| DefaultTransitions |
|
| Definable<T> |
|
| DependedUpon |
|
| DependsUpon |
|
| Description |
Deprecated.
|
| DirectAcyclicGraph |
|
| Display |
Display information provided by the Identity Provider to be displayed into the login form.
|
| Display.Builder |
|
| Duration |
|
| Durations |
|
| Durations.DurationFormat |
Deprecated.
|
| EmailSettings |
|
| Encryption |
|
| ExtensionPoint |
Marker annotation for all the interfaces that are extension point (ie can be implemented by plugins
and will be called at some point of time by the platform).
|
| ExtensionProvider |
Deprecated.
|
| ExternalGroupsProvider |
Note that prefix "do" for names of methods is reserved for future enhancements, thus should not be used in subclasses.
|
| ExternalGroupsProvider.Context |
|
| ExternalIssue |
Represents an issue imported from an external rule engine by a Sensor.
|
| ExternalUsersProvider |
Note that prefix "do" for names of methods is reserved for future enhancements, thus should not be used in subclasses.
|
| ExternalUsersProvider.Context |
|
| FieldUtils2 |
Add features missing in org.apache.commons.lang.reflect.FieldUtils.
|
| FileExclusions |
Deprecated.
|
| FileExtensionPredicate |
|
| FileHashComputer |
|
| FileLinesContext |
Provides facility to store measures for the lines of file.
|
| FileLinesContextFactory |
This interface is not intended to be implemented by clients.
|
| FileMetadata |
Computes hash of files.
|
| FileMetadata.LineHashConsumer |
|
| FilenamePredicate |
|
| FilePredicate |
Determines if a file must be kept in search results.
|
| FilePredicates |
|
| FileSystem |
The FileSystem manages all the source files to be analyzed.
|
| FileSystem.Index |
Interface of the underlying file index.
|
| FilterableIssue |
Deprecated.
|
| Footer |
Deprecated.
|
| GlobalPropertyChangeHandler |
Observe changes of global properties done from web application.
|
| GlobalPropertyChangeHandler.PropertyChange |
|
| HttpDownloader |
This component is available in IoC container, so it should be injected through
a constructor parameter.
|
| HttpDownloader.HttpException |
|
| I18n |
Deprecated.
|
| IdentityProvider |
Entry-point to define a new Identity provider.
|
| IgnoreCommand |
|
| IIssue |
|
| IllegalDurationException |
Deprecated.
|
| IndexedFile |
|
| InputComponent |
Common interface for all input components.
|
| InputDir |
Deprecated.
|
| InputFile |
This layer over File adds information for code analyzers.
|
| InputFile.Status |
Deprecated.
|
| InputFile.Type |
|
| InputFileFilter |
Extension point to exclude some files from inspection
|
| InputModule |
Deprecated.
|
| InputModuleHierarchy |
|
| InputPath |
Layer over File for files or directories.
|
| InputProject |
Used to create issues and measures on project.
|
| InstantiationStrategy |
Deprecated.
|
| Issue |
Represents an issue detected by a Sensor.
|
| Issue |
|
| Issue |
|
| Issue.Flow |
|
| IssueComment |
Deprecated.
|
| IssueFilter |
Deprecated.
|
| IssueFilterChain |
A filter chain is an object provided to issues filters for fine control over the filtering logic.
|
| IssueLocation |
Represents an issue location.
|
| JsonWriter |
Writes JSON as a stream.
|
| JUnitTempFolder |
Implementation of TempFolder to be used
only in JUnit tests.
|
| KeyValueFormat |
Formats and parses key/value pairs with the text representation : "key1=value1;key2=value2".
|
| KeyValueFormat.Converter<T> |
|
| KeyValueFormat.DateConverter |
|
| KeyValueFormat.DoubleConverter |
|
| KeyValueFormat.IntegerConverter |
|
| KeyValueFormat.PriorityConverter |
|
| KeyValueFormat.StringConverter |
|
| KeyValueFormat.ToStringConverter |
|
| Language |
The extension point to define a new language
|
| Languages |
A class to store the list of languages
|
| LineCounter |
|
| LineHashComputer |
|
| LineOffsetCounter |
|
| ListInterceptor |
|
| LocalConnector |
This class allows a web service to call another web service through the sonar-ws library.
|
| LocalConnector.LocalRequest |
|
| LocalConnector.LocalResponse |
|
| LocalizedMessages |
|
| LogAndArguments |
|
| Logger |
SonarQube plugins are not coupled with external logging libraries like SLF4J or Logback.
|
| LoggerLevel |
|
| Loggers |
|
| LoginPasswordAuthenticator |
Deprecated.
|
| LogTester |
For tests only
This JUnit rule allows to configure and access logs in tests.
|
| ManifestUtils |
|
| MapSettings |
In-memory map-based implementation of Settings.
|
| Measure<G extends java.io.Serializable> |
Measure on File, Directory or Project.
|
| Measure |
|
| MeasureComputer |
Define how to compute new measures on some metrics declared by Metrics.
|
| MeasureComputer.MeasureComputerContext |
Context specific to the computation of the measure(s) of a given component
|
| MeasureComputer.MeasureComputerDefinition |
|
| MeasureComputer.MeasureComputerDefinition.Builder |
|
| MeasureComputer.MeasureComputerDefinitionContext |
Context specific to the definition of the measure computer
|
| MessageException |
Runtime exception for "functional" error.
|
| Metadata |
|
| MetadataLoader |
For internal use
|
| Metric<G extends java.io.Serializable> |
|
| Metric<G extends java.io.Serializable> |
Used to define a metric in a plugin.
|
| Metric.Builder |
Metric.Builder is used to create metric definitions.
|
| Metric.Level |
|
| Metric.ValueType |
|
| MetricFinder |
|
| MetricFinder |
Deprecated.
|
| Metrics |
This is the extension point used by plugins to declare new metrics.
|
| MultivalueProperty |
|
| MutableTestable |
Deprecated.
|
| MutableTestCase |
Deprecated.
|
| MutableTestPlan |
Deprecated.
|
| NavigationSection |
Deprecated.
|
| NewActiveRule |
|
| NewActiveRule.Builder |
|
| NewAdHocRule |
Builder for a rule imported from an external rule engine by a Sensor.
|
| NewAnalysisError |
Represents an analysis error, such as a parsing error, that occurs during the execution of a Sensor.
|
| NewCoverage |
This class is used to report code coverage on files.
|
| NewCpdTokens |
This builder is used to define tokens used by CPD algorithm on files.
|
| NewExternalIssue |
Builder for an issue imported from an external rule engine by a Sensor.
|
| NewHighlighting |
This builder is used to define syntax highlighting (aka code coloration) on files.
|
| NewIssue |
Represents an issue detected by a Sensor.
|
| NewIssueLocation |
Represents one issue location.
|
| NewMeasure<G extends java.io.Serializable> |
Builder to create new Measure.
|
| NewRule |
|
| NewRuleParam |
|
| NewSignificantCode |
This object is used to report ranges of a file which contain significant code.
|
| NewSymbol |
This builder is used to define symbol references on files.
|
| NewSymbolTable |
This builder is used to define symbol references on files.
|
| NewUserHandler |
|
| NewUserHandler.Context |
|
| NewUserHandler.Context.Builder |
|
| Node |
|
| NoSonarFilter |
Issue filter used to ignore issues created on lines commented with the tag "NOSONAR".
|
| Notification |
Deprecated.
|
| NotificationChannel |
Deprecated.
|
| OAuth2IdentityProvider |
|
| OAuth2IdentityProvider.CallbackContext |
|
| OAuth2IdentityProvider.InitContext |
|
| OAuth2IdentityProvider.OAuth2Context |
|
| OperatorPredicate |
A predicate that associate other predicates
|
| OptimizedFilePredicate |
Optimized version of FilePredicate allowing to speed up query by looking at InputFile by index.
|
| Organization |
|
| Page |
Deprecated.
|
| Page |
|
| Page.Builder |
|
| Page.Qualifier |
|
| Page.Scope |
|
| PageDecoration |
Deprecated.
|
| PageDefinition |
Defines the Javascript pages added to SonarQube.
|
| Paging |
|
| Paging.Builder |
|
| ParsingUtils |
Utility to parse various inputs
|
| PartImpl |
|
| PathPattern |
|
| PathResolver |
|
| PathResolver.RelativePath |
Deprecated.
|
| PathUtils |
|
| Perspective |
Deprecated.
|
| Phase |
|
| Phase.Name |
|
| Plugin |
Entry-point for plugins to inject extensions into SonarQube.
|
| Plugin.Context |
|
| PluginContextImpl |
Implementation of Plugin.Context that plugins could use in their unit tests.
|
| PluginContextImpl.Builder |
|
| PostJob |
PostJobs are executed at the very end of scanner analysis.
|
| PostJobContext |
|
| PostJobDescriptor |
|
| PostJobIssue |
Represents an issue state at the end of the scanner analysis in preview/issues mode.
|
| PostProjectAnalysisTask |
Extension point of which any plugin can provide an implementation and will allow them to be notified whenever some
analysis report processing ends in the Compute Engine.
|
| PostProjectAnalysisTask.ProjectAnalysis |
|
| PostProjectAnalysisTaskTester |
|
| PostProjectAnalysisTaskTester.AnalysisBuilder |
|
| PostProjectAnalysisTaskTester.BranchBuilder |
|
| PostProjectAnalysisTaskTester.CeTaskBuilder |
|
| PostProjectAnalysisTaskTester.ConditionBuilder |
|
| PostProjectAnalysisTaskTester.OrganizationBuilder |
|
| PostProjectAnalysisTaskTester.ProjectAnalysisBuilder |
|
| PostProjectAnalysisTaskTester.ProjectBuilder |
|
| PostProjectAnalysisTaskTester.QualityGateBuilder |
|
| PostProjectAnalysisTaskTester.ScannerContextBuilder |
|
| ProfileDefinition |
Deprecated.
|
| ProfileExporter |
Export quality profile rules to a file
|
| ProfileImporter |
Create a quality profile from an external rules file.
|
| Profiler |
|
| Project |
|
| ProjectBuilder |
Deprecated.
|
| ProjectBuilder.Context |
Deprecated. |
| ProjectBuilderContext |
Deprecated.
|
| ProjectDefinition |
Deprecated.
|
| ProjectKey |
Deprecated.
|
| ProjectReactor |
Deprecated.
|
| ProjectSensor |
A sensor is invoked once for each project analysis.
|
| Properties |
Plugin properties.
|
| Property |
Property value can be set in different ways :
System property
Batch command-line (-Dfoo=bar in Maven or sonar-runner)
Maven pom.xml (element <properties>)
Maven settings.xml
SonarQube web administration console
|
| PropertyDefinition |
Declare a plugin property.
|
| PropertyDefinition.Builder |
|
| PropertyDefinition.Result |
|
| PropertyDefinitions |
Metadata of all the properties declared by plugins
|
| PropertyField |
Property field.
|
| PropertyFieldDefinition |
|
| PropertyFieldDefinition.Builder |
|
| PropertyType |
|
| Qualifiers |
The qualifier determines the exact type of a resource.
|
| QualityGate |
|
| QualityGate.Condition |
|
| QualityGate.EvaluationStatus |
Quality gate condition evaluation status.
|
| QualityGate.Operator |
Quality Gate condition operator.
|
| QualityGate.Status |
|
| RangeDistributionBuilder |
Utility to build a distribution based on defined ranges
|
| RelativePathPredicate |
|
| Request |
|
| Request.Param<T> |
Represents a Request parameter, provides information whether is was specified or not (check Request.Param.isPresent())
and utility method to nicely handles cases where the parameter is not present.
|
| Request.Part |
|
| Request.StringParam |
Extends Request.Param with convenience methods specific to the type String.
|
| RequestHandler |
Extension point to execute a HTTP request.
|
| ResourceLanguage |
Deprecated.
|
| ResourcePerspectives |
Deprecated.
|
| ResourceQualifier |
Deprecated.
|
| ResourceScope |
Deprecated.
|
| ResourceType |
Experimental extension to declare types of resources.
|
| ResourceType.Builder |
|
| ResourceTypes |
|
| ResourceTypeTree |
|
| ResourceTypeTree.Builder |
|
| Response |
HTTP response
|
| Response.Stream |
|
| RubyRailsPage |
Deprecated.
|
| RubyRailsWidget |
Deprecated.
|
| Rule |
|
| Rule |
|
| RuleAnnotationUtils |
|
| RuleFinder |
|
| RuleI18n |
Deprecated.
|
| RuleKey |
Key of a rule.
|
| RuleParam |
|
| RuleParam |
|
| RuleParamType |
|
| RulePriority |
Deprecated.
|
| RuleQuery |
|
| RuleRepository |
Deprecated.
|
| Rules |
Deprecated.
|
| RulesBuilder |
For unit testing and internal use only.
|
| RuleScope |
|
| RulesDefinition |
Defines some coding rules of the same repository.
|
| RulesDefinition.Context |
Instantiated by core but not by plugins, except for their tests.
|
| RulesDefinition.DebtRemediationFunctions |
|
| RulesDefinition.ExtendedRepository |
|
| RulesDefinition.NewExtendedRepository |
|
| RulesDefinition.NewParam |
|
| RulesDefinition.NewRepository |
|
| RulesDefinition.NewRepositoryImpl |
|
| RulesDefinition.NewRule |
|
| RulesDefinition.OwaspTop10 |
|
| RulesDefinition.Param |
|
| RulesDefinition.Repository |
|
| RulesDefinition.RepositoryImpl |
|
| RulesDefinition.Rule |
|
| RulesDefinition.SubCharacteristics |
Deprecated.
|
| RulesDefinitionAnnotationLoader |
Read definitions of rules based on the annotations provided by sonar-check-api.
|
| RulesDefinitionI18nLoader |
Loads the English bundles of rules (name, description and parameters) that are
deprecated since 4.2.
|
| RulesDefinitionXmlLoader |
Loads definitions of rules from a XML file.
|
| RulesProfile |
This class is badly named.
|
| RuleStatus |
|
| RuleTagFormat |
The characters allowed in rule tags are the same as those on StackOverflow, basically lower-case
letters, digits, plus (+), sharp (#), dash (-) and dot (.)
See http://meta.stackoverflow.com/questions/22624/what-symbols-characters-are-not-allowed-in-tags
|
| RuleType |
|
| ScannerContext |
|
| ScannerSide |
Deprecated.
|
| ScannerSide |
Marker annotation for all the components available in the container of the scanner (code analyzer).
|
| ScmProvider |
|
| Scopes |
Resource scopes are used to group some types of resources.
|
| Section |
Deprecated.
|
| SecurityRealm |
|
| Sensor |
A sensor is invoked once for each module of a project, starting from leaf modules.
|
| SensorContext |
|
| SensorContextTester |
Utility class to help testing Sensor.
|
| SensorDescriptor |
Describe what a Sensor is doing.
|
| SensorStorage |
Interface for storing data computed by sensors.
|
| SensorStrategy |
A shared, mutable object in the project container.
|
| Server |
Runtime information about server
|
| ServerFileSystem |
|
| ServerSide |
|
| ServerStartHandler |
|
| ServerStopHandler |
|
| ServerUpgradeStatus |
|
| ServletFilter |
|
| ServletFilter.UrlPattern |
|
| ServletFilter.UrlPattern.Builder |
|
| Settings |
|
| Settings |
Deprecated.
|
| Severity |
|
| Severity |
|
| SimpleGetRequest |
Fake implementation of Request used
for testing.
|
| SonarEdition |
|
| SonarException |
Deprecated.
|
| SonarLintSide |
Marker annotation for all the components available in container of sonarlint.
|
| SonarPlugin |
Deprecated.
|
| SonarProduct |
List of different products/runtimes.
|
| SonarQubeSide |
Runtime stack in SonarQube product.
|
| SonarQubeVersion |
Deprecated.
|
| SonarRuntime |
Information about runtime environment.
|
| SonarRuntimeImpl |
|
| Startable |
|
| StatusPredicate |
Deprecated.
|
| StreamConsumer |
|
| StringStreamConsumer |
|
| SubCategory |
|
| SyntaxHighlightingRule |
|
| System2 |
Proxy over System.
|
| Task |
Deprecated.
|
| TaskComponent |
Deprecated.
|
| TaskDefinition |
Deprecated.
|
| TaskDefinition.Builder |
|
| TaskExtension |
Deprecated.
|
| TempFolder |
Use this component to deal with temp files/folders.
|
| TempFolderCleaner |
|
| Testable |
Deprecated.
|
| TestCase |
Deprecated.
|
| TestCase.Status |
|
| TestComponent |
|
| TestComponent.FileAttributesImpl |
|
| TestException |
Deprecated.
|
| TestInputFileBuilder |
Intended to be used in unit tests that need to create InputFiles.
|
| TestIssue |
|
| TestIssue.Builder |
|
| TestMeasure |
|
| TestMeasureComputerContext |
|
| TestMeasureComputerDefinition |
|
| TestMeasureComputerDefinition.MeasureComputerDefinitionBuilderImpl |
|
| TestMeasureComputerDefinitionContext |
|
| TestPlan<T extends TestCase> |
Deprecated.
|
| TestSettings |
|
| TestSystem2 |
|
| TextPointer |
Represents a position in a text file InputFile
|
| TextRange |
|
| TimeoutException |
Unchecked version of TimeoutException
|
| TimeUtils |
|
| TokensLine |
Immutable code fragment, which formed from tokens of one line.
|
| TypeOfText |
Possible types for highlighting code.
|
| UnauthorizedException |
This exception should be used when a functional error is generated by an Identity Provider plugin.
|
| UriReader |
Reads different types of URI.
|
| UriReader.SchemeProcessor |
|
| User |
Deprecated.
|
| User |
|
| UserDetails |
This class is not intended to be subclassed by clients.
|
| UserGroupValidation |
|
| UserIdentity |
User information provided by the Identity Provider to be register into the platform.
|
| UserIdentity.Builder |
|
| UserQuery |
|
| UserQuery.Builder |
|
| UserRole |
|
| ValidatingRequest |
|
| ValidationMessages |
|
| Version |
Version composed of maximum four fields (major, minor, patch and build ID numbers) and optionally a qualifier.
|
| View |
Deprecated.
|
| WebAnalytics |
Extension point to support a web analytics tool like Matomo or
Google Analytics in the webapp.
|
| Webservice |
Deprecated.
|
| WebService |
Defines a web service.
|
| WebService.Action |
|
| WebService.Context |
|
| WebService.Controller |
|
| WebService.NewAction |
|
| WebService.NewController |
|
| WebService.NewParam |
|
| WebService.Param |
|
| WebService.SelectionMode |
|
| Widget |
Deprecated.
|
| WidgetCategory |
Deprecated.
|
| WidgetLayout |
Deprecated.
|
| WidgetLayoutType |
Deprecated.
|
| WidgetProperties |
Deprecated.
|
| WidgetProperty |
Deprecated.
|
| WidgetPropertyType |
Deprecated.
|
| WidgetScope |
Deprecated.
|
| WildcardPattern |
Implementation of Ant-style matching patterns.
|
| WorkDuration |
|
| WorkDuration.UNIT |
|
| WriterException |
|
| XMLProfileParser |
Deprecated.
|
| XMLProfileSerializer |
Deprecated.
|
| XMLRuleParser |
Deprecated.
|
| XmlWriter |
TODO document that output is UTF-8
|
| ZipUtils |
Utility to zip directories and unzip files.
|
| ZipUtils.ZipEntryFilter |
Deprecated.
|