public class RexxAnalyzeRegistry
extends java.lang.Object
------------------------ Apache Version 2.0 license ------------------------- Copyright (C) 2022 Rony G. Flatscher Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -----------------------------------------------------------------------------
Modifier and Type | Class and Description |
---|---|
protected static class |
RexxAnalyzeRegistry.AnalyzedCategory |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
version
Version information on this class.
|
Modifier and Type | Method and Description |
---|---|
static RexxAnalyzeRegistry.AnalyzedCategory |
getAnalyzedData()
Returns the analyzed data, runs
updateAnalyzeData()
to analyze the latest version of the BSF registry. |
static java.lang.String |
getAnalyzedDataAsString()
Returns the analyzed data as a string, runs
updateAnalyzeData()
to analyze the latest version of the BSF registry. |
static void |
updateAnalyzeData()
Forces the analysis of a new copy of the BSF registry, use @link{getAnalyzedData()} to
fetch the
RexxAnalyzeRegistry.AnalyzedCategory object. |
public static final java.lang.String version
public static RexxAnalyzeRegistry.AnalyzedCategory getAnalyzedData()
updateAnalyzeData()
to analyze the latest version of the BSF registry.public static java.lang.String getAnalyzedDataAsString()
updateAnalyzeData()
to analyze the latest version of the BSF registry.public static void updateAnalyzeData()
RexxAnalyzeRegistry.AnalyzedCategory
object.