Package org.rexxla.bsf.engines.rexx
Class RexxAnalyzeRegistry
java.lang.Object
org.rexxla.bsf.engines.rexx.RexxAnalyzeRegistry
This class allows to analyze the registry maintained by RexxAndJava.java, it
needs at least Java/OpenJDK version 8.
------------------------ 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.
----------------------------------------------------------------------------- - Version:
- 1.0.0, 2022-08-02
- Author:
- Rony G. Flatscher
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionReturns the analyzed data, runsupdateAnalyzeData()to analyze the latest version of the BSF registry.static StringReturns the analyzed data as a string, runsupdateAnalyzeData()to analyze the latest version of the BSF registry.static voidForces the analysis of a new copy of the BSF registry, use @link{getAnalyzedData()} to fetch theRexxAnalyzeRegistry.AnalyzedCategoryobject.
-
Field Details
-
version
Version information on this class.- See Also:
-
-
Method Details
-
getAnalyzedData
Returns the analyzed data, runsupdateAnalyzeData()to analyze the latest version of the BSF registry.- Returns:
- the AnalyzedCategory object
-
getAnalyzedDataAsString
Returns the analyzed data as a string, runsupdateAnalyzeData()to analyze the latest version of the BSF registry.- Returns:
- the analyzed data as a string
-
updateAnalyzeData
public static void updateAnalyzeData()Forces the analysis of a new copy of the BSF registry, use @link{getAnalyzedData()} to fetch theRexxAnalyzeRegistry.AnalyzedCategoryobject.
-