Skip navigation links
Windup Tooling - API 5.0.0.Final
A B C D E G H I L O P Q R S T U V W 

A

addUserRulesPath(String) - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Adds a custom uer rules path.
addUserRulesPaths(Iterable<String>) - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Adds a set of custom uer rules paths.

B

beginTask(String, int) - Method in interface org.jboss.windup.tooling.IProgressMonitorAdapter
 
beginTask(String, int) - Method in class org.jboss.windup.tooling.ProgressMonitorAdapter
 
beginTask(String, int) - Method in class org.jboss.windup.tooling.ToolingModeRunner
 
beginTask(String, int) - Method in interface org.jboss.windup.tooling.WindupToolingProgressMonitor
Notifies that the main task is beginning.

C

Classification - Interface in org.jboss.windup.tooling.data
This is a non-graph dependent analogue to ClassificationModel suitable for usage after the GraphContext itself has been closed.
clear() - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Clears the configuration information.
CUSTOM_RULES_DIR - Static variable in interface org.jboss.windup.tooling.IOptionKeys
 

D

done() - Method in interface org.jboss.windup.tooling.IProgressMonitorAdapter
 
done() - Method in class org.jboss.windup.tooling.ProgressMonitorAdapter
 
done() - Method in class org.jboss.windup.tooling.ToolingModeRunner
 
done() - Method in interface org.jboss.windup.tooling.WindupToolingProgressMonitor
Notifies that the work is done; that is, either the main task is completed or the user canceled it.

E

excludePackage(String) - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Sets the package name prefixes to ignore.
excludePackages(Collection<String>) - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Sets a list of package name prefixes to ignore.
execute() - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Execute windup.
ExecutionBuilder - Interface in org.jboss.windup.tooling
The initial call, specifying the installation path to Windup.
ExecutionResults - Interface in org.jboss.windup.tooling
Contains the results of running Windup.

G

generateSchema(Path) - Method in interface org.jboss.windup.tooling.ToolingXMLService
Generates the XSD schema and outputs it to the provided path (full path to a filename).
getCategoryID() - Method in interface org.jboss.windup.tooling.data.IssueCategory
 
getClassification() - Method in interface org.jboss.windup.tooling.data.Classification
Contains a description of this Classification.
getClassifications() - Method in interface org.jboss.windup.tooling.ExecutionResults
Contains all Classifications produced by this run of Windup.
getColumn() - Method in interface org.jboss.windup.tooling.data.Hint
This contains the column number within that line.
getColumn() - Method in class org.jboss.windup.tooling.quickfix.QuickfixLocationDTO
 
getDateLoaded() - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains the time that this rule's metadata was loaded into the windup-web database.
getDateModified() - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains the time that this rule's metadata was last modified on disk.
getDescription() - Method in interface org.jboss.windup.tooling.data.Classification
Contains a description of the file and any migration steps that may be necessary.
getDescription() - Method in interface org.jboss.windup.tooling.data.IssueCategory
 
getDescription() - Method in interface org.jboss.windup.tooling.data.Link
Contains a description of the link.
getDescription() - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains a human readable description of this rule provider.
getEffort() - Method in interface org.jboss.windup.tooling.data.Classification
This contains the effort level as an integer (Story Points).
getEffort() - Method in interface org.jboss.windup.tooling.data.Hint
This contains the effort level as an integer (Story Points).
getEnv(String) - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Returns the system environment variable value.
getFile() - Method in interface org.jboss.windup.tooling.data.Classification
This is the File that this Classification refers to.
getFile() - Method in interface org.jboss.windup.tooling.data.Hint
This references the File referenced by this Hint.
getFile() - Method in interface org.jboss.windup.tooling.data.Quickfix
 
getFile() - Method in class org.jboss.windup.tooling.quickfix.QuickfixLocationDTO
 
