- AbstractConfigurationOption - Class in org.jboss.windup.config
-
- AbstractConfigurationOption() - Constructor for class org.jboss.windup.config.AbstractConfigurationOption
-
- AbstractIterationFilter<T extends WindupVertexFrame> - Class in org.jboss.windup.config.operation.iteration
-
- AbstractIterationFilter(String) - Constructor for class org.jboss.windup.config.operation.iteration.AbstractIterationFilter
-
- AbstractIterationFilter() - Constructor for class org.jboss.windup.config.operation.iteration.AbstractIterationFilter
-
If the variable name is not specified, the iteration will set it.
- AbstractIterationOperation<T extends WindupVertexFrame> - Class in org.jboss.windup.config.operation.iteration
-
Simplified operation having method that already accepts the found payload.
- AbstractIterationOperation() - Constructor for class org.jboss.windup.config.operation.iteration.AbstractIterationOperation
-
When the variable name is not specified, let the Iteration to set the current payload variable name.
- AbstractIterationOperation(String) - Constructor for class org.jboss.windup.config.operation.iteration.AbstractIterationOperation
-
- AbstractLabelProvider - Class in org.jboss.windup.config
-
- AbstractLabelProvider(LabelProviderMetadata, LabelProviderData) - Constructor for class org.jboss.windup.config.AbstractLabelProvider
-
- AbstractLabelsetMetadata - Class in org.jboss.windup.config.metadata
-
- AbstractLabelsetMetadata(String) - Constructor for class org.jboss.windup.config.metadata.AbstractLabelsetMetadata
-
- AbstractPathConfigurationOption - Class in org.jboss.windup.config
-
- AbstractPathConfigurationOption(boolean) - Constructor for class org.jboss.windup.config.AbstractPathConfigurationOption
-
If mustExist is set to true, then the path will fail to validate if it does not already exist.
- AbstractRuleLifecycleListener - Class in org.jboss.windup.config
-
This provides a set of default (empty) methods that make it easy to implement
RuleLifecycleListeners that only need to override a subset of
the available methods.
- AbstractRuleLifecycleListener() - Constructor for class org.jboss.windup.config.AbstractRuleLifecycleListener
-
- AbstractRuleProvider - Class in org.jboss.windup.config
-
- AbstractRuleProvider() - Constructor for class org.jboss.windup.config.AbstractRuleProvider
-
- AbstractRuleProvider(RuleProviderMetadata) - Constructor for class org.jboss.windup.config.AbstractRuleProvider
-
- AbstractRuleProvider(Class<? extends RuleProvider>, String) - Constructor for class org.jboss.windup.config.AbstractRuleProvider
-
- AbstractRulesetMetadata - Class in org.jboss.windup.config.metadata
-
- AbstractRulesetMetadata(String) - Constructor for class org.jboss.windup.config.metadata.AbstractRulesetMetadata
-
- addContainedTag(Tag) - Method in class org.jboss.windup.config.tags.Tag
-
Loops are not checked here.
- addContainingTag(Tag) - Method in class org.jboss.windup.config.tags.Tag
-
Loops are not checked here.
- addExecuteAfter(String) - Method in class org.jboss.windup.config.builder.RuleProviderBuilder
-
- addExecuteAfter(Class<? extends AbstractRuleProvider>) - Method in class org.jboss.windup.config.builder.RuleProviderBuilder
-
- addExecuteAfter(String) - Method in interface org.jboss.windup.config.builder.RuleProviderBuilderAddDependencies
-
Indicates that the current ruleset should execute after the ruleset with the given id
- addExecuteAfter(Class<? extends AbstractRuleProvider>) - Method in interface org.jboss.windup.config.builder.RuleProviderBuilderAddDependencies
-
Indicates that the current ruleset should execute after the ruleset with the type
- addExecuteAfter(Class<? extends RuleProvider>) - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
Ad an entry to the list of
RuleProvider classes that should execute after the
Rule instances in the corresponding
RuleProvider instance.
- addExecuteAfterId(String) - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
Add an entry to the list of the
RuleProvider classes that should execute before the
Rule instances in the corresponding
RuleProvider instance.
- addExecuteBefore(String) - Method in class org.jboss.windup.config.builder.RuleProviderBuilder
-
- addExecuteBefore(Class<? extends AbstractRuleProvider>) - Method in class org.jboss.windup.config.builder.RuleProviderBuilder
-
- addExecuteBefore(String) - Method in interface org.jboss.windup.config.builder.RuleProviderBuilderAddDependencies
-
Indicates that the current ruleset should execute before the ruleset with the given id
- addExecuteBefore(Class<? extends AbstractRuleProvider>) - Method in interface org.jboss.windup.config.builder.RuleProviderBuilderAddDependencies
-
Indicates that the current ruleset should execute before the ruleset with the type
- addExecuteBefore(Class<? extends RuleProvider>) - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
Ad an entry to the list of
RuleProvider classes that should execute after the
Rule instances in the corresponding
RuleProvider instance.
- addExecuteBeforeId(String) - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
Add to the list of the
RuleProvider classes that should execute after the
Rule instances in the corresponding
RuleProvider instance.
- addLifecycleListener(RuleLifecycleListener) - Method in class org.jboss.windup.config.RuleSubset
-
Add a
RuleLifecycleListener to receive events when
Rule instances are evaluated, executed, and their results.
- addNeutralTags(Collection<String>) - Method in class org.jboss.windup.config.metadata.Label
-
- addPostOperation(Operation) - Method in class org.jboss.windup.config.DefaultEvaluationContext
-
- addPreOperation(Operation) - Method in class org.jboss.windup.config.DefaultEvaluationContext
-
- addRequiredAddon(AddonId) - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
Add to the
Set of
Addons required to run this rule-set.
- addRule() - Method in class org.jboss.windup.config.builder.RuleProviderBuilder
-
- addRule(Rule) - Method in class org.jboss.windup.config.builder.RuleProviderBuilder
-
- addRule() - Method in interface org.jboss.windup.config.builder.RuleProviderBuilderAddDependencies
-
Begin defining a Rule instance.
- addRule(Rule) - Method in interface org.jboss.windup.config.builder.RuleProviderBuilderAddDependencies
-
Begin enhancing a Rule instance based on the given Rule.
- addSourceTechnology(TechnologyReference) - Method in class org.jboss.windup.config.builder.RuleProviderBuilder
-
- addSourceTechnology(TechnologyReference) - Method in interface org.jboss.windup.config.builder.RuleProviderBuilderMetadataAddSourceTechnology
-
- addSourceTechnology(TechnologyReference) - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- addSupportedTags(Collection<String>) - Method in class org.jboss.windup.config.metadata.Label
-
- addTag(String) - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- addTags(String, String...) - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- addTargetTechnology(TechnologyReference) - Method in class org.jboss.windup.config.builder.RuleProviderBuilder
-
- addTargetTechnology(TechnologyReference) - Method in interface org.jboss.windup.config.builder.RuleProviderBuilderMetadataAddTargetTechnology
-
- addTargetTechnology(TechnologyReference) - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- addType(String, Class<? extends WindupVertexFrame>) - Static method in class org.jboss.windup.config.operation.graph.TypeOperation
-
- addType(Class<? extends WindupVertexFrame>) - Static method in class org.jboss.windup.config.operation.graph.TypeOperation
-
Add type to the variable being iterated with the default name.
- addUnsuitableTags(Collection<String>) - Method in class org.jboss.windup.config.metadata.Label
-
- addUserRulesPath(Path) - Method in interface org.jboss.windup.config.metadata.RuleProviderRegistryCache
-
Specify that the user has added an additional path for user defined rules.
- afterExecution(GraphRewrite) - Method in class org.jboss.windup.config.AbstractRuleLifecycleListener
-
- afterExecution(GraphRewrite) - Method in interface org.jboss.windup.config.RuleLifecycleListener
-
Called immediately after any Rule instances are executed.
- afterRuleConditionEvaluation(GraphRewrite, EvaluationContext, Rule, boolean) - Method in class org.jboss.windup.config.AbstractRuleLifecycleListener
-
- afterRuleConditionEvaluation(GraphRewrite, EvaluationContext, Rule, boolean) - Method in interface org.jboss.windup.config.RuleLifecycleListener
-
Called immediately after execution of the each Rule.
- afterRuleExecutionFailed(GraphRewrite, EvaluationContext, Rule, Throwable) - Method in class org.jboss.windup.config.AbstractRuleLifecycleListener
-
- afterRuleExecutionFailed(GraphRewrite, EvaluationContext, Rule, Throwable) - Method in interface org.jboss.windup.config.RuleLifecycleListener
-
Called immediately after a a Rule has thrown an exception, to indicate a failure of some kind
- afterRuleOperationsPerformed(GraphRewrite, EvaluationContext, Rule) - Method in class org.jboss.windup.config.AbstractRuleLifecycleListener
-
- afterRuleOperationsPerformed(GraphRewrite, EvaluationContext, Rule) - Method in interface org.jboss.windup.config.RuleLifecycleListener
-
Called immediately after Rule operations are performed (Only called if
Condition.evaluate(org.ocpsoft.rewrite.event.Rewrite, EvaluationContext) returned true).
- all(Condition...) - Method in class org.jboss.windup.config.operation.Iteration
-
- ArchiveExtractionPhase - Class in org.jboss.windup.config.phase
-
- ArchiveExtractionPhase() - Constructor for class org.jboss.windup.config.phase.ArchiveExtractionPhase
-
- ArchiveMetadataExtractionPhase - Class in org.jboss.windup.config.phase
-
- ArchiveMetadataExtractionPhase() - Constructor for class org.jboss.windup.config.phase.ArchiveMetadataExtractionPhase
-
- as(Class<? extends WindupVertexFrame>, String) - Method in class org.jboss.windup.config.operation.Iteration
-
Change the name of the single variable of the given type.
- as(String) - Method in class org.jboss.windup.config.operation.Iteration
-
Change the name of the single variable.
- as(Class<? extends WindupVertexFrame>, String) - Method in interface org.jboss.windup.config.operation.iteration.IterationBuilderOver
-
Sets the name and type of the variable for this iteration's "current element".
- as(String) - Method in interface org.jboss.windup.config.operation.iteration.IterationBuilderOver
-
Sets the name of the variable for this iteration's "current element".
- as(String) - Method in class org.jboss.windup.config.query.Query
-
- as(String) - Method in interface org.jboss.windup.config.query.QueryBuilderAs
-
Set the name of the output variable into which results of the
Query will be stored.
- get(Object) - Method in class org.jboss.windup.config.DefaultEvaluationContext
-
- get(Object) - Method in class org.jboss.windup.config.GraphRule
-
- getAddonRegistry() - Static method in class org.jboss.windup.config.furnace.FurnaceHolder
-
Return the AddonRegistry in which this Windup instance is running.
- getAncestorTags(Tag) - Method in class org.jboss.windup.config.tags.TagService
-
Returns all tags that designate this tag.
- getApplicationsForProject(GraphContext, ProjectModel) - Static method in class org.jboss.windup.config.projecttraversal.ProjectTraversalCache
-
- getAvailablePhases() - Method in class org.jboss.windup.config.phase.RulePhaseFinder
-
Returns the phases loaded in this finder, sorted by Class.getSimpleName().
- getAvailableSourceTechnologies() - Method in interface org.jboss.windup.config.metadata.RuleProviderRegistryCache
-
Retrieves a list of available source technologies from the
RuleProviders.
- getAvailableTags() - Method in interface org.jboss.windup.config.metadata.RuleProviderRegistryCache
-
Returns all tags known by Windup.
- getAvailableTargetTechnologies() - Method in interface org.jboss.windup.config.metadata.RuleProviderRegistryCache
-
Retrieves a list of available target technologies from the
RuleProviders.
- getAvailableValues() - Method in class org.jboss.windup.config.AbstractConfigurationOption
-
- getAvailableValues() - Method in interface org.jboss.windup.config.ConfigurationOption
-
Returns an ordered list of available values.
- getColor() - Method in class org.jboss.windup.config.tags.Tag
-
A color by which this tag should typically be represented in the UI elements like tags, boxes, chart lines, graph nodes, etc.
- getConfiguration(RuleLoaderContext) - Method in class org.jboss.windup.config.builder.RuleProviderBuilder
-
- getConfiguration() - Method in class org.jboss.windup.config.metadata.RuleProviderRegistry
-
Contains the Configuration containing all of the loaded s.
- getConfiguration(RuleLoaderContext) - Method in class org.jboss.windup.config.phase.RulePhase
-
This will always return an empty Configuration as these are just barriers that do not provide additional
Rules.
- getConfiguration(RuleLoaderContext) - Method in interface org.jboss.windup.config.RuleProvider
-
KEEP - The purpose of this override is to make sure that reflection (interface.getClass().getMethods())
keeps a method with the specific type.
- getConfiguration(RuleLoaderContext) - Method in class org.jboss.windup.config.ruleprovider.IteratingRuleProvider
-
- getConfiguration(RuleLoaderContext) - Method in class org.jboss.windup.config.ruleprovider.SingleRuleProvider
-
- getContainedTags() - Method in class org.jboss.windup.config.tags.Tag
-
Which tags are designated by this tag; for instance, "java-ee" designates "ejb" and "jms".
- getContext() - Method in class org.jboss.windup.config.loader.RuleLoaderContext
-
- getCurrentPayload(Variables, String) - Static method in class org.jboss.windup.config.operation.Iteration
-
Get the
Iteration payload with the given name.
- getCurrentPayload(Variables, Class<FRAMETYPE>, String) - Static method in class org.jboss.windup.config.operation.Iteration
-
Get the
Iteration payload with the given name and type.
- getData() - Method in class org.jboss.windup.config.AbstractLabelProvider
-
- getData() - Method in interface org.jboss.windup.config.LabelProvider
-
- getDefaultValue() - Method in class org.jboss.windup.config.AbstractConfigurationOption
-
- getDefaultValue() - Method in interface org.jboss.windup.config.ConfigurationOption
-
Default value for this option (if not set by user).
- getDescendantTags(Tag) - Method in class org.jboss.windup.config.tags.TagService
-
Returns all tags that are designated by this tag.
- getDescription() - Method in interface org.jboss.windup.config.ConfigurationOption
-
Returns descriptive text that may be more lengthy and descriptive (for example, "Excludes the specified Java packages from Windup's scans").
- getDescription() - Method in class org.jboss.windup.config.KeepWorkDirsOption
-
- getDescription() - Method in class org.jboss.windup.config.metadata.AbstractLabelsetMetadata
-
- getDescription() - Method in class org.jboss.windup.config.metadata.AbstractRulesetMetadata
-
- getDescription() - Method in class org.jboss.windup.config.metadata.Label
-
- getDescription() - Method in class org.jboss.windup.config.metadata.LabelMetadataBuilder
-
- getDescription() - Method in interface org.jboss.windup.config.metadata.LabelsetMetadata
-
Returns a human-readable description of the labels associated with this
LabelsetMetadata.
- getDescription() - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- getDescription() - Method in interface org.jboss.windup.config.metadata.RulesetMetadata
-
Returns a human-readable description the rules associated with this
RulesetMetadata.
- getDescription() - Method in class org.jboss.windup.config.SkipReportsRenderingOption
-
- getExceptions() - Method in class org.jboss.windup.config.RuleSubset
-
- getExecuteAfter() - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- getExecuteAfter() - Method in interface org.jboss.windup.config.metadata.RuleProviderMetadata
-
Returns a list of
RuleProvider classes that should execute before the
Rule instances in this corresponding
RuleProvider
.
- getExecuteAfter() - Method in class org.jboss.windup.config.phase.ArchiveExtractionPhase
-
- getExecuteAfter() - Method in class org.jboss.windup.config.phase.ArchiveMetadataExtractionPhase
-
- getExecuteAfter() - Method in class org.jboss.windup.config.phase.ClassifyFileTypesPhase
-
- getExecuteAfter() - Method in class org.jboss.windup.config.phase.DecompilationPhase
-
- getExecuteAfter() - Method in class org.jboss.windup.config.phase.DependentPhase
-
- getExecuteAfter() - Method in class org.jboss.windup.config.phase.DiscoverProjectStructurePhase
-
- getExecuteAfter() - Method in class org.jboss.windup.config.phase.DiscoveryPhase
-
- getExecuteAfter() - Method in class org.jboss.windup.config.phase.FinalizePhase
-
- getExecuteAfter() - Method in class org.jboss.windup.config.phase.InitialAnalysisPhase
-
- getExecuteAfter() - Method in class org.jboss.windup.config.phase.InitializationPhase
-
- getExecuteAfter() - Method in class org.jboss.windup.config.phase.MigrationRulesPhase
-
- getExecuteAfter() - Method in class org.jboss.windup.config.phase.PostFinalizePhase
-
- getExecuteAfter() - Method in class org.jboss.windup.config.phase.PostMigrationRulesPhase
-
- getExecuteAfter() - Method in class org.jboss.windup.config.phase.PostReportGenerationPhase
-
- getExecuteAfter() - Method in class org.jboss.windup.config.phase.PostReportRenderingPhase
-
- getExecuteAfter() - Method in class org.jboss.windup.config.phase.PreReportGenerationPhase
-
- getExecuteAfter() - Method in class org.jboss.windup.config.phase.ReportGenerationPhase
-
- getExecuteAfter() - Method in class org.jboss.windup.config.phase.ReportRenderingPhase
-
- getExecuteAfter() - Method in class org.jboss.windup.config.phase.RulePhase
-
This allows the
RulePhase implementation to specify the
RulePhase implementation that it should
be executed after.
- getExecuteAfterIDs() - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- getExecuteAfterIDs() - Method in interface org.jboss.windup.config.metadata.RuleProviderMetadata
-
- getExecuteBefore() - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- getExecuteBefore() - Method in interface org.jboss.windup.config.metadata.RuleProviderMetadata
-
- getExecuteBefore() - Method in class org.jboss.windup.config.phase.ArchiveExtractionPhase
-
- getExecuteBefore() - Method in class org.jboss.windup.config.phase.ArchiveMetadataExtractionPhase
-
- getExecuteBefore() - Method in class org.jboss.windup.config.phase.ClassifyFileTypesPhase
-
- getExecuteBefore() - Method in class org.jboss.windup.config.phase.DecompilationPhase
-
- getExecuteBefore() - Method in class org.jboss.windup.config.phase.DependentPhase
-
- getExecuteBefore() - Method in class org.jboss.windup.config.phase.DiscoverProjectStructurePhase
-
- getExecuteBefore() - Method in class org.jboss.windup.config.phase.DiscoveryPhase
-
- getExecuteBefore() - Method in class org.jboss.windup.config.phase.FinalizePhase
-
- getExecuteBefore() - Method in class org.jboss.windup.config.phase.InitialAnalysisPhase
-
- getExecuteBefore() - Method in class org.jboss.windup.config.phase.InitializationPhase
-
- getExecuteBefore() - Method in class org.jboss.windup.config.phase.MigrationRulesPhase
-
- getExecuteBefore() - Method in class org.jboss.windup.config.phase.PostFinalizePhase
-
- getExecuteBefore() - Method in class org.jboss.windup.config.phase.PostMigrationRulesPhase
-
- getExecuteBefore() - Method in class org.jboss.windup.config.phase.PostReportGenerationPhase
-
- getExecuteBefore() - Method in class org.jboss.windup.config.phase.PostReportRenderingPhase
-
- getExecuteBefore() - Method in class org.jboss.windup.config.phase.PreReportGenerationPhase
-
- getExecuteBefore() - Method in class org.jboss.windup.config.phase.ReportGenerationPhase
-
- getExecuteBefore() - Method in class org.jboss.windup.config.phase.ReportRenderingPhase
-
- getExecuteBefore() - Method in class org.jboss.windup.config.phase.RulePhase
-
This allows the
RulePhase implementation to specify the
RulePhase implementation that it should
be executed before.
- getExecuteBeforeIDs() - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- getExecuteBeforeIDs() - Method in interface org.jboss.windup.config.metadata.RuleProviderMetadata
-
- getExecutionIndex() - Method in class org.jboss.windup.config.AbstractRuleProvider
-
For internal use only.
- getFlow() - Method in class org.jboss.windup.config.GraphRewrite
-
- getFrames(GraphRewrite, EvaluationContext) - Method in class org.jboss.windup.config.operation.iteration.NamedFramesSelector
-
- getFrames(GraphRewrite, EvaluationContext) - Method in class org.jboss.windup.config.operation.iteration.TopLayerSingletonFramesSelector
-
- getFrames(GraphRewrite, EvaluationContext) - Method in class org.jboss.windup.config.operation.iteration.TypedFramesSelector
-
- getFrames(GraphRewrite, EvaluationContext) - Method in class org.jboss.windup.config.operation.iteration.TypedNamedFramesSelector
-
- getFrames(GraphRewrite, EvaluationContext) - Method in interface org.jboss.windup.config.selectors.FramesSelector
-
- getFurnace() - Static method in class org.jboss.windup.config.furnace.FurnaceHolder
-
Get the current running instance of Furnace.
- getGraphContext() - Method in class org.jboss.windup.config.GraphRewrite
-
- getID() - Method in class org.jboss.windup.config.metadata.AbstractLabelsetMetadata
-
- getID() - Method in class org.jboss.windup.config.metadata.AbstractRulesetMetadata
-
- getId() - Method in class org.jboss.windup.config.metadata.Label
-
- getID() - Method in interface org.jboss.windup.config.metadata.LabelsetMetadata
-
- getID() - Method in interface org.jboss.windup.config.metadata.RulesetMetadata
-
Returns a unique identifier for the corresponding
RuleProvider.
- getId() - Method in class org.jboss.windup.config.metadata.TechnologyReference
-
- getId() - Method in class org.jboss.windup.config.ruleprovider.SingleRuleProvider
-
- getId() - Method in class org.jboss.windup.config.RuleSubset
-
- getInputVariablesName() - Method in class org.jboss.windup.config.condition.GraphCondition
-
- getLabel() - Method in interface org.jboss.windup.config.ConfigurationOption
-
Return a short amount of descriptive text regarding the option (for example, "Exclude Packages").
- getLabel() - Method in class org.jboss.windup.config.KeepWorkDirsOption
-
- getLabel() - Method in class org.jboss.windup.config.SkipReportsRenderingOption
-
- getLabelProviderFilter() - Method in class org.jboss.windup.config.loader.RuleLoaderContext
-
- getLabels() - Method in interface org.jboss.windup.config.metadata.LabelProviderData
-
Return the list of
Labels inside a 'Labelset'
- getLabels(LabelProvider) - Method in class org.jboss.windup.config.metadata.LabelProviderRegistry
-
- getLabelString() - Method in class org.jboss.windup.config.metadata.Label
-
- getLevel() - Method in class org.jboss.windup.config.ValidationResult
-
Returns the validation level (error, prompt, etc).
- getMessage() - Method in exception org.jboss.windup.config.exception.IllegalTypeArgumentException
-
- getMessage() - Method in class org.jboss.windup.config.ValidationResult
-
Returns a readable message to display to the user.
- getMetadata() - Method in class org.jboss.windup.config.AbstractLabelProvider
-
- getMetadata() - Method in class org.jboss.windup.config.AbstractRuleProvider
-
- getMetadata() - Method in interface org.jboss.windup.config.LabelProvider
-
- getMetadata(GraphContext, TechnologyReference) - Method in interface org.jboss.windup.config.metadata.TechnologyMetadataLoader
-
- getMetadata(GraphContext, TechnologyReference) - Method in interface org.jboss.windup.config.metadata.TechnologyMetadataProvider
-
- getMetadata() - Method in class org.jboss.windup.config.phase.RulePhase
-
- getMetadata() - Method in interface org.jboss.windup.config.RuleProvider
-
- getMetadataBuilder() - Method in class org.jboss.windup.config.builder.RuleProviderBuilder
-
- getName() - Method in interface org.jboss.windup.config.ConfigurationOption
-
Returns the name of the parameter.
- getName() - Method in class org.jboss.windup.config.KeepWorkDirsOption
-
- getName() - Method in class org.jboss.windup.config.metadata.Label
-
- getName() - Method in class org.jboss.windup.config.SkipReportsRenderingOption
-
- getName() - Method in class org.jboss.windup.config.tags.Tag
-
Tag name (ID), preferably kebab-style, e.g "java-ee-6".
- getNeutral() - Method in class org.jboss.windup.config.metadata.Label
-
- getOperations() - Method in class org.jboss.windup.config.operation.Iteration
-
- getOperations() - Method in class org.jboss.windup.config.RuleSubset
-
- getOrCreateTag(String, boolean) - Method in class org.jboss.windup.config.tags.TagService
-
Gets the
Tag with the given name or creates a new
Tag if one does not already exist.
- getOrCreateTraits() - Method in class org.jboss.windup.config.tags.Tag
-
- getOrigin() - Method in class org.jboss.windup.config.metadata.AbstractLabelsetMetadata
-
- getOrigin() - Method in class org.jboss.windup.config.metadata.AbstractRulesetMetadata
-
- getOrigin() - Method in class org.jboss.windup.config.metadata.LabelMetadataBuilder
-
- getOrigin() - Method in interface org.jboss.windup.config.metadata.LabelsetMetadata
-
Returns a descriptive
String, informing a human where they can find the
Label instances.
- getOrigin() - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- getOrigin() - Method in interface org.jboss.windup.config.metadata.RulesetMetadata
-
Returns a descriptive
String, informing a human where they can find the
Rule instances provided
by this
RuleProvider.
- getOriginal() - Method in class org.jboss.windup.config.metadata.TechnologyReferenceTransformer
-
Gets the type to transform from.
- getOutputVariablesName() - Method in class org.jboss.windup.config.condition.GraphCondition
-
- getParentTags() - Method in class org.jboss.windup.config.tags.Tag
-
Which tags are designated by this tag; for instance, "seam" is designated by "web" and "framework:".
- getPayloadManager() - Method in class org.jboss.windup.config.operation.Iteration
-
- getPayLoadName() - Method in interface org.jboss.windup.config.operation.iteration.IterationPayloadManager
-
- getPayLoadName() - Method in class org.jboss.windup.config.operation.iteration.NamedIterationPayloadManager
-
- getPayLoadName() - Method in class org.jboss.windup.config.operation.iteration.TypedNamedIterationPayloadManager
-
- getPayloadVariableName(GraphRewrite, EvaluationContext) - Static method in class org.jboss.windup.config.operation.Iteration
-
Return the current
Iteration payload variable name.
- getPhase() - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- getPhase() - Method in interface org.jboss.windup.config.metadata.RuleProviderMetadata
-
- getPipelineCriteria() - Method in class org.jboss.windup.config.query.Query
-
- getPostOperations() - Method in class org.jboss.windup.config.DefaultEvaluationContext
-
Get an immutable view of the added post-Operation instances.
- getPreOperations() - Method in class org.jboss.windup.config.DefaultEvaluationContext
-
Get an immutable view of the added pre-Operation instances.
- getPrimeTags() - Method in class org.jboss.windup.config.tags.TagService
-
Gets all tags that are "prime" tags.
- getPriority() - Method in class org.jboss.windup.config.AbstractConfigurationOption
-
- getPriority() - Method in interface org.jboss.windup.config.ConfigurationOption
-
Indicates the "priority" of this option.
- getPriority() - Method in class org.jboss.windup.config.metadata.AbstractLabelsetMetadata
-
- getPriority() - Method in class org.jboss.windup.config.metadata.LabelMetadataBuilder
-
- getPriority() - Method in interface org.jboss.windup.config.metadata.LabelsetMetadata
-
This defines the order on which a labelSet will be shown in a report.
- getPromptDefault() - Method in class org.jboss.windup.config.ValidationResult
-
- getProviders(RuleLoaderContext) - Method in interface org.jboss.windup.config.loader.LabelProviderLoader
-
Return all
LabelProvider instances that are relevant for this loader.
- getProviders(RuleLoaderContext) - Method in interface org.jboss.windup.config.loader.RuleProviderLoader
-
- getProviders() - Method in class org.jboss.windup.config.metadata.LabelProviderRegistry
-
- getProviders() - Method in class org.jboss.windup.config.metadata.RuleProviderRegistry
-
- getRequiredAddons() - Method in class org.jboss.windup.config.metadata.AbstractRulesetMetadata
-
- getRequiredAddons() - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- getRequiredAddons() - Method in interface org.jboss.windup.config.metadata.RulesetMetadata
-
Return the
Set of
Addons required to run this rule-set.
- getRequiredParameterNames() - Method in class org.jboss.windup.config.condition.ParamCondition
-
- getRequiredParameterNames() - Method in class org.jboss.windup.config.operation.Iteration
-
These are really just needed to pass through to the condition, since the visitor system
doesn't expect operations to have conditions and wouldn't otherwise find them.
- getRequiredParameterNames() - Method in class org.jboss.windup.config.operation.Log
-
- getRequiredParameterNames() - Method in class org.jboss.windup.config.RuleSubset
-
- getRootTags() - Method in class org.jboss.windup.config.tags.TagService
-
Returns the tags that were root in the definition files.
- getRulePaths() - Method in class org.jboss.windup.config.loader.RuleLoaderContext
-
- getRuleProviderFilter() - Method in class org.jboss.windup.config.loader.RuleLoaderContext
-
- getRuleProviderRegistry() - Method in interface org.jboss.windup.config.metadata.RuleProviderRegistryCache
-
- getRuleProviderRegistry(RuleLoaderContext) - Method in interface org.jboss.windup.config.metadata.RuleProviderRegistryCache
-
- getRules(RuleProvider) - Method in class org.jboss.windup.config.metadata.RuleProviderRegistry
-
Gets all of the
Rules that were loaded by the given
RuleProvider.
- getRules() - Method in class org.jboss.windup.config.RuleSubset
-
- getRulesetMetadata() - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- getRulesetMetadata() - Method in interface org.jboss.windup.config.metadata.RuleProviderMetadata
-
- getSelectionManager() - Method in class org.jboss.windup.config.operation.Iteration
-
- getSourceTechnologies() - Method in class org.jboss.windup.config.metadata.AbstractRulesetMetadata
-
- getSourceTechnologies() - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- getSourceTechnologies() - Method in interface org.jboss.windup.config.metadata.RulesetMetadata
-
- getState() - Method in class org.jboss.windup.config.DefaultEvaluationContext
-
- getSupported() - Method in class org.jboss.windup.config.metadata.Label
-
- getTag(String) - Method in class org.jboss.windup.config.tags.TagService
-
- getTags() - Method in class org.jboss.windup.config.metadata.AbstractRulesetMetadata
-
- getTags() - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- getTags() - Method in interface org.jboss.windup.config.metadata.RulesetMetadata
-
- getTagService() - Method in class org.jboss.windup.config.tags.TagServiceHolder
-
- getTarget() - Method in class org.jboss.windup.config.metadata.TechnologyReferenceTransformer
-
Gets the type to transform to.
- getTargetTechnologies() - Method in class org.jboss.windup.config.metadata.AbstractRulesetMetadata
-
- getTargetTechnologies() - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- getTargetTechnologies() - Method in interface org.jboss.windup.config.metadata.RulesetMetadata
-
- getTechnology() - Method in class org.jboss.windup.config.metadata.TechnologyMetadata
-
- getTitle() - Method in class org.jboss.windup.config.tags.Tag
-
Human readable title of technology this tag represents, e.g "Java EE 6".
- getTitleOrName() - Method in class org.jboss.windup.config.tags.Tag
-
- getTraits() - Method in class org.jboss.windup.config.tags.Tag
-
Returns the traits map, or null if it was not yet initialized.
- getTransformers(RuleLoaderContext) - Static method in class org.jboss.windup.config.metadata.TechnologyReferenceTransformer
-
Gets the transformers for the given graph context, or loads them if necessary.
- getType() - Method in class org.jboss.windup.config.AbstractPathConfigurationOption
-
- getType() - Method in interface org.jboss.windup.config.ConfigurationOption
-
Returns the datatype for this Option (typically File, String, or List).
- getType() - Method in class org.jboss.windup.config.KeepWorkDirsOption
-
- getType() - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- getType() - Method in interface org.jboss.windup.config.metadata.RuleProviderMetadata
-
- getType() - Method in class org.jboss.windup.config.SkipReportsRenderingOption
-
- getUIType() - Method in interface org.jboss.windup.config.ConfigurationOption
-
Returns a type that can be used as a hint to indicate what type of user interface should be presented for this option.
- getUIType() - Method in class org.jboss.windup.config.KeepWorkDirsOption
-
- getUIType() - Method in class org.jboss.windup.config.SkipReportsRenderingOption
-
- getUnsuitable() - Method in class org.jboss.windup.config.metadata.Label
-
- getVariableName() - Method in class org.jboss.windup.config.operation.iteration.AbstractIterationOperation
-
- getVarname() - Method in class org.jboss.windup.config.parameters.ParameterizedGraphCondition
-
- getVersionRange() - Method in class org.jboss.windup.config.metadata.TechnologyReference
-
- getVersionRangeAsString() - Method in class org.jboss.windup.config.metadata.TechnologyReference
-
This provides a parsable version string based upon the current VersionRange.
- getWindupStopException() - Method in class org.jboss.windup.config.GraphRewrite
-
- GraphCondition - Class in org.jboss.windup.config.condition
-
- GraphCondition() - Constructor for class org.jboss.windup.config.condition.GraphCondition
-
- GraphOperation - Class in org.jboss.windup.config.operation
-
- GraphOperation() - Constructor for class org.jboss.windup.config.operation.GraphOperation
-
- GraphRewrite - Class in org.jboss.windup.config
-
Holds the context of the whole Windup Execution.
- GraphRewrite(GraphContext) - Constructor for class org.jboss.windup.config.GraphRewrite
-
- GraphRewrite(Iterable<RuleLifecycleListener>, GraphContext) - Constructor for class org.jboss.windup.config.GraphRewrite
-
- GraphRule - Class in org.jboss.windup.config
-
Base class for
Rule implementations that operate on
GraphRewrite events.
- GraphRule() - Constructor for class org.jboss.windup.config.GraphRule
-
- gremlin(QueryGremlinCriterion) - Static method in class org.jboss.windup.config.query.Query
-
Begin this
Query with all Frame instances that are the result of the provided GremlinQueryCriterion.
- IllegalTypeArgumentException - Exception in org.jboss.windup.config.exception
-
- IllegalTypeArgumentException(String, Class<?>, Class<?>) - Constructor for exception org.jboss.windup.config.exception.IllegalTypeArgumentException
-
- includingType(Class<? extends WindupVertexFrame>) - Method in class org.jboss.windup.config.query.Query
-
Includes Vertices that are of the provided type.
- includingType(Class<? extends WindupVertexFrame>) - Method in interface org.jboss.windup.config.query.QueryBuilderFind
-
Excludes Vertices that are of the provided type.
- InitialAnalysisPhase - Class in org.jboss.windup.config.phase
-
- InitialAnalysisPhase() - Constructor for class org.jboss.windup.config.phase.InitialAnalysisPhase
-
- InitializationPhase - Class in org.jboss.windup.config.phase
-
- InitializationPhase() - Constructor for class org.jboss.windup.config.phase.InitializationPhase
-
- InputType - Enum in org.jboss.windup.config
-
Indicates the type of UI element that should be used for this input.
- instance(GraphRewrite) - Static method in class org.jboss.windup.config.metadata.LabelProviderRegistry
-
- instance(GraphRewrite) - Static method in class org.jboss.windup.config.metadata.RuleProviderRegistry
-
- instance(GraphRewrite) - Static method in class org.jboss.windup.config.Variables
-
- isDisabled() - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- isDisabled() - Method in interface org.jboss.windup.config.metadata.RuleProviderMetadata
-
If true, Windup will skip running this RuleProvider.
- isFileBased() - Method in interface org.jboss.windup.config.loader.LabelProviderLoader
-
Indicates if labels are loaded from the filesystem.
- isFileBased() - Method in interface org.jboss.windup.config.loader.RuleProviderLoader
-
Indicates that these are not classloader based Java rules.
- isFileBasedRulesOnly() - Method in class org.jboss.windup.config.loader.RuleLoaderContext
-
- isHaltOnException() - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- isHaltOnException() - Method in interface org.jboss.windup.config.metadata.RuleProviderMetadata
-
Whether Windup should stop execution if this provider's rule execution ends with an exception.
- isOverrideProvider() - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- isOverrideProvider() - Method in interface org.jboss.windup.config.metadata.RuleProviderMetadata
-
Indicates whether or not the rules in this provider should override other rules.
- isPrime() - Method in class org.jboss.windup.config.tags.Tag
-
A "prime" tag is one which is an important group of subtags, suitable for showing in aggregated reports.
- isPseudo() - Method in class org.jboss.windup.config.tags.Tag
-
Pseudo tags serve as grouping for contained tags, but are not suitable to be a root tag.
- isRequired() - Method in interface org.jboss.windup.config.ConfigurationOption
-
Indicates whether or not this option must be specified.
- isRequired() - Method in class org.jboss.windup.config.KeepWorkDirsOption
-
- isRequired() - Method in class org.jboss.windup.config.SkipReportsRenderingOption
-
- isRoot() - Method in class org.jboss.windup.config.tags.Tag
-
A root tag is that which was a root in the XML definition files.
- isSuccess() - Method in class org.jboss.windup.config.ValidationResult
-
Indicates whether this is considered a valid response.
- isUnderTag(String, String) - Method in class org.jboss.windup.config.tags.TagService
-
Convenience method, calls this.isUnderTag(Tag superTag, Tag subTag).
- isUnderTag(Tag, Tag) - Method in class org.jboss.windup.config.tags.TagService
-
- IteratingRuleProvider<PAYLOADTYPE extends WindupVertexFrame> - Class in org.jboss.windup.config.ruleprovider
-
This provides a simplified way to extend
AbstractRuleProvider for cases where the rule simply needs to
provide some query, and wants to execute a function over each resulting row.
- IteratingRuleProvider() - Constructor for class org.jboss.windup.config.ruleprovider.IteratingRuleProvider
-
- IteratingRuleProvider(RuleProviderMetadata) - Constructor for class org.jboss.windup.config.ruleprovider.IteratingRuleProvider
-
- IteratingRuleProvider(Class<? extends RuleProvider>, String) - Constructor for class org.jboss.windup.config.ruleprovider.IteratingRuleProvider
-
- Iteration - Class in org.jboss.windup.config.operation
-
Used to iterate over an implicit or explicit variable defined within the corresponding ConfigurationRuleBuilder.when(Condition) clause in
the current rule.
- IterationBuilderComplete - Interface in org.jboss.windup.config.operation.iteration
-
- IterationBuilderOtherwise - Interface in org.jboss.windup.config.operation.iteration
-
- IterationBuilderOver - Interface in org.jboss.windup.config.operation.iteration
-
- IterationBuilderPerform - Interface in org.jboss.windup.config.operation.iteration
-
- IterationBuilderVar - Interface in org.jboss.windup.config.operation.iteration
-
- IterationBuilderWhen - Interface in org.jboss.windup.config.operation.iteration
-
- IterationPayloadManager - Interface in org.jboss.windup.config.operation.iteration
-
- IterationProgress - Class in org.jboss.windup.config.operation
-
- IterationQueryCriteria - Interface in org.jboss.windup.config.operation.iteration
-
- SEARCH_ALL_LAYERS - Static variable in class org.jboss.windup.config.Variables
-
- setAlwaysHaltOnFailure(boolean) - Method in class org.jboss.windup.config.RuleSubset
-
- setAvailableValues(Collection<?>) - Method in class org.jboss.windup.config.AbstractConfigurationOption
-
- setColor(String) - Method in class org.jboss.windup.config.tags.Tag
-
- setConfiguration(Configuration) - Method in class org.jboss.windup.config.metadata.RuleProviderRegistry
-
Contains the Configuration containing all of the loaded s.
- setCurrentPayload(Variables, WindupVertexFrame) - Method in interface org.jboss.windup.config.operation.iteration.IterationPayloadManager
-
- setCurrentPayload(Variables, WindupVertexFrame) - Method in class org.jboss.windup.config.operation.iteration.NamedIterationPayloadManager
-
- setCurrentPayload(Variables, String, WindupVertexFrame) - Static method in class org.jboss.windup.config.operation.Iteration
-
- setCurrentPayload(Variables, WindupVertexFrame) - Method in class org.jboss.windup.config.operation.iteration.TypedNamedIterationPayloadManager
-
- setDescription(String) - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
Sets the human readable description.
- setExecuteAfter(List<Class<? extends RuleProvider>>) - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
Set the list of
RuleProvider classes that should execute before the
Rule instances in the corresponding
RuleProvider
instance.
- setExecuteAfter(Class<? extends RulePhase>) - Method in class org.jboss.windup.config.phase.RulePhase
-
This allows the sorter to link
RulePhases to each other, without them having to explicitly specify both
the executeAfter and executeBefore.
- setExecuteAfterIDs(List<String>) - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
Set the list of the
RuleProvider classes that should execute before the
Rule instances in the corresponding
RuleProvider instance.
- setExecuteBefore(List<Class<? extends RuleProvider>>) - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
Set the list of
RuleProvider classes that should execute after the
Rule instances in the corresponding
RuleProvider
instance.
- setExecuteBefore(Class<? extends RulePhase>) - Method in class org.jboss.windup.config.phase.RulePhase
-
This allows the sorter to link
RulePhases to each other, without them having to explicitly specify both
the executeAfter and executeBefore.
- setExecuteBeforeIDs(List<String>) - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
Set the list of the
RuleProvider classes that should execute after the
Rule instances in the corresponding
RuleProvider
instance.
- setExecutionIndex(int) - Method in class org.jboss.windup.config.AbstractRuleProvider
-
For internal use only.
- setFileBasedRulesOnly() - Method in class org.jboss.windup.config.loader.RuleLoaderContext
-
- setFurnace(PostStartup, Furnace, AddonRegistry) - Method in class org.jboss.windup.config.furnace.FurnaceHolder
-
Called by the Furnace container.
- setHaltOnException(boolean) - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
Whether Windup should stop execution if this provider's rule execution ends with an exception.
- setInputVariablesName(String) - Method in class org.jboss.windup.config.condition.GraphCondition
-
- setIsPrime(boolean) - Method in class org.jboss.windup.config.tags.Tag
-
- setIsRoot(boolean) - Method in class org.jboss.windup.config.tags.Tag
-
- setLabels(LabelProvider, List<Label>) - Method in class org.jboss.windup.config.metadata.LabelProviderRegistry
-
- setOrigin(String) - Method in class org.jboss.windup.config.builder.RuleProviderBuilder
-
- setOrigin(String) - Method in class org.jboss.windup.config.metadata.LabelMetadataBuilder
-
- setOrigin(String) - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
Set the descriptive information indicating where the corresponding
RuleProvider instance is located (eg, a path to an XML file on disk,
or an
Addon coordinate and class name).
- setOutputVariablesName(String) - Method in class org.jboss.windup.config.condition.GraphCondition
-
- setOverrideProvider(boolean) - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
Sets whether or not this provider's rules should override rules from other providers
with the same ID.
- setParameterStore(ParameterStore) - Method in class org.jboss.windup.config.condition.ParamCondition
-
- setParameterStore(ParameterStore) - Method in class org.jboss.windup.config.operation.Iteration
-
These are really just needed to pass through to the condition, since the visitor system
doesn't expect operations to have conditions and wouldn't otherwise find them.
- setParameterStore(ParameterStore) - Method in class org.jboss.windup.config.operation.Log
-
- setParameterStore(ParameterStore) - Method in class org.jboss.windup.config.RuleSubset
-
- setPayloadManager(IterationPayloadManager) - Method in class org.jboss.windup.config.operation.Iteration
-
- setPhase(Class<? extends RulePhase>) - Method in class org.jboss.windup.config.builder.RuleProviderBuilder
-
- setPhase(Class<? extends RulePhase>) - Method in interface org.jboss.windup.config.builder.RuleProviderBuilderMetadataSetPhase
-
- setPhase(Class<? extends RulePhase>) - Method in interface org.jboss.windup.config.builder.RuleProviderBuilderSetPhase
-
- setPhase(Class<? extends RulePhase>) - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
Set the
RulePhase in which the
Rule instances from the corresponding
RuleProvider instance should be executed.
- setProviders(List<LabelProvider>) - Method in class org.jboss.windup.config.metadata.LabelProviderRegistry
-
- setProviders(List<RuleProvider>) - Method in class org.jboss.windup.config.metadata.RuleProviderRegistry
-
- setPseudo(boolean) - Method in class org.jboss.windup.config.tags.Tag
-
- setResults(GraphRewrite, String, Iterable<? extends WindupVertexFrame>) - Method in class org.jboss.windup.config.condition.GraphCondition
-
This sets the variable with the given name to the given value.
- setRules(RuleProvider, List<Rule>) - Method in class org.jboss.windup.config.metadata.RuleProviderRegistry
-
- setRulesetMetadata(RulesetMetadata) - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- setSingletonVariable(String, WindupVertexFrame) - Method in class org.jboss.windup.config.Variables
-
Type-safe wrapper around setVariable which sets only one framed vertex.
- setState(RewriteState) - Method in class org.jboss.windup.config.DefaultEvaluationContext
-
- setTags(List<String>) - Method in class org.jboss.windup.config.metadata.MetadataBuilder
-
- setTitle(String) - Method in class org.jboss.windup.config.tags.Tag
-
- setVariable(String, Iterable<? extends WindupVertexFrame>) - Method in class org.jboss.windup.config.Variables
-
Set a variable in the top variables layer to given "collection" of the vertex frames.
- setVariableName(String) - Method in class org.jboss.windup.config.operation.iteration.AbstractIterationOperation
-
- setWindupStopException(WindupStopException) - Method in class org.jboss.windup.config.GraphRewrite
-
Stores the exception which holds information if, and where, the Windup stopped (typically on an external request).
- shouldWindupStop() - Method in class org.jboss.windup.config.AbstractRuleLifecycleListener
-
- shouldWindupStop() - Method in class org.jboss.windup.config.GraphRewrite
-
- shouldWindupStop() - Method in interface org.jboss.windup.config.RuleLifecycleListener
-
Returns directly the information whether Windup execution should stop.
- SingleRuleProvider - Class in org.jboss.windup.config.ruleprovider
-
- SingleRuleProvider() - Constructor for class org.jboss.windup.config.ruleprovider.SingleRuleProvider
-
- SingleRuleProvider(RuleProviderMetadata) - Constructor for class org.jboss.windup.config.ruleprovider.SingleRuleProvider
-
- SingleRuleProvider(Class<? extends RuleProvider>, String) - Constructor for class org.jboss.windup.config.ruleprovider.SingleRuleProvider
-
- singleVariableIterationName(String) - Static method in class org.jboss.windup.config.operation.Iteration
-
Calculates the default name for the single variable in the selection with the given name.
- SkipReportsRenderingOption - Class in org.jboss.windup.config
-
Indicates whether Windup processing should render reports at all.
- SkipReportsRenderingOption() - Constructor for class org.jboss.windup.config.SkipReportsRenderingOption
-
- startElement(String, String, String, Attributes) - Method in class org.jboss.windup.config.tags.TagsSaxHandler
-
- SUCCESS - Static variable in class org.jboss.windup.config.ValidationResult
-
Indicates that the validation was successful (with no attached message).
- validate(Object) - Method in class org.jboss.windup.config.AbstractPathConfigurationOption
-
- validate(Object) - Method in interface org.jboss.windup.config.ConfigurationOption
-
Validate the user indicated value and return the result.
- validate(Object) - Method in class org.jboss.windup.config.KeepWorkDirsOption
-
- validate(Object) - Method in class org.jboss.windup.config.SkipReportsRenderingOption
-
- ValidationResult - Class in org.jboss.windup.config
-
Indicates the result of a validation operation.
- ValidationResult(ValidationResult.Level, String, boolean) - Constructor for class org.jboss.windup.config.ValidationResult
-
Indicates the success of failure of a validation, as well as a short informative message for the user and what value to assume as a default for
the prompt message.
- ValidationResult(ValidationResult.Level, String) - Constructor for class org.jboss.windup.config.ValidationResult
-
Indicates the success of failure of a validation, as well as a short informative message for the user.
- ValidationResult() - Constructor for class org.jboss.windup.config.ValidationResult
-
DO NOT USE - This is here so that Furnace can create proxies.
- ValidationResult.Level - Enum in org.jboss.windup.config
-
- valueOf(String) - Static method in enum org.jboss.windup.config.InputType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.windup.config.metadata.RuleMetadataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.windup.config.query.QueryPropertyComparisonType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.windup.config.ValidationResult.Level
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jboss.windup.config.InputType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.windup.config.metadata.RuleMetadataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.windup.config.query.QueryPropertyComparisonType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.windup.config.ValidationResult.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Variables - Class in org.jboss.windup.config
-
A variables stack - keeps few layers of "key"->[vertices] maps, one per rule execution level,
Iteration and
RuleSubset.
- versionRangesOverlap(VersionRange) - Method in class org.jboss.windup.config.metadata.TechnologyReference
-
Takes the given VersionRange objects and returns true if there is any overlap between the two
ranges.