getHint() - Method in interface org.jboss.windup.tooling.data.Hint
This contains descriptive text describing the problem and how the problem can be solved.
getHints() - Method in interface org.jboss.windup.tooling.ExecutionResults
Contains all Hints produced by this run of Windup.
getID() - Method in interface org.jboss.windup.tooling.data.Classification
Gets the unique identifier of this classification.
getID() - Method in interface org.jboss.windup.tooling.data.Hint
Contains a unique identifier for this hint.
getInputFile() - Method in interface org.jboss.windup.tooling.data.ReportLink
Contains the File path of the file in the input application.
getIssueCategory() - Method in interface org.jboss.windup.tooling.data.Classification
This is a hint as to the severity of the problem.
getIssueCategory() - Method in interface org.jboss.windup.tooling.data.Hint
This is a hint as to the severity of the problem.
getLength() - Method in interface org.jboss.windup.tooling.data.Hint
This contains the length of the code section being referenced.
getLength() - Method in class org.jboss.windup.tooling.quickfix.QuickfixLocationDTO
 
getLine() - Method in class org.jboss.windup.tooling.quickfix.QuickfixLocationDTO
 
getLineNumber() - Method in interface org.jboss.windup.tooling.data.Hint
This contains the line number of the problem.
getLinks() - Method in interface org.jboss.windup.tooling.data.Classification
This contains a list of Links for further information about the problem and its solution.
getLinks() - Method in interface org.jboss.windup.tooling.data.Hint
This contains a list of Links for further information about the problem and its solution.
getLoadError() - Method in interface org.jboss.windup.tooling.rules.RulesPath
Contains a load error if there were any issues loading rules from this path.
getName() - Method in interface org.jboss.windup.tooling.data.IssueCategory
 
getName() - Method in interface org.jboss.windup.tooling.data.Quickfix
Contains a human readable name for the quick fix.
getName() - Method in interface org.jboss.windup.tooling.rules.Technology
Contains the name of the technology (for example, 'eap').
getNewline() - Method in interface org.jboss.windup.tooling.data.Quickfix
Contains the new line to be inserted.
getOrigin() - Method in interface org.jboss.windup.tooling.data.IssueCategory
 
getOrigin() - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains the origin of the Rule Provider.
getPath() - Method in interface org.jboss.windup.tooling.rules.RulesPath
Contains the path to the rules directory.
getPhase() - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains the phase during which this rule will execute.
getPriority() - Method in interface org.jboss.windup.tooling.data.IssueCategory
 
getProviderID() - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains the ID from the Rule Provider.
getQuickfixes() - Method in interface org.jboss.windup.tooling.data.Classification
This contains a list of Quickfixs for follow up in tools
getQuickfixes() - Method in interface org.jboss.windup.tooling.data.Hint
This contains a list of Quickfixs for follow up in tools
getReplacement() - Method in interface org.jboss.windup.tooling.data.Quickfix
Contains the new token in the case of token replacement.
getReportDirectory() - Method in class org.jboss.windup.tooling.quickfix.QuickfixLocationDTO
 
getReportFile() - Method in interface org.jboss.windup.tooling.data.ReportLink
Contains the File path of the report.
getReportLinks() - Method in interface org.jboss.windup.tooling.ExecutionResults
Contains information about all of the reports produced by Windup and how to find them.
getRuleContents() - Method in interface org.jboss.windup.tooling.rules.Rule
This contains the text of the rule itself.
getRuleID() - Method in interface org.jboss.windup.tooling.data.Classification
This contains the id of the rule that produced this Classification.
getRuleID() - Method in interface org.jboss.windup.tooling.data.Hint
This contains the id of the rule that produced this Classification.
getRuleID() - Method in interface org.jboss.windup.tooling.rules.Rule
Contains the unique identifier of this rule within the provider.
getRuleProviderRegistry(List<String>) - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Returns the registry containing the rule providers.
getRuleProviders() - Method in interface org.jboss.windup.tooling.rules.RuleProviderRegistry
 
getRuleProviderType() - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains the type of provider (for example, Java vs Groovy).
getRules() - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains the list of rules that were loaded by this provider.
getRulesPath() - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains the path in which this provider was found.
getRulesPathType() - Method in interface org.jboss.windup.tooling.rules.RulesPath
Contains the type of rules path (for example, system provided vs user provided).
getSearch() - Method in interface org.jboss.windup.tooling.data.Quickfix
Contains the search token in the case of token replacement.
getSources() - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains the source technologies for this provider.
getSourceSnippit() - Method in interface org.jboss.windup.tooling.data.Hint
This contains the original source code itself (for example, "proprietaryobject.doStuff()").
getSystemRuleProviderRegistry() - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Returns the registry containing the system rule providers.
getTargets() - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains the target technologies for this provider.
getTitle() - Method in interface org.jboss.windup.tooling.data.Hint
Contains a title for this hint.
getTransformationID() - Method in interface org.jboss.windup.tooling.data.Quickfix
Contains the implementation ID for transformation fixes.
getType() - Method in interface org.jboss.windup.tooling.data.Quickfix
Contains the type of the quickfix (eg, token substitution)..
getUrl() - Method in interface org.jboss.windup.tooling.data.Link
Contains the URL.
getVersion() - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Returns the Windup version.
getVersion() - Method in interface org.jboss.windup.tooling.rules.Rule
Contains a value used for conflict resolution during concurrent updates.
getVersion() - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains a version field used for conflict resolution.
getVersion() - Method in interface org.jboss.windup.tooling.rules.RulesPath
 
getVersion() - Method in interface org.jboss.windup.tooling.rules.Technology
 
getVersionRange() - Method in interface org.jboss.windup.tooling.rules.Technology
Contains the version range of the technology (for example, '[6]').
getWindupStopOnRequestMessage() - Method in interface org.jboss.windup.tooling.ExecutionResults
A message about Windup stopping on request before finishing, if that happened; null otherwise.
GraphLoader - Interface in org.jboss.windup.tooling
Allows the client to reload data from an existing Windup report.

H

Hint - Interface in org.jboss.windup.tooling.data
This is equivalent to a InlineHintModel, however it contains no dependencies on having an open instance of the graph in order to operate.
HOME - Static variable in interface org.jboss.windup.tooling.IOptionKeys
 

I

ignore(String) - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Sets a pattern of file paths to ignore during processing.
IGNORE_PATH - Static variable in interface org.jboss.windup.tooling.IOptionKeys
 
IGNORE_PATTERN - Static variable in interface org.jboss.windup.tooling.IOptionKeys
 
ignorePatterns - Variable in class org.jboss.windup.tooling.ToolingModeData
 
ignoreReport - Variable in class org.jboss.windup.tooling.ToolingModeData
 
includePackage(String) - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Sets the package name prefixes to scan (the default is to scan all packages).
includePackages(Collection<String>) - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Includes the provided list of package prefixes.
INPUT - Static variable in interface org.jboss.windup.tooling.IOptionKeys
 
input - Variable in class org.jboss.windup.tooling.ToolingModeData
 
IOptionKeys - Interface in org.jboss.windup.tooling
 
IProgressMonitorAdapter - Interface in org.jboss.windup.tooling
 
isCancelled() - Method in interface org.jboss.windup.tooling.IProgressMonitorAdapter
 
isCancelled() - Method in class org.jboss.windup.tooling.ProgressMonitorAdapter
 
isCancelled() - Method in class org.jboss.windup.tooling.ToolingModeRunner
 
isCancelled() - Method in interface org.jboss.windup.tooling.WindupToolingProgressMonitor
Returns whether cancellation of current operation has been requested.
IssueCategory - Interface in org.jboss.windup.tooling.data
 

L

Link - Interface in org.jboss.windup.tooling.data
Contains information about a Link (href and name).
loadResults(Path) - Method in interface org.jboss.windup.tooling.GraphLoader
Returns the ExecutionResults from a previous run of Windup.
logMessage(LogRecord) - Method in interface org.jboss.windup.tooling.IProgressMonitorAdapter
 
logMessage(LogRecord) - Method in class org.jboss.windup.tooling.ProgressMonitorAdapter
 
logMessage(LogRecord) - Method in class org.jboss.windup.tooling.ToolingModeRunner
 
logMessage(LogRecord) - Method in interface org.jboss.windup.tooling.WindupToolingProgressMonitor
Called for each LogRecord generated by Windup.
LOOKUP_NAME - Static variable in interface org.jboss.windup.tooling.ExecutionBuilder
 
LOOKUP_NAME - Static variable in interface org.jboss.windup.tooling.quickfix.QuickfixService
 

O

org.jboss.windup.tooling - package org.jboss.windup.tooling
 
org.jboss.windup.tooling.data - package org.jboss.windup.tooling.data
 
org.jboss.windup.tooling.quickfix - package org.jboss.windup.tooling.quickfix
 
org.jboss.windup.tooling.rules - package org.jboss.windup.tooling.rules
 
OUTPUT - Static variable in interface org.jboss.windup.tooling.IOptionKeys
 
output - Variable in class org.jboss.windup.tooling.ToolingModeData
 

P

PACKAGES - Static variable in interface org.jboss.windup.tooling.IOptionKeys
 
ProgressMonitorAdapter - Class in org.jboss.windup.tooling
 
ProgressMonitorAdapter(IProgressMonitorAdapter) - Constructor for class org.jboss.windup.tooling.ProgressMonitorAdapter
 

Q

Quickfix - Interface in org.jboss.windup.tooling.data
Contains a representation of a QuickfixModel for use by tooling (eg, Eclipse).
QuickfixLocationDTO - Class in org.jboss.windup.tooling.quickfix
 
QuickfixLocationDTO() - Constructor for class org.jboss.windup.tooling.quickfix.QuickfixLocationDTO
 
QuickfixLocationDTO(File, File, int, int, int) - Constructor for class org.jboss.windup.tooling.quickfix.QuickfixLocationDTO
 
QuickfixService - Interface in org.jboss.windup.tooling.quickfix
 
QuickfixType - Enum in org.jboss.windup.tooling.data
 

R

ReportLink - Interface in org.jboss.windup.tooling.data
Correlates files in the input application with the related source report file.
Rule - Interface in org.jboss.windup.tooling.rules
 
RuleProvider - Interface in org.jboss.windup.tooling.rules
 
RuleProvider.RuleProviderType - Enum in org.jboss.windup.tooling.rules
 
RuleProviderRegistry - Interface in org.jboss.windup.tooling.rules
 
rulesDir - Variable in class org.jboss.windup.tooling.ToolingModeData
 
RulesPath - Interface in org.jboss.windup.tooling.rules
 
RulesPath.RulesPathType - Enum in org.jboss.windup.tooling.rules
 
run(Set<String>, String, boolean, boolean, List<String>, String, List<String>, List<String>, List<File>) - Method in class org.jboss.windup.tooling.ToolingModeRunner
 

S

serializeResults(ExecutionResults, OutputStream) - Method in interface org.jboss.windup.tooling.ToolingXMLService
Serialize the given results to the provided OutputStream.
serializeToXML(Path) - Method in interface org.jboss.windup.tooling.ExecutionResults
Serialize the results to an XML file at the provided Path.
setCancelled(boolean) - Method in interface org.jboss.windup.tooling.IProgressMonitorAdapter
 
setCancelled(boolean) - Method in class org.jboss.windup.tooling.ProgressMonitorAdapter
 
setCancelled(boolean) - Method in class org.jboss.windup.tooling.ToolingModeRunner
 
setCancelled(boolean) - Method in interface org.jboss.windup.tooling.WindupToolingProgressMonitor
Sets the cancel state to the given value.
setCategoryID(String) - Method in interface org.jboss.windup.tooling.data.IssueCategory
 
setColumn(int) - Method in class org.jboss.windup.tooling.quickfix.QuickfixLocationDTO
 
setDateLoaded(Calendar) - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains the time that this rule's metadata was loaded into the windup-web database.
setDateModified(Calendar) - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains the time that this rule's metadata was last modified on disk.
setDescription(String) - Method in interface org.jboss.windup.tooling.data.IssueCategory
 
setDescription(String) - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains a human readable description of this rule provider.
setInput(Set<String>) - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Sets the input path(s) (list of application source directories, or application binary files).
setLength(int) - Method in class org.jboss.windup.tooling.quickfix.QuickfixLocationDTO
 
setLine(int) - Method in class org.jboss.windup.tooling.quickfix.QuickfixLocationDTO
 
setLoadError(String) - Method in interface org.jboss.windup.tooling.rules.RulesPath
Contains a load error if there were any issues loading rules from this path.
setName(String) - Method in interface org.jboss.windup.tooling.data.IssueCategory
 
setName(String) - Method in interface org.jboss.windup.tooling.rules.Technology
Contains the name of the technology (for example, 'eap').
setOption(String, Object) - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Sets the option with the specified name to the specified value.
setOrigin(String) - Method in interface org.jboss.windup.tooling.data.IssueCategory
 
setOrigin(String) - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains the origin of the Rule Provider.
setOutput(String) - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Sets the output path for Windup (where the graph will be stored, and where the reports will be generated).
setPath(String) - Method in interface org.jboss.windup.tooling.rules.RulesPath
Contains the path to the rules directory.
setPhase(String) - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains the phase during which this rule will execute.
setPriority(Integer) - Method in interface org.jboss.windup.tooling.data.IssueCategory
 
setProgressMonitor(WindupToolingProgressMonitor) - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Sets the callback that will be used for monitoring progress.
setProgressMonitor(WindupToolingProgressMonitor) - Method in class org.jboss.windup.tooling.ToolingModeRunner
 
setProviderID(String) - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains the ID from the Rule Provider.
setRuleContents(String) - Method in interface org.jboss.windup.tooling.rules.Rule
This contains the text of the rule itself.
setRuleID(String) - Method in interface org.jboss.windup.tooling.rules.Rule
Contains the unique identifier of this rule within the provider.
setRuleProviderType(RuleProvider.RuleProviderType) - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains the type of provider (for example, Java vs Groovy).
setRules(List<Rule>) - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains the list of rules that were loaded by this provider.
setRulesPath(RulesPath) - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains the path in which this provider was found.
setRulesPathType(RulesPath.RulesPathType) - Method in interface org.jboss.windup.tooling.rules.RulesPath
Contains the type of rules path (for example, system provided vs user provided).
setSources(Set<Technology>) - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains the source technologies for this provider.
setTargets(Set<Technology>) - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains the source technologies for this provider.
setTaskName(String) - Method in interface org.jboss.windup.tooling.IProgressMonitorAdapter
 
setTaskName(String) - Method in class org.jboss.windup.tooling.ProgressMonitorAdapter
 
setTaskName(String) - Method in class org.jboss.windup.tooling.ToolingModeRunner
 
setTaskName(String) - Method in interface org.jboss.windup.tooling.WindupToolingProgressMonitor
Sets the task name to the given value.
setVersion(String) - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Sets the version of Windup.
setVersion(int) - Method in interface org.jboss.windup.tooling.rules.Rule
Contains a value used for conflict resolution during concurrent updates.
setVersion(int) - Method in interface org.jboss.windup.tooling.rules.RuleProvider
Contains a version field used for conflict resolution.
setVersion(int) - Method in interface org.jboss.windup.tooling.rules.RulesPath
 
setVersion(int) - Method in interface org.jboss.windup.tooling.rules.Technology
 
setVersionRange(String) - Method in interface org.jboss.windup.tooling.rules.Technology
Contains the version range of the technology (for example, '[6]').
setWindupHome(String) - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Start building a Windup execution with a windup that is installed at the specified path.
SKIP_REPORTS - Static variable in interface org.jboss.windup.tooling.IOptionKeys
 
skipReportGeneration() - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Indicates that Windup should not generate reports at the end.
SOURCE - Static variable in interface org.jboss.windup.tooling.IOptionKeys
 
source - Variable in class org.jboss.windup.tooling.ToolingModeData
 
SOURCE_MODE - Static variable in interface org.jboss.windup.tooling.IOptionKeys
 
sourceMode - Variable in class org.jboss.windup.tooling.ToolingModeData
 
sourceOnlyMode() - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Switches the engine to run in source only mode (no decompilation).
startServer(int, String) - Method in class org.jboss.windup.tooling.ToolingRMIServer
 
subTask(String) - Method in interface org.jboss.windup.tooling.IProgressMonitorAdapter
 
subTask(String) - Method in class org.jboss.windup.tooling.ProgressMonitorAdapter
 
subTask(String) - Method in class org.jboss.windup.tooling.ToolingModeRunner
 
subTask(String) - Method in interface org.jboss.windup.tooling.WindupToolingProgressMonitor
Notifies that a subtask of the main task is beginning.

T

TARGET - Static variable in interface org.jboss.windup.tooling.IOptionKeys
 
target - Variable in class org.jboss.windup.tooling.ToolingModeData
 
Technology - Interface in org.jboss.windup.tooling.rules
 
terminate() - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Terminates the runtime that registered this ExecutionBuilder.
ToolingModeData - Class in org.jboss.windup.tooling
 
ToolingModeData() - Constructor for class org.jboss.windup.tooling.ToolingModeData
 
ToolingModeRunner - Class in org.jboss.windup.tooling
 
ToolingModeRunner() - Constructor for class org.jboss.windup.tooling.ToolingModeRunner
 
ToolingRMIServer - Class in org.jboss.windup.tooling
 
ToolingRMIServer() - Constructor for class org.jboss.windup.tooling.ToolingRMIServer
 
ToolingXMLService - Interface in org.jboss.windup.tooling
Contains tools for managing XML, for example generating schemas or serializing ExecutionResults to XML format.
toString() - Method in enum org.jboss.windup.tooling.data.QuickfixType
 
transform(String, QuickfixLocationDTO) - Method in interface org.jboss.windup.tooling.ExecutionBuilder
Executes the quickfix transformation.
transform(String, QuickfixLocationDTO) - Method in interface org.jboss.windup.tooling.quickfix.QuickfixService
 

U

UNKNOWN - Static variable in interface org.jboss.windup.tooling.WindupToolingProgressMonitor
Constant indicating an unknown amount of work.

V

valueOf(String) - Static method in enum org.jboss.windup.tooling.data.QuickfixType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.windup.tooling.rules.RuleProvider.RuleProviderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.windup.tooling.rules.RulesPath.RulesPathType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.windup.tooling.data.QuickfixType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.windup.tooling.rules.RuleProvider.RuleProviderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.windup.tooling.rules.RulesPath.RulesPathType
Returns an array containing the constants of this enum type, in the order they are declared.

W

windupHome - Variable in class org.jboss.windup.tooling.ToolingModeData
 
WindupToolingProgressMonitor - Interface in org.jboss.windup.tooling
Extends the standard progress monitor to also tie in with the logging system.
worked(int) - Method in interface org.jboss.windup.tooling.IProgressMonitorAdapter
 
worked(int) - Method in class org.jboss.windup.tooling.ProgressMonitorAdapter
 
worked(int) - Method in class org.jboss.windup.tooling.ToolingModeRunner
 
worked(int) - Method in interface org.jboss.windup.tooling.WindupToolingProgressMonitor
Notifies that a given number of work unit of the main task has been completed.
A B C D E G H I L O P Q R S T U V W 
Skip navigation links
Windup Tooling - API 5.0.0.Final

Copyright © 2020 JBoss by Red Hat. All rights reserved.