- AbstractCommandExecutionListener - Class in org.jboss.forge.addon.ui.command
-
- AbstractCommandExecutionListener() - Constructor for class org.jboss.forge.addon.ui.command.AbstractCommandExecutionListener
-
- AbstractConverter<SOURCETYPE,TARGETTYPE> - Class in org.jboss.forge.addon.convert
-
- AbstractConverter(Class<SOURCETYPE>, Class<TARGETTYPE>) - Constructor for class org.jboss.forge.addon.convert.AbstractConverter
-
- AbstractFacet<FACETEDTYPE extends Faceted<?>> - Class in org.jboss.forge.addon.facets
-
A base convenience
Facet
abstract class.
- AbstractFacet() - Constructor for class org.jboss.forge.addon.facets.AbstractFacet
-
- AbstractFaceted<FACETTYPE extends Facet<?>> - Class in org.jboss.forge.addon.facets
-
- AbstractFaceted() - Constructor for class org.jboss.forge.addon.facets.AbstractFaceted
-
- AbstractFileResource<T extends FileResource<T>> - Class in org.jboss.forge.addon.resource
-
A standard, built-in resource for representing files on the filesystem.
- AbstractFileResource(ResourceFactory, File) - Constructor for class org.jboss.forge.addon.resource.AbstractFileResource
-
- AbstractJavaSourceCommand<SOURCETYPE extends org.jboss.forge.roaster.model.source.JavaSource<?>> - Class in org.jboss.forge.addon.parser.java.ui
-
- AbstractJavaSourceCommand() - Constructor for class org.jboss.forge.addon.parser.java.ui.AbstractJavaSourceCommand
-
- AbstractJLSUIValidator - Class in org.jboss.forge.addon.parser.java.ui.validators
-
- AbstractJLSUIValidator() - Constructor for class org.jboss.forge.addon.parser.java.ui.validators.AbstractJLSUIValidator
-
- AbstractProject - Class in org.jboss.forge.addon.projects
-
Convenience base class for
Project
implementations.
- AbstractProject() - Constructor for class org.jboss.forge.addon.projects.AbstractProject
-
- AbstractProjectCommand - Class in org.jboss.forge.addon.projects.ui
-
- AbstractProjectCommand() - Constructor for class org.jboss.forge.addon.projects.ui.AbstractProjectCommand
-
- AbstractResource<T> - Class in org.jboss.forge.addon.resource
-
- AbstractResource(ResourceFactory, Resource<?>) - Constructor for class org.jboss.forge.addon.resource.AbstractResource
-
- AbstractShellCommand - Class in org.jboss.forge.addon.shell.ui
-
Base class for Shell-only commands
- AbstractShellCommand() - Constructor for class org.jboss.forge.addon.shell.ui.AbstractShellCommand
-
- AbstractUICommand - Class in org.jboss.forge.addon.ui.command
-
This class provides a skeletal implementation of the UICommand interface
- AbstractUICommand() - Constructor for class org.jboss.forge.addon.ui.command.AbstractUICommand
-
- AbstractUIContext - Class in org.jboss.forge.addon.ui.context
-
This class provides a skeletal implementation of the UIContext interface, to minimize the effort required to
implement this interface.
- AbstractUIContext() - Constructor for class org.jboss.forge.addon.ui.context.AbstractUIContext
-
- accept(Dependency) - Method in class org.jboss.forge.addon.dependencies.util.NonSnapshotDependencyFilter
-
- accept(UIContext) - Method in class org.jboss.forge.addon.parser.java.ui.RequiresJavaResourcePredicate
-
- accept(UIContext) - Method in class org.jboss.forge.addon.projects.ui.RequiresProjectPredicate
-
- accept(UIContext) - Method in class org.jboss.forge.addon.ui.annotation.predicate.DisabledPredicate
-
- accept(UIContext) - Method in class org.jboss.forge.addon.ui.annotation.predicate.EnabledPredicate
-
- accept(UIContext) - Method in class org.jboss.forge.addon.ui.annotation.predicate.GUIEnabledPredicate
-
- accept(UIContext) - Method in class org.jboss.forge.addon.ui.annotation.predicate.NonGUIEnabledPredicate
-
- add(String) - Method in class org.jboss.forge.addon.git.gitignore.GitIgnoreTemplateGroup
-
- add(Git, String) - Method in interface org.jboss.forge.addon.git.GitUtils
-
Stages the files matching the given pattern from the working tree to the GIT index.
- add(String, Object) - Method in class org.jboss.forge.addon.text.highlight.Options
-
- add(String[], T) - Method in class org.jboss.forge.addon.text.highlight.WordList
-
- add(InputComponent<?, ?>) - Method in interface org.jboss.forge.addon.ui.context.UIBuilder
-
Implementations should call this method in order to make the
InputComponent
available in the UI
- add(Class<? extends UICommand>) - Method in class org.jboss.forge.addon.ui.result.navigation.NavigationResultBuilder
-
Add a UICommand type to create a single navigation entry.
- add(UICommand) - Method in class org.jboss.forge.addon.ui.result.navigation.NavigationResultBuilder
-
Add a UICommand instance to create a single navigation entry.
- add(NavigationResult) - Method in class org.jboss.forge.addon.ui.result.navigation.NavigationResultBuilder
-
Add a UICommand instance to create a single navigation entry.
- add(UICommandMetadata, Iterable<Class<? extends UICommand>>) - Method in class org.jboss.forge.addon.ui.result.navigation.NavigationResultBuilder
-
Add multiple UICommand types to create a single navigation entry.
- AddAddonDependencyCommand - Interface in org.jboss.forge.addon.addons.ui
-
- addAll(Git) - Method in interface org.jboss.forge.addon.git.GitUtils
-
Stages all the new, modified and deleted files from the working tree to the GIT index.
- addArchetypeCatalogFactory(ArchetypeCatalogFactory) - Method in interface org.jboss.forge.addon.maven.archetype.ArchetypeCatalogFactoryRegistry
-
- addArchetypeCatalogFactory(String, URL) - Method in interface org.jboss.forge.addon.maven.archetype.ArchetypeCatalogFactoryRegistry
-
- addArchetypeCatalogFactory(String, URL, String) - Method in interface org.jboss.forge.addon.maven.archetype.ArchetypeCatalogFactoryRegistry
-
- addArguments(String...) - Method in interface org.jboss.forge.addon.projects.building.ProjectBuilder
-
Manually add an argument to be passed to the underlying build system.
- addAttribute(String, String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
-
- addChild(String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
-
- addChild(PluginElement) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
-
- addChild(PluginElement) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementImpl
-
- addCommandExecutionListener(CommandExecutionListener) - Method in interface org.jboss.forge.addon.shell.Shell
-
- addCommandExecutionListener(CommandExecutionListener) - Method in class org.jboss.forge.addon.ui.context.AbstractUIContext
-
- addCommandExecutionListener(CommandExecutionListener) - Method in interface org.jboss.forge.addon.ui.context.UIContext
-
- addCommandNotFoundListener(CommandNotFoundListener) - Method in interface org.jboss.forge.addon.shell.Shell
-
- addConfigurationElement(ConfigurationElement) - Method in interface org.jboss.forge.addon.maven.plugins.Configuration
-
- addConfigurationElement(ConfigurationElement) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationBuilder
-
- addConfigurationElement(ConfigurationElement) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationImpl
-
- AddDependenciesCommand - Interface in org.jboss.forge.addon.projects.ui.dependencies
-
- addDependency(Dependency) - Method in class org.jboss.forge.addon.maven.profiles.ProfileBuilder
-
- addDirectDependency(Dependency) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
-
- addDirectManagedDependency(Dependency) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
-
Add the given managed
Dependency
to this
Project
's immediate list of managed dependencies.
- addErrorMessage(String) - Method in class org.jboss.forge.addon.javaee.rest.generation.MessageCollector
-
- addExclusion(Coordinate) - Method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
-
- addExecution(Execution) - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginBuilder
-
- addExecution(Execution) - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginImpl
-
- addFieldTo(JavaClassSource, String, String, String...) - Method in class org.jboss.forge.addon.parser.java.beans.FieldOperations
-
Adds the field with private visibility, including getter and setter, updating the toString()
- addFieldTo(JavaClassSource, String, String, Visibility, boolean, boolean, boolean, String...) - Method in class org.jboss.forge.addon.parser.java.beans.FieldOperations
-
Adds the field, updating the toString().
- addFieldTo(JavaClassSource, String, String, Visibility, boolean, boolean, String...) - Method in class org.jboss.forge.addon.parser.java.beans.FieldOperations
-
Adds the field, updating the toString().
- addGoal(String) - Method in class org.jboss.forge.addon.maven.plugins.ExecutionBuilder
-
- addGoal(String) - Method in class org.jboss.forge.addon.maven.plugins.ExecutionImpl
-
- addInformationMessage(String) - Method in class org.jboss.forge.addon.javaee.rest.generation.MessageCollector
-
- addIrregular(String, String) - Method in class org.jboss.forge.addon.text.Inflector
-
- AddManagedDependenciesCommand - Interface in org.jboss.forge.addon.projects.ui.dependencies
-
- addManagedDependency(Dependency) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
-
Add the given managed
Dependency
to this
Project
's immediate list of managed dependencies.
- addManagedPlugin(MavenPlugin) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
-
- addManagedPlugin(MavenPlugin, Profile) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
-
Add the given managed
MavenPlugin
to this
Project
's list of managed plugins under the specified
profile.
- addMessage(BuildMessage.Severity, String) - Method in class org.jboss.forge.addon.projects.building.BuildResultBuilder
-
- addMessage(BuildMessage) - Method in class org.jboss.forge.addon.projects.building.BuildResultBuilder
-
- AddonAddonFacet - Class in org.jboss.forge.addon.addons.facets
-
Configures the project as an Addon SPI project
- AddonAddonFacet() - Constructor for class org.jboss.forge.addon.addons.facets.AddonAddonFacet
-
- AddonAPIFacet - Class in org.jboss.forge.addon.addons.facets
-
Ensures that a project is configured as a jar with access to the Furnace APIs.
- AddonAPIFacet() - Constructor for class org.jboss.forge.addon.addons.facets.AddonAPIFacet
-
- AddonClassifierFacet - Class in org.jboss.forge.addon.addons.facets
-
Ensures that a project is configured as a forge-addon with access to the Furnace APIs, and provides a default
AddonLifecycleProvider
.
- AddonClassifierFacet() - Constructor for class org.jboss.forge.addon.addons.facets.AddonClassifierFacet
-
- AddonImplFacet - Class in org.jboss.forge.addon.addons.facets
-
Ensures that a project is configured as a jar with access to the Furnace APIs.
- AddonImplFacet() - Constructor for class org.jboss.forge.addon.addons.facets.AddonImplFacet
-
- AddonParentFacet - Class in org.jboss.forge.addon.addons.facets
-
Configures the project as an complex forge-addon project.
- AddonParentFacet() - Constructor for class org.jboss.forge.addon.addons.facets.AddonParentFacet
-
- AddonProjectConfigurator - Interface in org.jboss.forge.addon.addons.project
-
Creates Furnace Addon projects
- AddonSPIFacet - Class in org.jboss.forge.addon.addons.facets
-
Configures the project as an Addon SPI project
- AddonSPIFacet() - Constructor for class org.jboss.forge.addon.addons.facets.AddonSPIFacet
-
- AddonTestFacet - Class in org.jboss.forge.addon.addons.facets
-
Configures the project as an Addon Test project
- AddonTestFacet() - Constructor for class org.jboss.forge.addon.addons.facets.AddonTestFacet
-
- addPattern(String) - Method in interface org.jboss.forge.addon.git.gitignore.resources.GitIgnoreResource
-
- addPatterns(String[]) - Method in interface org.jboss.forge.addon.git.gitignore.resources.GitIgnoreResource
-
- addPlugin(MavenPlugin) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
-
- addPlugin(MavenPlugin, Profile) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
-
- addPluginDependency(Dependency) - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginBuilder
-
- addPluginDependency(Dependency) - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginImpl
-
- addPluginRepository(String, String) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
-
Add a repository to the project build system.
- addPluginRepository(String, String, Profile) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
-
Add a repository to the project build system.
- addPluralize(String, String) - Method in class org.jboss.forge.addon.text.Inflector
-
- addProjectListener(ProjectListener) - Method in interface org.jboss.forge.addon.projects.ProjectFactory
-
Register a listener for
Project
events.
- addProperty(String, Object) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Add a property to the configuration.
- addProperty(String, String) - Method in class org.jboss.forge.addon.maven.profiles.ProfileBuilder
-
- addRepository(DependencyRepository) - Method in class org.jboss.forge.addon.maven.profiles.ProfileBuilder
-
- addRepository(String, String) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
-
Add a repository to the project build system.
- AddRepositoryCommand - Interface in org.jboss.forge.addon.projects.ui.repositories
-
- addResourceListener(ResourceListener) - Method in interface org.jboss.forge.addon.resource.monitor.ResourceMonitor
-
Register a listener for resource events.
- addSingularize(String, String) - Method in class org.jboss.forge.addon.text.Inflector
-
- addToEndpoints(JavaResource) - Method in class org.jboss.forge.addon.javaee.rest.generation.RestGeneratedResources
-
- addToEndpoints(Collection<JavaResource>) - Method in class org.jboss.forge.addon.javaee.rest.generation.RestGeneratedResources
-
- addToEntities(JavaResource) - Method in class org.jboss.forge.addon.javaee.rest.generation.RestGeneratedResources
-
- addToEntities(Collection<JavaResource>) - Method in class org.jboss.forge.addon.javaee.rest.generation.RestGeneratedResources
-
- addToOthers(JavaResource) - Method in class org.jboss.forge.addon.javaee.rest.generation.RestGeneratedResources
-
- addToOthers(Collection<JavaResource>) - Method in class org.jboss.forge.addon.javaee.rest.generation.RestGeneratedResources
-
- addTransactionListener(ResourceTransactionListener) - Method in interface org.jboss.forge.addon.resource.ResourceFactory
-
- addUncountable(String...) - Method in class org.jboss.forge.addon.text.Inflector
-
- addValidationError(InputComponent<?, ?>, String) - Method in interface org.jboss.forge.addon.ui.context.UIValidationContext
-
Implementations should call this method to let the UI provider aware of possible errors
- addValidationInformation(InputComponent<?, ?>, String) - Method in interface org.jboss.forge.addon.ui.context.UIValidationContext
-
Implementations should call this method to let the UI provider aware of possible informations
- addValidationWarning(InputComponent<?, ?>, String) - Method in interface org.jboss.forge.addon.ui.context.UIValidationContext
-
Implementations should call this method to let the UI provider aware of possible warnings
- addValidator(UIValidator) - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
- addValidatorMethod(JavaResource, String) - Method in interface org.jboss.forge.addon.javaee.faces.FacesOperations
-
- addValueChangeListener(ValueChangeListener) - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
Listens for changes in the value of this input
- addWarningMessage(String) - Method in class org.jboss.forge.addon.javaee.rest.generation.MessageCollector
-
- aggregate(Iterable<Result>) - Static method in class org.jboss.forge.addon.ui.result.Results
-
- AMP - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
-
- ANNOTATION - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
-
- ANY_WORD - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
-
- apply(String) - Method in class org.jboss.forge.addon.text.Inflector.Rule
-
Apply the rule against the input string, returning the modified string or null if the rule didn't apply (and no
modifications were made)
- ArchetypeCatalogFactory - Interface in org.jboss.forge.addon.maven.archetype
-
Provides a list of catalogs to be used
- ArchetypeCatalogFactoryRegistry - Interface in org.jboss.forge.addon.maven.archetype
-
- areElementsEqual(Iterable<?>, Iterable<?>) - Static method in class org.jboss.forge.addon.ui.util.InputComponents
-
Determines whether two iterables contain equal elements in the same order.
- areEqual(Object, Object) - Static method in class org.jboss.forge.addon.ui.util.InputComponents
-
Determines whether two possibly-null objects are equal.
- areEquivalent(Dependency, Dependency) - Static method in class org.jboss.forge.addon.dependencies.util.Dependencies
-
- areEquivalent(Coordinate, Coordinate) - Static method in class org.jboss.forge.addon.dependencies.util.Dependencies
-
- associate(Project, Resource<?>) - Method in interface org.jboss.forge.addon.projects.ProjectAssociationProvider
-
Create a parent-child association between the given
Project
and the given parent
Resource
.
- ATTR_NAME - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
-
- calculateDefaultPackage(UIContext) - Method in class org.jboss.forge.addon.parser.java.ui.AbstractJavaSourceCommand
-
- calculateName(JavaResource) - Method in interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet
-
Return the class name for the given
JavaResource
whether it exists or not.
- calculatePackage(JavaResource) - Method in interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet
-
Return the package for the given
JavaResource
whether it exists or not.
- camelCase(String, boolean, char...) - Method in class org.jboss.forge.addon.text.Inflector
-
By default, this method converts strings to UpperCamelCase.
- canAddFieldToToString(Field<JavaClassSource>) - Method in class org.jboss.forge.addon.parser.java.beans.FieldOperations
-
- canAssociate(Project, Resource<?>) - Method in interface org.jboss.forge.addon.projects.ProjectAssociationProvider
-
Return true if this provide is capable of creating a parent-child association between the given
Project
and the given parent
Resource
.
- cancel() - Method in interface org.jboss.forge.addon.resource.monitor.ResourceMonitor
-
Cancels this monitor.
- canExecute() - Method in interface org.jboss.forge.addon.ui.controller.CommandController
-
- canMoveToNextStep() - Method in interface org.jboss.forge.addon.ui.controller.WizardCommandController
-
Return
true
if navigation to the next
UIWizardStep
is possible.
- canMoveToPreviousStep() - Method in interface org.jboss.forge.addon.ui.controller.WizardCommandController
-
Return
true
if navigation to the previous
UIWizardStep
is possible.
- CantMergeCommitException - Exception in org.jboss.forge.addon.git.exceptions
-
- CantMergeCommitException(String, Throwable) - Constructor for exception org.jboss.forge.addon.git.exceptions.CantMergeCommitException
-
- CantMergeCommitException(String) - Constructor for exception org.jboss.forge.addon.git.exceptions.CantMergeCommitException
-
- capitalize(String) - Method in class org.jboss.forge.addon.text.Inflector
-
Returns a copy of the input with the first character converted to uppercase and the remainder to lowercase.
- Categories - Class in org.jboss.forge.addon.ui.util
-
Utility for creating hierarchical
UICategory
instances.
- Categories() - Constructor for class org.jboss.forge.addon.ui.util.Categories
-
- Category - Interface in org.jboss.forge.addon.environment
-
Marker interface restricting the possible keys in an
Environment
- category(UICategory) - Method in class org.jboss.forge.addon.ui.util.Metadata
-
- CDATA_END - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
-
- CDATA_ERROR - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
-
- CDATA_START - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
-
- CDIFacet<T extends org.jboss.shrinkwrap.descriptor.api.Descriptor> - Interface in org.jboss.forge.addon.javaee.cdi
-
If installed, this
Project
supports features from the CDI specification.
- CDIFacet_1_0 - Interface in org.jboss.forge.addon.javaee.cdi
-
- CDIFacet_1_1 - Interface in org.jboss.forge.addon.javaee.cdi
-
- CDISetupCommand - Interface in org.jboss.forge.addon.javaee.cdi.ui
-
Marker interface used to reference CDI Setup command from external addons
- CHAR - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JSONScanner
-
- check(String) - Method in class org.jboss.forge.addon.text.highlight.StringScanner
-
- check(Pattern) - Method in class org.jboss.forge.addon.text.highlight.StringScanner
-
- CHECKBOX - Static variable in class org.jboss.forge.addon.ui.hints.InputType
-
- checkout(Git, String, boolean, CreateBranchCommand.SetupUpstreamMode, boolean) - Method in interface org.jboss.forge.addon.git.GitUtils
-
Checks out or creates a given GIT branch.
- checkout(Git, Ref, CreateBranchCommand.SetupUpstreamMode, boolean) - Method in interface org.jboss.forge.addon.git.GitUtils
-
Checks out an already existing branch.
- cherryPick(Git, Ref) - Method in interface org.jboss.forge.addon.git.GitUtils
-
Cherry-picks a given commit to the current HEAD.
- cherryPickNoMerge(Git, Ref) - Method in interface org.jboss.forge.addon.git.GitUtils
-
Does the same as the original cherry-pick except committing after running merger.
- ClassLoaderFacet - Interface in org.jboss.forge.addon.projects.facets
-
- ClassNameUIValidator - Class in org.jboss.forge.addon.parser.java.ui.validators
-
- ClassNameUIValidator() - Constructor for class org.jboss.forge.addon.parser.java.ui.validators.ClassNameUIValidator
-
- clear() - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Remove all properties from the configuration.
- clear() - Method in class org.jboss.forge.addon.text.Inflector
-
Completely remove all rules within this inflector.
- clearListeners() - Method in class org.jboss.forge.addon.ui.context.AbstractUIContext
-
- clearProperty(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Remove a property from the configuration.
- ClientFactory - Class in org.jboss.forge.addon.rest
-
Service to create REST clients
- ClientFactory() - Constructor for class org.jboss.forge.addon.rest.ClientFactory
-
- clone(DirectoryResource, String) - Method in interface org.jboss.forge.addon.git.GitUtils
-
Clones a GIT repository.
- clone() - Method in class org.jboss.forge.addon.text.highlight.WordList
-
- clone() - Method in class org.jboss.forge.addon.text.Inflector
-
- CLONE_LOCATION_KEY - Static variable in interface org.jboss.forge.addon.git.constants.GitConstants
-
- close(Git) - Method in interface org.jboss.forge.addon.git.GitUtils
-
Closes the resources and decrements the use count of the given repository.
- close() - Method in class org.jboss.forge.addon.ui.context.AbstractUIContext
-
- close() - Method in class org.jboss.forge.addon.ui.test.impl.UIContextImpl
-
- color(TokenType) - Method in class org.jboss.forge.addon.text.highlight.Encoder.AbstractEncoder
-
- column(int) - Method in class org.jboss.forge.addon.text.highlight.StringScanner
-
Find the column number of current position.
- Command - Annotation Type in org.jboss.forge.addon.ui.annotation
-
Represents a single command to be run on a Shell.
- CommandController - Interface in org.jboss.forge.addon.ui.controller
-
- CommandControllerFactory - Interface in org.jboss.forge.addon.ui.controller
-
- CommandExecutionListener - Interface in org.jboss.forge.addon.ui.command
-
A listener for the
UICommand
execution lifecycle.
- CommandFactory - Interface in org.jboss.forge.addon.ui.command
-
- CommandNotFoundListener - Interface in org.jboss.forge.addon.shell
-
Listens for missing commands in
Shell
- CommandProvider - Interface in org.jboss.forge.addon.ui.command
-
Responsible for providing
UICommand
instances.
- Commands - Class in org.jboss.forge.addon.ui.util
-
A utiliy class to handle commands
- Commands() - Constructor for class org.jboss.forge.addon.ui.util.Commands
-
- CommandScoped - Annotation Type in org.jboss.forge.addon.ui.cdi
-
Declares a bean as being scoped to the current
UICommand
.
- COMMENT - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
-
- COMMENT - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
-
- COMMENT2 - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
-
- commit(Git, String) - Method in interface org.jboss.forge.addon.git.GitUtils
-
Creates a new commit with the current contents of the index along with a log message.
- commit() - Method in interface org.jboss.forge.addon.resource.transaction.ResourceTransaction
-
- commitAll(Git, String) - Method in interface org.jboss.forge.addon.git.GitUtils
-
Stages all the new, modified and deleted files to the index and creates a commit from its current contents.
- compare(Class<?>, Class<?>) - Method in class org.jboss.forge.addon.resource.util.RelatedClassComparator
-
- CompositeConverter - Class in org.jboss.forge.addon.convert
-
- CompositeConverter(Converter...) - Constructor for class org.jboss.forge.addon.convert.CompositeConverter
-
- CompositeResult - Interface in org.jboss.forge.addon.ui.result
-
- CompositeUIValidator - Class in org.jboss.forge.addon.ui.validate
-
- CompositeUIValidator(Iterable<? extends UIValidator>) - Constructor for class org.jboss.forge.addon.ui.validate.CompositeUIValidator
-
- CompositeUIValidator(UIValidator, UIValidator...) - Constructor for class org.jboss.forge.addon.ui.validate.CompositeUIValidator
-
- Configurable<DESCRIPTOR> - Interface in org.jboss.forge.addon.javaee
-
This interface should be implemented by
Facet
s that supports configuration descriptors
- Configuration - Interface in org.jboss.forge.addon.configuration
-
- Configuration - Interface in org.jboss.forge.addon.maven.plugins
-
A Maven plugin Configuration object.
- CONFIGURATION_FILE - Static variable in interface org.jboss.forge.addon.configuration.facets.ConfigurationFacet
-
The name of the configuration file created inside the project
- ConfigurationBuilder - Class in org.jboss.forge.addon.maven.plugins
-
- ConfigurationElement - Interface in org.jboss.forge.addon.maven.plugins
-
- ConfigurationElementBuilder - Class in org.jboss.forge.addon.maven.plugins
-
- ConfigurationElementImpl - Class in org.jboss.forge.addon.maven.plugins
-
- ConfigurationElementImpl() - Constructor for class org.jboss.forge.addon.maven.plugins.ConfigurationElementImpl
-
- ConfigurationElementNotFoundException - Exception in org.jboss.forge.addon.maven.plugins
-
- ConfigurationElementNotFoundException() - Constructor for exception org.jboss.forge.addon.maven.plugins.ConfigurationElementNotFoundException
-
- ConfigurationElementNotFoundException(String) - Constructor for exception org.jboss.forge.addon.maven.plugins.ConfigurationElementNotFoundException
-
- ConfigurationElementNotFoundException(String, Throwable) - Constructor for exception org.jboss.forge.addon.maven.plugins.ConfigurationElementNotFoundException
-
- ConfigurationException - Exception in org.jboss.forge.addon.configuration
-
- ConfigurationException() - Constructor for exception org.jboss.forge.addon.configuration.ConfigurationException
-
- ConfigurationException(String) - Constructor for exception org.jboss.forge.addon.configuration.ConfigurationException
-
- ConfigurationException(String, Throwable) - Constructor for exception org.jboss.forge.addon.configuration.ConfigurationException
-
- ConfigurationException - Exception in org.jboss.forge.addon.maven.plugins
-
- ConfigurationException(String, Exception) - Constructor for exception org.jboss.forge.addon.maven.plugins.ConfigurationException
-
- ConfigurationFacet - Interface in org.jboss.forge.addon.configuration.facets
-
Returns the configuration for a given project
- ConfigurationFactory - Interface in org.jboss.forge.addon.configuration
-
Configuration factory
- ConfigurationImpl - Class in org.jboss.forge.addon.maven.plugins
-
- ConfigurationImpl() - Constructor for class org.jboss.forge.addon.maven.plugins.ConfigurationImpl
-
- ConfigurationImpl(Xpp3Dom) - Constructor for class org.jboss.forge.addon.maven.plugins.ConfigurationImpl
-
- configure(PersistenceUnitCommon, JPADataSource, Project) - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceProvider
-
- CONSTANTS - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
-
- ConstraintType - Interface in org.jboss.forge.addon.javaee.validation
-
- containsKey(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Check if the configuration contains the specified key.
- containsProject(Resource<?>) - Method in interface org.jboss.forge.addon.projects.ProjectFactory
-
- containsProject(Resource<?>, ProjectProvider) - Method in interface org.jboss.forge.addon.projects.ProjectFactory
-
- containsProject(Resource<?>, Resource<?>) - Method in interface org.jboss.forge.addon.projects.ProjectFactory
-
- containsProject(Resource<?>, Resource<?>, ProjectProvider) - Method in interface org.jboss.forge.addon.projects.ProjectFactory
-
- containsProject(Resource<?>) - Method in interface org.jboss.forge.addon.projects.ProjectProvider
-
- containsProject(ProjectFactory, UIContext) - Static method in class org.jboss.forge.addon.projects.Projects
-
- containsProject(UIContext) - Method in class org.jboss.forge.addon.projects.ui.AbstractProjectCommand
-
- CONTENT - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JSONScanner
-
- CONTENT_2 - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JSONScanner
-
- contentOf(String) - Method in interface org.jboss.forge.addon.git.facet.GitIgnoreFacet
-
Read the content of a gitignore template
- contextDestroyed(UIContext) - Method in interface org.jboss.forge.addon.ui.context.UIContextListener
-
Invoked after the interaction takes place.
- contextInitialized(UIContext) - Method in interface org.jboss.forge.addon.ui.context.UIContextListener
-
Invoked before interaction takes place (before command dialog is fired or tab is pressed in shell)
- ConversionException - Exception in org.jboss.forge.addon.convert.exception
-
Thrown when a conversion using a
Converter
fails
- ConversionException() - Constructor for exception org.jboss.forge.addon.convert.exception.ConversionException
-
- ConversionException(String, Throwable) - Constructor for exception org.jboss.forge.addon.convert.exception.ConversionException
-
- ConversionException(String) - Constructor for exception org.jboss.forge.addon.convert.exception.ConversionException
-
- convert(Object) - Method in class org.jboss.forge.addon.convert.CompositeConverter
-
This method always returns the last object converted from the list
- convert(SOURCE_TYPE) - Method in interface org.jboss.forge.addon.convert.Converter
-
Convert the source of type SOURCE_TYPE to target type TARGET_TYPE.
- convert(String) - Method in class org.jboss.forge.addon.dependencies.convert.DependencyConverter
-
- Converter<SOURCE_TYPE,TARGET_TYPE> - Interface in org.jboss.forge.addon.convert
-
Converts from a given SOURCE_TYPE to TARGET_TYPE
- ConverterFactory - Interface in org.jboss.forge.addon.convert
-
- ConverterGenerator - Interface in org.jboss.forge.addon.convert
-
- ConverterNotFoundException - Exception in org.jboss.forge.addon.convert.exception
-
Thrown when a converter is not found in the registry
- ConverterNotFoundException() - Constructor for exception org.jboss.forge.addon.convert.exception.ConverterNotFoundException
-
- ConverterNotFoundException(Class<?>, Class<?>) - Constructor for exception org.jboss.forge.addon.convert.exception.ConverterNotFoundException
-
- ConverterNotFoundException(String, Throwable) - Constructor for exception org.jboss.forge.addon.convert.exception.ConverterNotFoundException
-
- ConverterNotFoundException(String) - Constructor for exception org.jboss.forge.addon.convert.exception.ConverterNotFoundException
-
- convertToUIInputValue(ConverterFactory, InputComponent<?, ?>, Object) - Static method in class org.jboss.forge.addon.ui.util.InputComponents
-
Returns the converted value that matches the input.
- Coordinate - Interface in org.jboss.forge.addon.dependencies
-
- CoordinateBuilder - Class in org.jboss.forge.addon.dependencies.builder
-
- copyFile(File, File) - Method in enum org.jboss.forge.addon.resource.DefaultFileOperations
-
- copyFile(File, File) - Method in interface org.jboss.forge.addon.resource.FileOperations
-
- CoreConstraints - Enum in org.jboss.forge.addon.javaee.validation
-
- create(String) - Static method in class org.jboss.forge.addon.dependencies.builder.CoordinateBuilder
-
Creates a Coordinate
- create(Map<String, String>) - Static method in class org.jboss.forge.addon.dependencies.builder.CoordinateBuilder
-
- create(Coordinate) - Static method in class org.jboss.forge.addon.dependencies.builder.CoordinateBuilder
-
- create() - Static method in class org.jboss.forge.addon.dependencies.builder.CoordinateBuilder
-
- create() - Static method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
-
- create(Dependency) - Static method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
-
- create(String) - Static method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
-
- create(DependencyNode, Dependency) - Static method in class org.jboss.forge.addon.dependencies.builder.DependencyNodeBuilder
-
- create(String) - Static method in class org.jboss.forge.addon.dependencies.builder.DependencyQueryBuilder
-
- create(Coordinate) - Static method in class org.jboss.forge.addon.dependencies.builder.DependencyQueryBuilder
-
- create(DependencyQuery) - Static method in class org.jboss.forge.addon.dependencies.builder.DependencyQueryBuilder
-
- create(FACETEDTYPE, Class<FACETTYPE>) - Method in interface org.jboss.forge.addon.facets.FacetFactory
-
Create a new instance of the given
Facet
type.
- create(Class<T>) - Static method in class org.jboss.forge.addon.javaee.Descriptors
-
- create(Class<T>, String) - Static method in class org.jboss.forge.addon.javaee.Descriptors
-
- create() - Static method in class org.jboss.forge.addon.maven.plugins.ConfigurationBuilder
-
- create(MavenPluginBuilder) - Static method in class org.jboss.forge.addon.maven.plugins.ConfigurationBuilder
-
- create(Configuration, MavenPluginBuilder) - Static method in class org.jboss.forge.addon.maven.plugins.ConfigurationBuilder
-
- create() - Static method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
-
- create(ConfigurationBuilder) - Static method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
-
- create(ConfigurationElementBuilder) - Static method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
-
- create() - Static method in class org.jboss.forge.addon.maven.plugins.ExecutionBuilder
-
- create(ExecutionImpl) - Static method in class org.jboss.forge.addon.maven.plugins.ExecutionBuilder
-
- create() - Static method in class org.jboss.forge.addon.maven.plugins.MavenPluginBuilder
-
- create(MavenPlugin) - Static method in class org.jboss.forge.addon.maven.plugins.MavenPluginBuilder
-
- create() - Static method in class org.jboss.forge.addon.maven.profiles.ProfileBuilder
-
- create(Profile) - Static method in class org.jboss.forge.addon.maven.profiles.ProfileBuilder
-
- create() - Static method in class org.jboss.forge.addon.projects.building.BuildResultBuilder
-
- create(Class<T>, E) - Method in interface org.jboss.forge.addon.resource.ResourceFactory
-
Create a
Resource
of the given type, using the provided underlying resource instance.
- create(E) - Method in interface org.jboss.forge.addon.resource.ResourceFactory
-
Create a
Resource
to represent the provided underlying resource.
- create(Resource<?>, Class<? extends Template>) - Method in interface org.jboss.forge.addon.templates.TemplateFactory
-
Create a
TemplateProcessor
for the supplied
Resource
and
Template
type.
- create(String, OutputStream, Theme, Map<String, Object>) - Static method in class org.jboss.forge.addon.text.highlight.Encoder.Factory
-
- create() - Static method in class org.jboss.forge.addon.text.highlight.Options
-
- create() - Static method in class org.jboss.forge.addon.text.highlight.Syntax.Builder
-
- create() - Static method in class org.jboss.forge.addon.ui.result.navigation.NavigationResultBuilder
-
Create a new instance of a NavigationResultBuilder
- create(NavigationResult) - Static method in class org.jboss.forge.addon.ui.result.navigation.NavigationResultBuilder
-
Create a new instance of a NavigationResultBuilder using the provided NavigationResult instance as a base.
- create(UICategory, String...) - Static method in class org.jboss.forge.addon.ui.util.Categories
-
Using the given
UICategory
as a parent, produce a hierarchical
UICategory
instance from the given
sub-category names.
- create(String...) - Static method in class org.jboss.forge.addon.ui.util.Categories
-
Produce a hierarchical
UICategory
instance from the given sub-category names.
- createAccessor(PropertySource<JavaClassSource>) - Method in interface org.jboss.forge.addon.parser.java.ui.methods.GetSetMethodGenerator
-
- createBranch(Git, String) - Method in interface org.jboss.forge.addon.git.GitUtils
-
Creates a new branch in the given GIT repository and checks it out.
- createBuilder() - Method in interface org.jboss.forge.addon.projects.facets.PackagingFacet
-
- createClient() - Method in class org.jboss.forge.addon.rest.ClientFactory
-
Creates a Client
- createClientBuilder() - Method in class org.jboss.forge.addon.rest.ClientFactory
-
Creates a ClientBuilder
- createCommandController(String) - Method in class org.jboss.forge.addon.ui.test.UITestHarness
-
- createCommandController(String, Resource<?>...) - Method in class org.jboss.forge.addon.ui.test.UITestHarness
-
- createCommandController(Class<? extends UICommand>) - Method in class org.jboss.forge.addon.ui.test.UITestHarness
-
- createCommandController(Class<? extends UICommand>, Resource<?>...) - Method in class org.jboss.forge.addon.ui.test.UITestHarness
-
- createConfiguration() - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginBuilder
-
- createConfigurationElement(String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationBuilder
-
- createConfigurationElement(String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
-
- createController(UIContext, UIRuntime, UICommand) - Method in interface org.jboss.forge.addon.ui.controller.CommandControllerFactory
-
- createDefault() - Static method in class org.jboss.forge.addon.ui.util.Categories
-
Returns the default category
- createFacets(FACETEDTYPE, Class<FACETTYPE>) - Method in interface org.jboss.forge.addon.facets.FacetFactory
-
Get all instantiable
Facet
instances implementing the given
Facet
type.
- createFrom(File) - Method in class org.jboss.forge.addon.resource.AbstractFileResource
-
Create a new
Resource
instance for the target file.
- createFrom(T) - Method in interface org.jboss.forge.addon.resource.Resource
-
Create a new resource instance for the target resource reference of the type that this current resource is.
- createFrom(T) - Method in class org.jboss.forge.addon.resource.VirtualResource
-
- createFromExisting(ConfigurationElement) - Static method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
-
- createInput(String, Class<T>) - Method in interface org.jboss.forge.addon.ui.input.InputComponentFactory
-
- createInput(String, char, Class<T>) - Method in interface org.jboss.forge.addon.ui.input.InputComponentFactory
-
- createInputMany(String, Class<T>) - Method in interface org.jboss.forge.addon.ui.input.InputComponentFactory
-
- createInputMany(String, char, Class<T>) - Method in interface org.jboss.forge.addon.ui.input.InputComponentFactory
-
- createInputStream(File) - Method in enum org.jboss.forge.addon.resource.DefaultFileOperations
-
- createInputStream(File) - Method in interface org.jboss.forge.addon.resource.FileOperations
-
- createMutator(PropertySource<JavaClassSource>) - Method in interface org.jboss.forge.addon.parser.java.ui.methods.GetSetMethodGenerator
-
- createNewFile() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
-
- createNewFile(File) - Method in enum org.jboss.forge.addon.resource.DefaultFileOperations
-
- createNewFile(File) - Method in interface org.jboss.forge.addon.resource.FileOperations
-
- createNewFile() - Method in interface org.jboss.forge.addon.resource.FileResource
-
Create the file in the underlying resource system.
- createOutputStream(File) - Method in enum org.jboss.forge.addon.resource.DefaultFileOperations
-
- createOutputStream(File) - Method in interface org.jboss.forge.addon.resource.FileOperations
-
- createProgressMonitor(UIContext) - Method in class org.jboss.forge.addon.ui.test.impl.UIRuntimeImpl
-
- createProgressMonitor(UIContext) - Method in interface org.jboss.forge.addon.ui.UIRuntime
-
- createProject(Resource<?>, ProjectProvider) - Method in interface org.jboss.forge.addon.projects.ProjectFactory
-
- createProject(Resource<?>, ProjectProvider, Iterable<Class<? extends ProjectFacet>>) - Method in interface org.jboss.forge.addon.projects.ProjectFactory
-
- createProject(Resource<?>) - Method in interface org.jboss.forge.addon.projects.ProjectProvider
-
- createPrompt(UIContext) - Method in class org.jboss.forge.addon.ui.test.impl.UIRuntimeImpl
-
- createPrompt(UIContext) - Method in interface org.jboss.forge.addon.ui.UIRuntime
-
- createResource(char[], String) - Method in interface org.jboss.forge.addon.projects.facets.ResourcesFacet
-
- createSelectMany(String, Class<T>) - Method in interface org.jboss.forge.addon.ui.input.InputComponentFactory
-
- createSelectMany(String, char, Class<T>) - Method in interface org.jboss.forge.addon.ui.input.InputComponentFactory
-
- createSelectOne(String, Class<T>) - Method in interface org.jboss.forge.addon.ui.input.InputComponentFactory
-
- createSelectOne(String, char, Class<T>) - Method in interface org.jboss.forge.addon.ui.input.InputComponentFactory
-
- createShell(File, Settings) - Method in interface org.jboss.forge.addon.shell.ShellFactory
-
Create a
Shell
based on the specified
Settings
- createShell(Resource<?>, Settings) - Method in interface org.jboss.forge.addon.shell.ShellFactory
-
Create a
Shell
based on the specified
Settings
- createSingleController(UIContext, UIRuntime, UICommand) - Method in interface org.jboss.forge.addon.ui.controller.CommandControllerFactory
-
- createTempProject() - Method in interface org.jboss.forge.addon.projects.ProjectFactory
-
Create a
Project
in a temporary location.
- createTempProject(Iterable<Class<? extends ProjectFacet>>) - Method in interface org.jboss.forge.addon.projects.ProjectFactory
-
- createTempProject(ProjectProvider) - Method in interface org.jboss.forge.addon.projects.ProjectFactory
-
- createTempProject(ProjectProvider, Iterable<Class<? extends ProjectFacet>>) - Method in interface org.jboss.forge.addon.projects.ProjectFactory
-
- createTempResource() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
-
- createTempResource() - Method in interface org.jboss.forge.addon.resource.FileResource
-
- createTestResource(char[], String) - Method in interface org.jboss.forge.addon.projects.facets.ResourcesFacet
-
- createUsingJavaClass(String, JavaClassSource) - Static method in class org.jboss.forge.addon.javaee.rest.config.RestConfigurationStrategyFactory
-
- createUsingJavaClass(JavaClassSource) - Static method in class org.jboss.forge.addon.javaee.rest.config.RestConfigurationStrategyFactory
-
- createUsingWebXml(String) - Static method in class org.jboss.forge.addon.javaee.rest.config.RestConfigurationStrategyFactory
-
- createWebResource(char[], String) - Method in interface org.jboss.forge.addon.projects.facets.WebResourcesFacet
-
- createWebResource(String, String) - Method in interface org.jboss.forge.addon.projects.facets.WebResourcesFacet
-
- createWizardController(UIContext, UIRuntime, UIWizard) - Method in interface org.jboss.forge.addon.ui.controller.CommandControllerFactory
-
- createWizardController(String) - Method in class org.jboss.forge.addon.ui.test.UITestHarness
-
- createWizardController(String, Resource<?>...) - Method in class org.jboss.forge.addon.ui.test.UITestHarness
-
- createWizardController(Class<? extends UIWizard>) - Method in class org.jboss.forge.addon.ui.test.UITestHarness
-
- createWizardController(Class<? extends UIWizard>, Resource<?>...) - Method in class org.jboss.forge.addon.ui.test.UITestHarness
-
- CSSScanner - Class in org.jboss.forge.addon.text.highlight.scanner
-
- CSSScanner() - Constructor for class org.jboss.forge.addon.text.highlight.scanner.CSSScanner
-
- CSSScanner.State - Enum in org.jboss.forge.addon.text.highlight.scanner
-
- generateConverter(Class<?>, Class<?>) - Method in interface org.jboss.forge.addon.convert.ConverterGenerator
-
Creates a new
Converter
instance for the given source and target
Class
types.
- generateFrom(DaoGenerationContext) - Method in interface org.jboss.forge.addon.javaee.jpa.dao.DaoResourceGenerator
-
Generate a Dao based on a context
- generateFrom(RestGenerationContext) - Method in interface org.jboss.forge.addon.javaee.rest.generation.RestResourceGenerator
-
Generate a REST endpoint based on a context
- get(Class<? extends Category>) - Method in interface org.jboss.forge.addon.environment.Environment
-
Returns a mutable map that contains the properties for a specific
Category
- get(Resource<?>) - Method in interface org.jboss.forge.addon.projects.spi.ProjectCache
-
- get() - Method in interface org.jboss.forge.addon.ui.context.UISelection
-
Provides the first selected element as a SELECTIONTYPE
.
- getAdditionalDependencies() - Method in interface org.jboss.forge.addon.javaee.validation.provider.ValidationProvider
-
- getAllEntities() - Method in interface org.jboss.forge.addon.javaee.jpa.JPAFacet
-
Get a list of all @Entity classes in the default entity package.
- getAllOptionalFacets(Class<FACETTYPE>) - Static method in class org.jboss.forge.addon.facets.constraints.FacetInspector
-
- getAllRelatedFacets(Class<?>) - Static method in class org.jboss.forge.addon.facets.constraints.FacetInspector
-
- getAllRequiredFacets(Class<FACETTYPE>) - Static method in class org.jboss.forge.addon.facets.constraints.FacetInspector
-
- getAnsiScale(int) - Static method in class org.jboss.forge.addon.text.highlight.encoder.TerminalEncoder.TerminalString
-
- getApplicationPath() - Method in class org.jboss.forge.addon.javaee.rest.config.RestApplicationClassConfigurationStrategy
-
- getApplicationPath() - Method in interface org.jboss.forge.addon.javaee.rest.config.RestConfigurationStrategy
-
Returns the application path
- getApplicationPath() - Method in class org.jboss.forge.addon.javaee.rest.config.RestWebXmlConfigurationStrategy
-
- getApplicationPath() - Method in interface org.jboss.forge.addon.javaee.rest.RestFacet
-
Returns the application path configured for this project
- getAptCoordinate() - Method in interface org.jboss.forge.addon.javaee.jpa.MetaModelProvider
-
The coordinate containing the APT processor class.
- getAptPluginRepository() - Method in interface org.jboss.forge.addon.javaee.jpa.MetaModelProvider
-
The dependency does not exist in Maven central, alternative repository.
- getArchetypeCatalog() - Method in interface org.jboss.forge.addon.maven.archetype.ArchetypeCatalogFactory
-
Returns the ArchetypeCatalog
object represented by this catalog
- getArchetypeCatalogFactories() - Method in interface org.jboss.forge.addon.maven.archetype.ArchetypeCatalogFactoryRegistry
-
- getArchetypeCatalogFactory(String) - Method in interface org.jboss.forge.addon.maven.archetype.ArchetypeCatalogFactoryRegistry
-
- getArtifact() - Method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
-
- getArtifact() - Method in interface org.jboss.forge.addon.dependencies.Dependency
-
Returns the file representing this artifact
- getArtifact() - Method in class org.jboss.forge.addon.maven.dependencies.MavenDependencyAdapter
-
- getArtifactId() - Method in class org.jboss.forge.addon.dependencies.builder.CoordinateBuilder
-
- getArtifactId() - Method in interface org.jboss.forge.addon.dependencies.Coordinate
-
Get the minor-identifier
- getAsMavenProfile() - Method in interface org.jboss.forge.addon.maven.profiles.Profile
-
- getAsMavenProfile() - Method in class org.jboss.forge.addon.maven.profiles.ProfileBuilder
-
- getAsMavenProfile() - Method in class org.jboss.forge.addon.maven.profiles.ProfileImpl
-
- getAttribute(Object) - Method in class org.jboss.forge.addon.projects.AbstractProject
-
- getAttribute(Object) - Method in interface org.jboss.forge.addon.projects.Project
-
Get a value from this project's internal attributes.
- getAttributeMap() - Method in class org.jboss.forge.addon.ui.context.AbstractUIContext
-
- getAttributeMap() - Method in interface org.jboss.forge.addon.ui.context.UIContext
-
- getAttributes() - Method in interface org.jboss.forge.addon.maven.plugins.ConfigurationElement
-
Returns an immutable map of the element attributes
- getAttributes() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
-
- getAttributes() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementImpl
-
- getBasePackage() - Method in interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet
-
Return the base Java
Package
for this project, returned as a
String
- getBasePackageDirectory() - Method in interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet
-
- getBigDecimal(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a
BigDecimal
associated with the given configuration key.
- getBigDecimal(String, BigDecimal) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a
BigDecimal
associated with the given configuration key.
- getBigInteger(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a
BigInteger
associated with the given configuration key.
- getBigInteger(String, BigInteger) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a
BigInteger
associated with the given configuration key.
- getBoolean(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a boolean associated with the given configuration key.
- getBoolean(String, boolean) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a boolean associated with the given configuration key.
- getBoolean(String, Boolean) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a
Boolean
associated with the given configuration key.
- getBuildResult() - Method in interface org.jboss.forge.addon.projects.facets.PackagingFacet
-
- getByte(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a byte associated with the given configuration key.
- getByte(String, byte) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a byte associated with the given configuration key.
- getByte(String, Byte) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a
Byte
associated with the given configuration key.
- getCategory() - Method in interface org.jboss.forge.addon.ui.metadata.UICommandMetadata
-
- getCategory() - Method in class org.jboss.forge.addon.ui.util.Metadata
-
- getCategoryName(UICategory) - Static method in class org.jboss.forge.addon.ui.util.Categories
-
- getChangeSet() - Method in interface org.jboss.forge.addon.resource.transaction.ResourceTransaction
-
The changes associated with this transaction.
- getChild(String) - Method in class org.jboss.forge.addon.resource.AbstractFileResource
-
- getChild(String) - Method in interface org.jboss.forge.addon.resource.Resource
-
Get a child of this resource.
- getChild(String) - Method in class org.jboss.forge.addon.resource.VirtualResource
-
- getChildByContent(String, boolean) - Method in interface org.jboss.forge.addon.maven.plugins.ConfigurationElement
-
Returns the child element that contains the given content.
- getChildByContent(String) - Method in interface org.jboss.forge.addon.maven.plugins.ConfigurationElement
-
Returns the child element that contains the given content.
- getChildByContent(String, boolean) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
-
- getChildByContent(String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
-
- getChildByContent(String, boolean) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementImpl
-
- getChildByContent(String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementImpl
-
- getChildByName(String, boolean) - Method in interface org.jboss.forge.addon.maven.plugins.ConfigurationElement
-
Returns the child element that has the given name exists.
- getChildByName(String) - Method in interface org.jboss.forge.addon.maven.plugins.ConfigurationElement
-
Checks if the child element that has the given name exists.
- getChildByName(String, boolean) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
-
- getChildByName(String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
-
- getChildByName(String, boolean) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementImpl
-
- getChildByName(String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementImpl
-
- getChildDirectory(String) - Method in interface org.jboss.forge.addon.resource.DirectoryResource
-
- getChildOfType(Class<T>, String) - Method in interface org.jboss.forge.addon.resource.DirectoryResource
-
Using the given type, obtain a reference to the child resource of the given type.
- getChildren() - Method in class org.jboss.forge.addon.dependencies.builder.DependencyNodeBuilder
-
- getChildren() - Method in interface org.jboss.forge.addon.dependencies.DependencyNode
-
- getChildren() - Method in interface org.jboss.forge.addon.maven.plugins.ConfigurationElement
-
- getChildren() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
-
- getChildren() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementImpl
-
- getClassifier() - Method in class org.jboss.forge.addon.dependencies.builder.CoordinateBuilder
-
- getClassifier() - Method in interface org.jboss.forge.addon.dependencies.Coordinate
-
Get the classifier.
- getClassLoader() - Method in interface org.jboss.forge.addon.projects.facets.ClassLoaderFacet
-
- getCommand() - Method in interface org.jboss.forge.addon.ui.controller.CommandController
-
- getCommand(AddonRegistry, UIContext) - Method in interface org.jboss.forge.addon.ui.result.NavigationResultEntry
-
- getCommandByName(UIContext, String) - Method in interface org.jboss.forge.addon.ui.command.CommandFactory
-
- getCommandName(UIContext, UICommand) - Method in interface org.jboss.forge.addon.ui.command.CommandFactory
-
- getCommandNames(UIContext) - Method in interface org.jboss.forge.addon.ui.command.CommandFactory
-
Get all command names enabled for the given
UIContext
- getCommands() - Method in interface org.jboss.forge.addon.ui.command.CommandFactory
-
- getCommands() - Method in interface org.jboss.forge.addon.ui.command.CommandProvider
-
- getCompilerArgs() - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceMetaModelFacet
-
The compiler arguments used
- getCompilerArguments() - Method in interface org.jboss.forge.addon.javaee.jpa.MetaModelProvider
-
Additional compiler arguments (if any, returns null
otherwise).
- getCompleter() - Method in interface org.jboss.forge.addon.ui.input.HasCompleter
-
- getCompleterFor(InputComponent<?, VALUETYPE>) - Static method in class org.jboss.forge.addon.ui.util.InputComponents
-
Returns the completer associated with this
InputComponent
or null if it is not available
- getCompletionProposals(UIContext, InputComponent<?, VALUETYPE>, String) - Method in interface org.jboss.forge.addon.ui.input.UICompleter
-
Get completion proposals for the provided
UIInput
and un-converted partial
String
value.
- getConfig() - Method in interface org.jboss.forge.addon.javaee.Configurable
-
Return the
Descriptor
of the specification for which this facet represents.
- getConfig() - Method in interface org.jboss.forge.addon.maven.plugins.Execution
-
- getConfig() - Method in class org.jboss.forge.addon.maven.plugins.ExecutionBuilder
-
- getConfig() - Method in class org.jboss.forge.addon.maven.plugins.ExecutionImpl
-
- getConfig() - Method in interface org.jboss.forge.addon.maven.plugins.MavenPlugin
-
- getConfig() - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginAdapter
-
- getConfig() - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginBuilder
-
- getConfig() - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginImpl
-
- getConfigFile() - Method in interface org.jboss.forge.addon.javaee.Configurable
-
- getConfigLocation() - Method in interface org.jboss.forge.addon.configuration.facets.ConfigurationFacet
-
Returns the current configuration location for this project.
- getConfiguration(FileResource<?>) - Method in interface org.jboss.forge.addon.configuration.ConfigurationFactory
-
- getConfiguration() - Method in interface org.jboss.forge.addon.configuration.facets.ConfigurationFacet
-
Returns the current configuration for this project.
- getConfigurationElement(String) - Method in interface org.jboss.forge.addon.maven.plugins.Configuration
-
- getConfigurationElement(String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationBuilder
-
- getConfigurationElement(String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationImpl
-
- getConfigurationStrategy() - Method in interface org.jboss.forge.addon.javaee.rest.RestFacet
-
Returns the activation type chosen for this facet
- getConsole() - Method in interface org.jboss.forge.addon.shell.Shell
-
Get the native AeshConsole
object.
- getConstraint() - Method in interface org.jboss.forge.addon.javaee.validation.ConstraintType
-
- getConstraint() - Method in enum org.jboss.forge.addon.javaee.validation.CoreConstraints
-
- getContainer() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
-
- getContent() - Method in class org.jboss.forge.addon.git.gitignore.GitIgnoreEntry
-
- getContents() - Method in class org.jboss.forge.addon.resource.AbstractResource
-
- getContents(Charset) - Method in class org.jboss.forge.addon.resource.AbstractResource
-
- getContents() - Method in interface org.jboss.forge.addon.resource.Resource
-
Get the entire contents of this
Resource
, returned as a
String
using UTF-8 encoding.
- getContents(Charset) - Method in interface org.jboss.forge.addon.resource.Resource
-
Get the entire contents of this
Resource
, returned as a
String
using the specified encoding.
- getContentType() - Method in class org.jboss.forge.addon.javaee.rest.generation.RestGenerationContext
-
- getContext() - Method in interface org.jboss.forge.addon.ui.controller.CommandController
-
- getContextDirectory(Resource<?>) - Static method in class org.jboss.forge.addon.resource.util.ResourceUtil
-
- getContextFile(Resource<?>) - Static method in class org.jboss.forge.addon.resource.util.ResourceUtil
-
A simple utility method to locate the outermost contextual File reference for the specified resource.
- getConverter(Class<SOURCE>, Class<TARGET>) - Method in interface org.jboss.forge.addon.convert.ConverterFactory
-
Returns a converter for the supplied source and target
- getConverterType() - Method in interface org.jboss.forge.addon.convert.ConverterGenerator
-
- getCoordinate() - Method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
-
- getCoordinate() - Method in class org.jboss.forge.addon.dependencies.builder.DependencyQueryBuilder
-
- getCoordinate() - Method in interface org.jboss.forge.addon.dependencies.Dependency
-
- getCoordinate() - Method in interface org.jboss.forge.addon.dependencies.DependencyQuery
-
- getCoordinate() - Method in class org.jboss.forge.addon.maven.dependencies.MavenDependencyAdapter
-
- getCoordinate() - Method in interface org.jboss.forge.addon.maven.plugins.MavenPlugin
-
Returns the
Coordinate
represented by this plugin.
- getCoordinate() - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginAdapter
-
- getCoordinate() - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginBuilder
-
- getCoordinate() - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginImpl
-
- getCurrentBranchName(Git) - Method in interface org.jboss.forge.addon.git.GitUtils
-
Returns the name of the branch that is currently checked out in the given repository.
- getCurrentInputComponent() - Method in interface org.jboss.forge.addon.ui.context.UIValidationContext
-
- getCurrentModel() - Method in interface org.jboss.forge.addon.maven.resources.MavenModelResource
-
Get the current project Model
- getCurrentResource() - Method in interface org.jboss.forge.addon.shell.Shell
-
Returns the current working directory.
- getCurrentWork() - Method in class org.jboss.forge.addon.ui.progress.DefaultUIProgressMonitor
-
- getDatabase() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
-
- getDatabaseURL() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
-
- getDefaultDescriptor() - Method in interface org.jboss.forge.addon.javaee.validation.provider.ValidationProvider
-
- getDependencies() - Method in interface org.jboss.forge.addon.dependencies.DependencyMetadata
-
- getDependencies() - Method in interface org.jboss.forge.addon.javaee.validation.provider.ValidationProvider
-
- getDependencies() - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
-
- getDependenciesInScopes(String...) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
-
Get a list of this
Project
's dependencies of the given scopes..
- getDependency() - Method in class org.jboss.forge.addon.dependencies.builder.DependencyNodeBuilder
-
- getDependency() - Method in interface org.jboss.forge.addon.dependencies.DependencyMetadata
-
- getDependency() - Method in interface org.jboss.forge.addon.dependencies.DependencyNode
-
- getDependencyFilter() - Method in class org.jboss.forge.addon.dependencies.builder.DependencyQueryBuilder
-
- getDependencyFilter() - Method in interface org.jboss.forge.addon.dependencies.DependencyQuery
-
- getDependencyRepositories() - Method in class org.jboss.forge.addon.dependencies.builder.DependencyQueryBuilder
-
- getDependencyRepositories() - Method in interface org.jboss.forge.addon.dependencies.DependencyQuery
-
- getDescription() - Method in interface org.jboss.forge.addon.javaee.jpa.dao.DaoResourceGenerator
-
A human-readable description for this strategy
- getDescription() - Method in enum org.jboss.forge.addon.javaee.jpa.SchemaGenerationType
-
- getDescription() - Method in interface org.jboss.forge.addon.javaee.rest.generation.RestResourceGenerator
-
A human-readable description for this strategy
- getDescription() - Method in interface org.jboss.forge.addon.javaee.validation.ConstraintType
-
- getDescription() - Method in enum org.jboss.forge.addon.javaee.validation.CoreConstraints
-
- getDescription() - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
- getDescription() - Method in interface org.jboss.forge.addon.ui.metadata.UICommandMetadata
-
Returns the description of the corresponding
UICommand
.
- getDescription() - Method in interface org.jboss.forge.addon.ui.output.UIMessage
-
- getDescription() - Method in class org.jboss.forge.addon.ui.util.Metadata
-
- getDesktop() - Method in class org.jboss.forge.addon.ui.DefaultUIDesktop
-
- getDesktop() - Method in class org.jboss.forge.addon.ui.test.impl.UIProviderImpl
-
- getDesktop() - Method in interface org.jboss.forge.addon.ui.UIProvider
-
Returns the desktop associated with this UI.
- getDigest(Resource<?>) - Static method in class org.jboss.forge.addon.resource.util.ResourceUtil
-
Returns the
Byte
array message digest of
#getResourceInputStream()
using the default MD5
MessageDigest
.
- getDigest(Resource<?>, MessageDigest) - Static method in class org.jboss.forge.addon.resource.util.ResourceUtil
-
Returns the
Byte
array message digest of
#getResourceInputStream()
using the given
MessageDigest
.
- getDirectDependencies() - Method in interface org.jboss.forge.addon.maven.plugins.MavenPlugin
-
- getDirectDependencies() - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginAdapter
-
- getDirectDependencies() - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginBuilder
-
- getDirectDependencies() - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginImpl
-
- getDirectDependency(Dependency) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
-
Attempt to locate the given
Dependency
, if it exists in the
Project
direct dependency list, and
return it.
- getDirectManagedDependency(Dependency) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
-
Attempt to locate the given managed
Dependency
, if it exists in the
Project
, and return it.
- getDirectProperties() - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
-
Return a
Map
of all build properties defined directly in this
Project
.
- getDirectProperty(String) - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
-
Get a build property by name.
- getDocLocation() - Method in interface org.jboss.forge.addon.ui.metadata.UICommandMetadata
-
Returns the location of the documentation of the corresponding
UICommand
.
- getDocLocation() - Method in class org.jboss.forge.addon.ui.util.Metadata
-
- getDouble(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a double associated with the given configuration key.
- getDouble(String, double) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a double associated with the given configuration key.
- getDouble(String, Double) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a
Double
associated with the given configuration key.
- getEffectiveDependencies() - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
-
Return an immutable list of all
DependencyNodeUtil
contained anywhere within this project's dependency
hierarchy.
- getEffectiveDependenciesInScopes(String...) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
-
Get a list of this
Project
's dependencies of the given scopes, from anywhere in the dependency hierarchy.
- getEffectiveDependency(Dependency) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
-
Attempt to locate the given
Dependency
, if it exists anywhere in the
Project
dependency hierarchy,
and return it.
- getEffectiveFacesServletMappings() - Method in interface org.jboss.forge.addon.javaee.faces.FacesFacet
-
- getEffectiveManagedDependency(Dependency) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
-
Searches
Project
and returns a managed dependency matching the given
Dependency
at any level of
the project hierarchy; return
null
otherwise.
- getEffectiveManagedPlugin(Coordinate) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
-
Searches
Project
and returns a managed plugin matching the given
Coordinate
at any level of the
project hierarchy; return null otherwise.
- getEffectiveManagedPlugin(Coordinate, Profile) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
-
Searches
Project
and returns a managed plugin matching the given
Coordinate
at any level of the
project hierarchy; return null otherwise.
- getEffectivePlugin(Coordinate) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
-
Attempt to locate a plugin given it's
Coordinate
, if it exists anywhere in the
Project
plugin
hierarchy, and return it.
- getEffectivePlugin(Coordinate, Profile) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
-
Attempt to locate a plugin given it's
Coordinate
, if it exists anywhere in the
Project
plugin
hierarchy, and return it.
- getEffectiveProperties() - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
-
Return a
Map
of all resolvable build properties in this
Project
and its parent hierarchy.
- getEffectiveProperty(String) - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
-
Get a build property by name.
- getEnabledCommandNames(UIContext) - Method in interface org.jboss.forge.addon.ui.command.CommandFactory
-
Get all enabled command names enabled for the given
UIContext
- getEnabledCommands(Iterable<UICommand>, UIContext) - Static method in class org.jboss.forge.addon.ui.util.Commands
-
Returns the main commands from this
Iterable
(that is, the ones that are enabled and not a
UIWizardStep
instance)
- getEndpoints() - Method in class org.jboss.forge.addon.javaee.rest.generation.RestGeneratedResources
-
- getEntities() - Method in class org.jboss.forge.addon.javaee.rest.generation.RestGeneratedResources
-
- getEntity() - Method in class org.jboss.forge.addon.javaee.jpa.dao.DaoGenerationContext
-
- getEntity() - Method in class org.jboss.forge.addon.javaee.rest.generation.RestGenerationContext
-
- getEntityPackage() - Method in interface org.jboss.forge.addon.javaee.jpa.JPAFacet
-
Get this
Project
's default package for @Entity objects
- getEntityPackageDir() - Method in interface org.jboss.forge.addon.javaee.jpa.JPAFacet
-
Get this
Project
's default @Entity package directory.
- getEntries() - Method in interface org.jboss.forge.addon.git.gitignore.resources.GitIgnoreResource
-
- getErrorMessages() - Method in class org.jboss.forge.addon.javaee.rest.generation.MessageCollector
-
- getException() - Method in interface org.jboss.forge.addon.ui.result.Failed
-
Return the
Exception
that caused command execution failure.
- getExcludedCoordinates() - Method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
-
- getExcludedCoordinates() - Method in interface org.jboss.forge.addon.dependencies.Dependency
-
- getExcludedCoordinates() - Method in class org.jboss.forge.addon.maven.dependencies.MavenDependencyAdapter
-
- getExistingPersistenceUnit(Project, String) - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceOperations
-
Get the object representing the persistence unit, null is returned when no persistence unit was found.
- getFaceletsDefaultSuffixes() - Method in interface org.jboss.forge.addon.javaee.faces.FacesFacet
-
- getFaceletsViewMappings() - Method in interface org.jboss.forge.addon.javaee.faces.FacesFacet
-
- getFacesServletMappings() - Method in interface org.jboss.forge.addon.javaee.faces.FacesFacet
-
- getFacesSuffixes() - Method in interface org.jboss.forge.addon.javaee.faces.FacesFacet
-
- getFacet(Class<F>) - Method in class org.jboss.forge.addon.facets.AbstractFaceted
-
- getFacet(Class<F>) - Method in interface org.jboss.forge.addon.facets.Faceted
-
- getFaceted() - Method in class org.jboss.forge.addon.facets.AbstractFacet
-
- getFaceted() - Method in interface org.jboss.forge.addon.facets.Facet
-
- getFacets() - Method in class org.jboss.forge.addon.facets.AbstractFaceted
-
- getFacets(Class<F>) - Method in class org.jboss.forge.addon.facets.AbstractFaceted
-
- getFacets() - Method in interface org.jboss.forge.addon.facets.Faceted
-
- getFacets(Class<F>) - Method in interface org.jboss.forge.addon.facets.Faceted
-
Return a
Iterable
of the currently installed
Facet
s matching the given type.
- getFileLength(File) - Method in enum org.jboss.forge.addon.resource.DefaultFileOperations
-
- getFileLength(File) - Method in interface org.jboss.forge.addon.resource.FileOperations
-
- getFileOperations() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
-
- getFileOperations() - Method in interface org.jboss.forge.addon.resource.ResourceFactory
-
Returns the operational layer for
File
objects.
- getFinalArtifact() - Method in interface org.jboss.forge.addon.projects.facets.PackagingFacet
-
Return the resource representing the fully built output artifact of this project.
- getFinalName() - Method in interface org.jboss.forge.addon.projects.facets.PackagingFacet
-
Get the final name of this project's build output artifact.
- getFloat(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a float associated with the given configuration key.
- getFloat(String, float) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a float associated with the given configuration key.
- getFloat(String, Float) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a
Float
associated with the given configuration key.
- getFullyQualifiedName() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
-
- getFullyQualifiedName() - Method in class org.jboss.forge.addon.resource.AbstractResource
-
- getFullyQualifiedName() - Method in interface org.jboss.forge.addon.resource.Resource
-
Return the fully qualified name of the resource (if applicable).
- getGoals() - Method in interface org.jboss.forge.addon.maven.plugins.Execution
-
- getGoals() - Method in class org.jboss.forge.addon.maven.plugins.ExecutionBuilder
-
- getGoals() - Method in class org.jboss.forge.addon.maven.plugins.ExecutionImpl
-
- getGroupId() - Method in class org.jboss.forge.addon.dependencies.builder.CoordinateBuilder
-
- getGroupId() - Method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
-
- getGroupId() - Method in interface org.jboss.forge.addon.dependencies.Coordinate
-
Get the major identifier
- getId() - Method in class org.jboss.forge.addon.dependencies.DependencyRepository
-
Get the repository name or id;
- getId() - Method in interface org.jboss.forge.addon.maven.plugins.Execution
-
- getId() - Method in class org.jboss.forge.addon.maven.plugins.ExecutionBuilder
-
- getId() - Method in class org.jboss.forge.addon.maven.plugins.ExecutionImpl
-
- getId() - Method in interface org.jboss.forge.addon.maven.profiles.Profile
-
- getId() - Method in class org.jboss.forge.addon.maven.profiles.ProfileBuilder
-
- getId() - Method in class org.jboss.forge.addon.maven.profiles.ProfileImpl
-
- getInflector() - Method in class org.jboss.forge.addon.javaee.rest.generation.RestGenerationContext
-
- getInformationMessages() - Method in class org.jboss.forge.addon.javaee.rest.generation.MessageCollector
-
- getInitialMetadata() - Method in interface org.jboss.forge.addon.ui.controller.WizardCommandController
-
- getInitialSelection() - Method in interface org.jboss.forge.addon.ui.context.UIContext
-
Get the user's
UISelection
at the time this command was initialized/selected.
- getInitialSelection() - Method in class org.jboss.forge.addon.ui.test.impl.UIContextImpl
-
- getInputs() - Method in interface org.jboss.forge.addon.ui.controller.CommandController
-
- getInputType() - Method in interface org.jboss.forge.addon.ui.facets.HintsFacet
-
- getInputType(Class<?>) - Method in class org.jboss.forge.addon.ui.hints.HintsLookup
-
- getInputType(InputComponent<?, ?>) - Static method in class org.jboss.forge.addon.ui.util.InputComponents
-
- getInt(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a int associated with the given configuration key.
- getInt(String, int) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a int associated with the given configuration key.
- getInteger(String, Integer) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get an
Integer
associated with the given configuration key.
- getItemLabelConverter() - Method in interface org.jboss.forge.addon.ui.input.SelectComponent
-
- getItemLabelConverter(ConverterFactory, SelectComponent<IMPLTYPE, VALUETYPE>) - Static method in class org.jboss.forge.addon.ui.util.InputComponents
-
Returns the item label converter, that is
- getJavaResource(String) - Method in interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet
-
- getJavaResource(JavaSource<?>) - Method in interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet
-
- getJavaType() - Method in interface org.jboss.forge.addon.parser.java.resources.JavaResource
-
Attempt to determine and return the JavaType
type of the underlying class.
- getJdbcConnectionInfo() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
-
- getJdbcDriver() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
-
- getJndiDataSource() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
-
- getJsonArray() - Method in interface org.jboss.forge.addon.parser.json.resource.JsonResource
-
Return the JsonArray
representing the underlying Json data
- getJsonObject() - Method in interface org.jboss.forge.addon.parser.json.resource.JsonResource
-
Return the JsonObject
representing the underlying Json data
- getJsonStructure() - Method in interface org.jboss.forge.addon.parser.json.resource.JsonResource
-
Returns a JSON array or object that is represented in the input source
Use this method if you are unsure of the json data format
- getKeys(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get the list of the keys contained in the configuration that match the specified prefix.
- getKeys() - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get the list of the keys contained in the configuration.
- getLabel() - Method in enum org.jboss.forge.addon.javaee.jpa.SchemaGenerationType
-
- getLabel() - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
- getLabelFor(InputComponent<?, ?>, boolean) - Static method in class org.jboss.forge.addon.ui.util.InputComponents
-
Returns the label for this component
- getLastModified() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
-
- getLastModified() - Method in interface org.jboss.forge.addon.resource.FileResource
-
Get the last modified time-stamp of this resource.
- getList(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a List of strings associated with the given configuration key.
- getList(String, List<?>) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a List of strings associated with the given configuration key.
- getListeners() - Method in class org.jboss.forge.addon.ui.context.AbstractUIContext
-
- getListeners() - Method in interface org.jboss.forge.addon.ui.context.UIContext
-
- getLocalBranches(Git) - Method in interface org.jboss.forge.addon.git.GitUtils
-
Returns all the local branches of a given GIT repository.
- getLocalRepositoryDirectory() - Method in interface org.jboss.forge.addon.maven.projects.MavenFacet
-
Returns a
DirectoryResource
representing the location of the current local Maven repository.
- getLogForBranch(Git, String) - Method in interface org.jboss.forge.addon.git.GitUtils
-
Returns a list of the messages of all the commits for a given branch.
- getLogForCurrentBranch(Git) - Method in interface org.jboss.forge.addon.git.GitUtils
-
Returns a list of the messages of all the commits in the current branch.
- getLong(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a long associated with the given configuration key.
- getLong(String, long) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a long associated with the given configuration key.
- getLong(String, Long) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a
Long
associated with the given configuration key.
- getManagedDependencies() - Method in interface org.jboss.forge.addon.dependencies.DependencyMetadata
-
- getManagedDependencies() - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
-
Return an immutable list of all direct managed
DependencyNodeUtil
contained within this project.
- getManagedPlugin(Coordinate) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
-
Attempt to locate a managed a plugin given it's
Coordinate
, if it exists in the
Project
, and
return it.
- getManagedPlugin(Coordinate, Profile) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
-
Attempt to locate a managed a plugin given it's
Coordinate
, if it exists in the
Project
, and
return it.
- getMessage() - Method in class org.jboss.forge.addon.parser.java.utils.ValidationResult
-
- getMessage() - Method in interface org.jboss.forge.addon.projects.building.BuildMessage
-
The message itself
- getMessage() - Method in interface org.jboss.forge.addon.ui.result.Result
-
Get the output message from the executed
UICommand
.
- getMessages() - Method in interface org.jboss.forge.addon.projects.building.BuildResult
-
Returns the build messages (if any), never null
- getMessages() - Method in class org.jboss.forge.addon.projects.building.BuildResultBuilder
-
- getMessages() - Method in interface org.jboss.forge.addon.ui.context.UIValidationContext
-
- getMetadata(UIContext) - Method in class org.jboss.forge.addon.parser.java.projects.JavaProjectTypeStep
-
- getMetadata(UIContext) - Method in class org.jboss.forge.addon.parser.java.ui.AbstractJavaSourceCommand
-
- getMetadata(UIContext) - Method in class org.jboss.forge.addon.shell.ui.AbstractShellCommand
-
- getMetadata(UIContext) - Method in class org.jboss.forge.addon.ui.command.AbstractUICommand
-
- getMetadata(UIContext) - Method in interface org.jboss.forge.addon.ui.command.UICommand
-
- getMetadata() - Method in interface org.jboss.forge.addon.ui.controller.CommandController
-
- getMetaModelProvider() - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceProvider
-
The JPA 2 meta model provider related to this persistence provider.
- getModel() - Method in interface org.jboss.forge.addon.maven.projects.MavenFacet
-
Get the current Maven
Model
for this
Project
.
- getModelResource() - Method in interface org.jboss.forge.addon.maven.projects.MavenFacet
-
- getModules() - Method in interface org.jboss.forge.addon.projects.facets.ModuleFacet
-
The list of modules in this
Project
- getName() - Method in class org.jboss.forge.addon.git.gitignore.GitIgnoreTemplateGroup
-
- getName() - Method in interface org.jboss.forge.addon.javaee.jpa.dao.DaoResourceGenerator
-
A readable description for this strategy
- getName(boolean) - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceContainer
-
Return the name of this container
- getName() - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceProvider
-
Get the name of this provider
- getName() - Method in interface org.jboss.forge.addon.javaee.rest.generation.RestResourceGenerator
-
A readable description for this strategy
- getName() - Method in interface org.jboss.forge.addon.javaee.validation.provider.ValidationProvider
-
- getName() - Method in interface org.jboss.forge.addon.maven.archetype.ArchetypeCatalogFactory
-
- getName() - Method in interface org.jboss.forge.addon.maven.plugins.ConfigurationElement
-
- getName() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
-
- getName() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementImpl
-
- getName() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
-
- getName() - Method in interface org.jboss.forge.addon.resource.Resource
-
- getName() - Method in class org.jboss.forge.addon.text.highlight.Scanner.Type
-
- getName() - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
- getName() - Method in interface org.jboss.forge.addon.ui.metadata.UICategory
-
- getName() - Method in interface org.jboss.forge.addon.ui.metadata.UICommandMetadata
-
Return the name of the corresponding
UICommand
.
- getName() - Method in class org.jboss.forge.addon.ui.util.Metadata
-
- getNamed() - Method in class org.jboss.forge.addon.parser.java.ui.AbstractJavaSourceCommand
-
- getNewCommandByName(UIContext, String) - Method in interface org.jboss.forge.addon.ui.command.CommandFactory
-
- getNewType() - Method in class org.jboss.forge.addon.projects.events.PackagingChanged
-
- getNewValue() - Method in class org.jboss.forge.addon.ui.input.events.ValueChangeEvent
-
- getNext() - Method in interface org.jboss.forge.addon.ui.result.NavigationResult
-
Returns the next entries for this navigation
- getOldValue() - Method in class org.jboss.forge.addon.ui.input.events.ValueChangeEvent
-
- getOptionalFacets(Class<?>) - Static method in class org.jboss.forge.addon.facets.constraints.FacetInspector
-
- getOrCreateChildDirectory(String) - Method in interface org.jboss.forge.addon.resource.DirectoryResource
-
- getOrigin() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationBuilder
-
- getOriginalLocation() - Method in class org.jboss.forge.addon.resource.events.ResourceRenamed
-
- getOthers() - Method in class org.jboss.forge.addon.javaee.rest.generation.RestGeneratedResources
-
- getOutput() - Method in class org.jboss.forge.addon.ui.test.impl.UIProviderImpl
-
- getOutput() - Method in interface org.jboss.forge.addon.ui.UIProvider
-
Returns the output object used to display messages during a UI interaction
- getOutputDependency() - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
-
Return a handle to the final output dependency of this
Project
.
- getOverwrite() - Method in class org.jboss.forge.addon.parser.java.ui.AbstractJavaSourceCommand
-
- getPackaging() - Method in class org.jboss.forge.addon.dependencies.builder.CoordinateBuilder
-
- getPackaging() - Method in interface org.jboss.forge.addon.dependencies.Coordinate
-
Get the packaging type.
- getPackagingType() - Method in interface org.jboss.forge.addon.projects.facets.PackagingFacet
-
Get the packaging type currently in use by this project.
- getParent() - Method in class org.jboss.forge.addon.dependencies.builder.DependencyNodeBuilder
-
- getParent() - Method in interface org.jboss.forge.addon.dependencies.DependencyNode
-
- getParent() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
-
- getParent() - Method in class org.jboss.forge.addon.resource.AbstractResource
-
- getParent() - Method in interface org.jboss.forge.addon.resource.FileResource
-
A parent for a FileResource is always a DirectoryResource
- getParent() - Method in interface org.jboss.forge.addon.resource.Resource
-
Get the parent of the current resource.
- getParentElement() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
-
- getParentPluginConfig() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
-
- getPassword() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
-
- getPatterns() - Method in interface org.jboss.forge.addon.git.gitignore.resources.GitIgnoreResource
-
- getPersistenceUnitName() - Method in class org.jboss.forge.addon.javaee.jpa.dao.DaoGenerationContext
-
- getPersistenceUnitName() - Method in class org.jboss.forge.addon.javaee.rest.generation.RestGenerationContext
-
- getPhase() - Method in interface org.jboss.forge.addon.maven.plugins.Execution
-
- getPhase() - Method in class org.jboss.forge.addon.maven.plugins.ExecutionBuilder
-
- getPhase() - Method in class org.jboss.forge.addon.maven.plugins.ExecutionImpl
-
- getPlugin(Coordinate) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
-
Attempt to locate a plugin given it's
Coordinate
, if it exists in the
Project
direct dependency
list, and return it.
- getPlugin(Coordinate, Profile) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
-
Attempt to locate a plugin given it's
Coordinate
, if it exists in the
Project
direct dependency
list, and return it.
- getPluginRepositories() - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
-
Get the list of plugin repositories for which this project is currently configured to use in dependency
resolution.
- getPluginRepositories(Profile) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
-
Get the list of plugin repositories for which this project is currently configured to use in dependency
resolution.
- getPrerequisiteCommands(UIContext) - Method in interface org.jboss.forge.addon.ui.command.PrerequisiteCommandsProvider
-
Implementations should return the steps required to run before this command
- getPreviousType() - Method in class org.jboss.forge.addon.projects.events.PackagingChanged
-
- getProcessor() - Method in interface org.jboss.forge.addon.javaee.jpa.MetaModelProvider
-
The processor class name.
- getProcessor() - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceMetaModelFacet
-
The annotation processor used
- getProcessorCoordinate() - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceMetaModelFacet
-
The Coordinate of the annotation processor
- getProgressMonitor() - Method in interface org.jboss.forge.addon.ui.context.UIExecutionContext
-
- getProject() - Method in class org.jboss.forge.addon.javaee.jpa.dao.DaoGenerationContext
-
- getProject() - Method in class org.jboss.forge.addon.javaee.rest.generation.RestGenerationContext
-
- getProject() - Method in class org.jboss.forge.addon.projects.events.PackagingChanged
-
- getProjectAnnotations(Project) - Method in class org.jboss.forge.addon.parser.java.beans.ProjectOperations
-
- getProjectClasses(Project) - Method in class org.jboss.forge.addon.parser.java.beans.ProjectOperations
-
- getProjectFactory() - Method in class org.jboss.forge.addon.parser.java.ui.AbstractJavaSourceCommand
-
- getProjectFactory() - Method in class org.jboss.forge.addon.projects.ui.AbstractProjectCommand
-
- getProjectGroupName() - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
-
Get the project group name of this
Project
.
- getProjectName() - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
-
- getProjectProvider() - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
-
- getProjectStage() - Method in interface org.jboss.forge.addon.javaee.faces.FacesFacet
-
- getProjectVersion() - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
-
- getPrompt() - Method in interface org.jboss.forge.addon.ui.context.UIExecutionContext
-
Returns the object used to prompt for messages during a UI interaction
- getPromptResults() - Method in class org.jboss.forge.addon.ui.test.UITestHarness
-
The
Map
is based on the key being a regular expression to the prompt message
- getProperties(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a list of
Properties
associated with the given configuration key.
- getProperties() - Method in interface org.jboss.forge.addon.maven.profiles.Profile
-
- getProperties() - Method in class org.jboss.forge.addon.maven.profiles.ProfileBuilder
-
- getProperties() - Method in class org.jboss.forge.addon.maven.profiles.ProfileImpl
-
- getProperties() - Method in interface org.jboss.forge.addon.maven.projects.MavenFacet
-
Get a
Map
of all resolvable project properties.
- getProperty(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Gets a property from the configuration.
- getProvidedFacetTypes() - Method in interface org.jboss.forge.addon.projects.ProjectProvider
-
- getProvider() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
-
- getProvider() - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceProvider
-
Get the classname of this provider.
- getProvider() - Method in interface org.jboss.forge.addon.shell.ui.ShellContext
-
- getProvider() - Method in class org.jboss.forge.addon.ui.context.AbstractUIContext
-
- getProvider() - Method in interface org.jboss.forge.addon.ui.context.UIContext
-
- getProvider() - Method in class org.jboss.forge.addon.ui.test.impl.UIContextImpl
-
- getProvider() - Method in class org.jboss.forge.addon.ui.test.UITestHarness
-
- getRemoteBranches(Git) - Method in interface org.jboss.forge.addon.git.GitUtils
-
Returns all the remote branches of a given GIT repository.
- getRepositories() - Method in interface org.jboss.forge.addon.dependencies.DependencyMetadata
-
- getRepositories() - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
-
Get the list of repositories for which this project is currently configured to use in dependency resolution.
- getRequiredFacets(Class<?>) - Static method in class org.jboss.forge.addon.facets.constraints.FacetInspector
-
- getRequiredFacets() - Method in class org.jboss.forge.addon.parser.java.projects.JavaEnterpriseProjectType
-
- getRequiredFacets() - Method in class org.jboss.forge.addon.parser.java.projects.JavaProjectType
-
- getRequiredFacets() - Method in class org.jboss.forge.addon.parser.java.projects.JavaWebProjectType
-
- getRequiredFacets() - Method in interface org.jboss.forge.addon.projects.ProjectType
-
- getRequiredMessage() - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
Return the message to be displayed when this
InputComponent
is required and no primary or default value
has been set.
- getResource() - Method in class org.jboss.forge.addon.javaee.rest.config.RestApplicationClassConfigurationStrategy
-
- getResource(String) - Method in interface org.jboss.forge.addon.projects.facets.ResourcesFacet
-
- getResource() - Method in class org.jboss.forge.addon.resource.events.ResourceEvent
-
- getResource() - Method in interface org.jboss.forge.addon.resource.monitor.ResourceMonitor
-
- getResource(ResourceFactory, Class<RESOURCETYPE>, UNDERLYINGTYPE) - Method in interface org.jboss.forge.addon.resource.ResourceGenerator
-
Get an instance of a
Resource
to handle the given
Class
type and object instance.
- getResource(String) - Method in interface org.jboss.forge.addon.templates.facets.TemplateFacet
-
- getResourceDirectories() - Method in interface org.jboss.forge.addon.projects.facets.ResourcesFacet
-
Get a list of
DirectoryResource
s representing the directories this project uses to contain
Project
non-source documents (such as configuration files.)
- getResourceDirectory() - Method in interface org.jboss.forge.addon.projects.facets.ResourcesFacet
-
Get the
DirectoryResource
representing the folder this
Project
uses to store package-able,
non-source documents (such as configuration files.)
- getResourceFactory() - Method in class org.jboss.forge.addon.resource.AbstractResource
-
- getResourceFactory() - Method in interface org.jboss.forge.addon.resource.Resource
-
- getResourceForWebPath(String) - Method in interface org.jboss.forge.addon.javaee.faces.FacesFacet
-
- getResourceInputStream() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
-
- getResourceInputStream() - Method in interface org.jboss.forge.addon.resource.Resource
-
- getResourceInputStream() - Method in class org.jboss.forge.addon.resource.VirtualResource
-
- getResourceOutputStream() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
-
- getResourceOutputStream() - Method in interface org.jboss.forge.addon.resource.WriteableResource
-
- getResources() - Method in interface org.jboss.forge.addon.javaee.servlet.ServletFacet
-
List all files in this
Project
's WebContent directory, recursively.
- getResources(ResourceFilter) - Method in interface org.jboss.forge.addon.javaee.servlet.ServletFacet
-
List all files in this
Project
's WebContent directory, recursively, only if they match the given
ResourceFilter
.
- getResourceType(ResourceFactory, Class<RESOURCETYPE>, UNDERLYINGTYPE) - Method in interface org.jboss.forge.addon.resource.ResourceGenerator
-
Get the
Resource
type that will be generated for the given
Class
type and object instance.
- getResults() - Method in interface org.jboss.forge.addon.ui.result.CompositeResult
-
- getRoot() - Method in interface org.jboss.forge.addon.projects.Project
-
- getRootDirectory() - Method in interface org.jboss.forge.addon.projects.Project
-
Deprecated.
- getRootTemplateDirectory() - Method in interface org.jboss.forge.addon.templates.facets.TemplateFacet
-
- getSchemaGenerationType() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
-
- getScope() - Method in class org.jboss.forge.addon.maven.dependencies.MavenDependencyAdapter
-
- getScopeType() - Method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
-
- getScopeType() - Method in class org.jboss.forge.addon.dependencies.builder.DependencyQueryBuilder
-
- getScopeType() - Method in interface org.jboss.forge.addon.dependencies.Dependency
-
- getScopeType() - Method in interface org.jboss.forge.addon.dependencies.DependencyQuery
-
Return the scope type restriction for this query.
- getScopeType() - Method in class org.jboss.forge.addon.maven.dependencies.MavenDependencyAdapter
-
- getSelectedProject(ProjectFactory, UIContext) - Static method in class org.jboss.forge.addon.projects.Projects
-
- getSelectedProject(ProjectFactory, UISelection<?>) - Static method in class org.jboss.forge.addon.projects.Projects
-
- getSelectedProject(UIContextProvider) - Method in class org.jboss.forge.addon.projects.ui.AbstractProjectCommand
-
- getSelectedProject(UIContext) - Method in class org.jboss.forge.addon.projects.ui.AbstractProjectCommand
-
- getSelection() - Method in class org.jboss.forge.addon.ui.context.AbstractUIContext
-
- getSelection() - Method in interface org.jboss.forge.addon.ui.context.UIContext
-
- GetSetMethodGenerator - Interface in org.jboss.forge.addon.parser.java.ui.methods
-
- getSetupFlow() - Method in class org.jboss.forge.addon.parser.java.projects.JavaEnterpriseProjectType
-
- getSetupFlow() - Method in class org.jboss.forge.addon.parser.java.projects.JavaProjectType
-
- getSetupFlow() - Method in class org.jboss.forge.addon.parser.java.projects.JavaWebProjectType
-
- getSetupFlow() - Method in interface org.jboss.forge.addon.projects.ProjectType
-
- getSeverity() - Method in interface org.jboss.forge.addon.projects.building.BuildMessage
-
The severity of this message
- getSeverity() - Method in interface org.jboss.forge.addon.ui.output.UIMessage
-
- getShort(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a short associated with the given configuration key.
- getShort(String, short) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a short associated with the given configuration key.
- getShort(String, Short) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a
Short
associated with the given configuration key.
- getShortName() - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
Return the single character abbreviation representing this
InputComponent
.
- getSize() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
-
- getSize() - Method in interface org.jboss.forge.addon.resource.FileResource
-
Returns the size of the file denoted by this abstract pathname
- getSource() - Method in class org.jboss.forge.addon.ui.input.events.ValueChangeEvent
-
- getSource() - Method in interface org.jboss.forge.addon.ui.output.UIMessage
-
- getSourceCompilerVersion() - Method in interface org.jboss.forge.addon.parser.java.facets.JavaCompilerFacet
-
- getSourceDirectories() - Method in interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet
-
- getSourceDirectory() - Method in interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet
-
- getSourceType() - Method in class org.jboss.forge.addon.convert.AbstractConverter
-
- getSourceType() - Method in class org.jboss.forge.addon.parser.java.ui.AbstractJavaSourceCommand
-
Get the JavaSource
type for which this command should create a new source file.
- getSpecVersion() - Method in interface org.jboss.forge.addon.javaee.JavaEEFacet
-
Return the Version
of the specification for which this facet represents.
- getString(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a string associated with the given configuration key.
- getString(String, String) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get a string associated with the given configuration key.
- getStringArray(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Get an array of strings associated with the given configuration key.
- getSubCategory() - Method in interface org.jboss.forge.addon.ui.metadata.UICategory
-
- getSubtask() - Method in class org.jboss.forge.addon.ui.progress.DefaultUIProgressMonitor
-
- getSystemPath() - Method in class org.jboss.forge.addon.dependencies.builder.CoordinateBuilder
-
- getSystemPath() - Method in interface org.jboss.forge.addon.dependencies.Coordinate
-
- getTargetCompilerVersion() - Method in interface org.jboss.forge.addon.parser.java.facets.JavaCompilerFacet
-
- getTargetPackage() - Method in class org.jboss.forge.addon.parser.java.ui.AbstractJavaSourceCommand
-
- getTargetPackageName() - Method in class org.jboss.forge.addon.javaee.jpa.dao.DaoGenerationContext
-
- getTargetPackageName() - Method in class org.jboss.forge.addon.javaee.rest.generation.RestGenerationContext
-
- getTargetType() - Method in class org.jboss.forge.addon.convert.AbstractConverter
-
- getTaskName() - Method in class org.jboss.forge.addon.ui.progress.DefaultUIProgressMonitor
-
- getTemplates() - Method in class org.jboss.forge.addon.git.gitignore.GitIgnoreTemplateGroup
-
- getTestJavaResource(String) - Method in interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet
-
- getTestJavaResource(JavaSource<?>) - Method in interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet
-
- getTestResource(String) - Method in interface org.jboss.forge.addon.projects.facets.ResourcesFacet
-
- getTestResourceDirectory() - Method in interface org.jboss.forge.addon.projects.facets.ResourcesFacet
-
Get the
DirectoryResource
representing the folder this
Project
uses to store test-scoped
non-source documents (such as configuration files.) Files in this directory will never be packaged or deployed
except when running Unit Tests.
- getTestSourceDirectory() - Method in interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet
-
Get the
DirectoryResource
this
Project
uses to store test-scoped source documents (such as .java
files.) Files in this directory will never be packaged or deployed except when running Unit Tests.
- getText() - Method in interface org.jboss.forge.addon.maven.plugins.ConfigurationElement
-
- getText() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
-
- getText() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementImpl
-
- getTopLevelPackage() - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
-
- getTotalWork() - Method in class org.jboss.forge.addon.ui.progress.DefaultUIProgressMonitor
-
- getTransaction() - Method in interface org.jboss.forge.addon.resource.ResourceFactory
-
Get the transaction associated with this
ResourceFactory
in the calling thread
- getTransactionTimeout() - Method in interface org.jboss.forge.addon.resource.transaction.ResourceTransaction
-
Get the the duration in seconds after which this
ResourceTransaction
will time out and be automatically
rolled back.
- getType() - Method in class org.jboss.forge.addon.maven.dependencies.MavenDependencyAdapter
-
- getType() - Method in class org.jboss.forge.addon.parser.java.projects.JavaEnterpriseProjectType
-
- getType() - Method in class org.jboss.forge.addon.parser.java.projects.JavaProjectType
-
- getType() - Method in class org.jboss.forge.addon.parser.java.projects.JavaWebProjectType
-
- getType() - Method in class org.jboss.forge.addon.parser.java.ui.AbstractJavaSourceCommand
-
Get the type for which this command should create a new source file.
- getType() - Method in class org.jboss.forge.addon.parser.java.utils.ValidationResult
-
- getType() - Method in interface org.jboss.forge.addon.projects.ProjectProvider
-
- getType() - Method in interface org.jboss.forge.addon.projects.ProjectType
-
- getType() - Method in class org.jboss.forge.addon.text.highlight.scanner.CSSScanner
-
- getType() - Method in interface org.jboss.forge.addon.text.highlight.Scanner
-
- getType() - Method in class org.jboss.forge.addon.text.highlight.scanner.GroovyScanner
-
- getType() - Method in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
-
- getType() - Method in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
-
- getType() - Method in class org.jboss.forge.addon.text.highlight.scanner.JavaScriptScanner
-
- getType() - Method in class org.jboss.forge.addon.text.highlight.scanner.JSONScanner
-
- getType() - Method in class org.jboss.forge.addon.text.highlight.scanner.PlainScanner
-
- getType() - Method in class org.jboss.forge.addon.text.highlight.scanner.PropertiesScanner
-
- getType() - Method in class org.jboss.forge.addon.text.highlight.scanner.SQLScanner
-
- getType() - Method in class org.jboss.forge.addon.text.highlight.scanner.XMLScanner
-
- getType() - Method in class org.jboss.forge.addon.text.highlight.scanner.YAMLScanner
-
- getType() - Method in interface org.jboss.forge.addon.ui.metadata.UICommandMetadata
-
- getType() - Method in class org.jboss.forge.addon.ui.util.Metadata
-
- getUIContext() - Method in interface org.jboss.forge.addon.ui.context.UIContextProvider
-
Returns the
UIContext
that is shared through all the
UICommand
instances in an interaction with
the user.
- getUncountables() - Method in class org.jboss.forge.addon.text.Inflector
-
Get the set of words that are not processed by the Inflector.
- getUnderlyingResourceObject() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
-
- getUnderlyingResourceObject() - Method in interface org.jboss.forge.addon.resource.Resource
-
Get the underlying object represented by this
Resource
.
- getUrl() - Method in class org.jboss.forge.addon.dependencies.DependencyRepository
-
Get the repository URL.
- getURL() - Method in interface org.jboss.forge.addon.maven.resources.MavenRepositoryResource
-
Get the Repository
url.
- getUserConfiguration() - Method in interface org.jboss.forge.addon.configuration.ConfigurationFactory
-
Returns the user configuration.
- getUsername() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
-
- getValidators() - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
- getValue(String) - Static method in enum org.jboss.forge.addon.parser.java.facets.JavaCompilerFacet.CompilerVersion
-
- getValue() - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
Returns the value associated with this component.
- getValue() - Method in interface org.jboss.forge.addon.ui.input.ManyValued
-
- getValue() - Method in interface org.jboss.forge.addon.ui.input.SingleValued
-
- getValueChoices() - Method in interface org.jboss.forge.addon.ui.input.SelectComponent
-
- getValueConverter() - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
- getValueFor(String) - Method in interface org.jboss.forge.addon.ui.controller.CommandController
-
- getValueFor(InputComponent<?, ?>) - Static method in class org.jboss.forge.addon.ui.util.InputComponents
-
- getValueType() - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
- getVersion() - Method in class org.jboss.forge.addon.addons.facets.FurnaceVersionFacet
-
- getVersion() - Method in class org.jboss.forge.addon.dependencies.builder.CoordinateBuilder
-
- getVersion() - Method in interface org.jboss.forge.addon.dependencies.Coordinate
-
Get the version
- getWarningMessages() - Method in class org.jboss.forge.addon.javaee.rest.generation.MessageCollector
-
- getWebInfDirectory() - Method in interface org.jboss.forge.addon.javaee.servlet.ServletFacet
-
Return a reference to the WEB-INF directory of this project.
- getWebPaths(String) - Method in interface org.jboss.forge.addon.javaee.faces.FacesFacet
-
- getWebPaths(Resource<?>) - Method in interface org.jboss.forge.addon.javaee.faces.FacesFacet
-
- getWebResource(String) - Method in interface org.jboss.forge.addon.projects.facets.WebResourcesFacet
-
- getWebRootDirectories() - Method in interface org.jboss.forge.addon.projects.facets.WebResourcesFacet
-
Get a list containing all possible Web Root
DirectoryResource
s for the current project.
- getWebRootDirectory() - Method in interface org.jboss.forge.addon.projects.facets.WebResourcesFacet
-
Get the default Web Root directory (this is the
DirectoryResource
containing resources to be deployed to
the web-root URL when the application is published.
- getXmlSource() - Method in interface org.jboss.forge.addon.parser.xml.resources.XMLResource
-
Attempt to determine and return the
XMLSource
type of the underlying
Class
.
- git(DirectoryResource) - Method in interface org.jboss.forge.addon.git.GitUtils
-
Returns a handle to an existing Git repository.
- GIT_DIRECTORY - Static variable in interface org.jboss.forge.addon.git.constants.GitConstants
-
- GIT_REFS_HEADS - Static variable in interface org.jboss.forge.addon.git.constants.GitConstants
-
- GIT_REMOTE_ORIGIN - Static variable in interface org.jboss.forge.addon.git.constants.GitConstants
-
- GitAPIFacet - Interface in org.jboss.forge.addon.git.facet
-
Adds the JGit API dependencies to the current project
- GitCheckoutCommand - Interface in org.jboss.forge.addon.git.ui
-
Checks out a GIT Ref
.
- GitCloneCommand - Interface in org.jboss.forge.addon.git.ui
-
Clones a GIT repository.
- GitConstants - Interface in org.jboss.forge.addon.git.constants
-
- GitFacet - Interface in org.jboss.forge.addon.git.facet
-
Creates a Git repository (by running the init action) in the root of the current project.
- GITIGNORE - Static variable in interface org.jboss.forge.addon.git.constants.GitConstants
-
- GitIgnoreAddPatternCommand - Interface in org.jboss.forge.addon.git.ui
-
Adds a pattern to the .gitignore file.
- GitIgnoreCreateCommand - Interface in org.jboss.forge.addon.git.ui
-
Creates a .gitignore file.
- GitIgnoreEditCommand - Interface in org.jboss.forge.addon.git.ui
-
Edits the .gitignore file.
- GitIgnoreEntry - Class in org.jboss.forge.addon.git.gitignore
-
- GitIgnoreEntry(String) - Constructor for class org.jboss.forge.addon.git.gitignore.GitIgnoreEntry
-
- GitIgnoreEntry(String, boolean, boolean) - Constructor for class org.jboss.forge.addon.git.gitignore.GitIgnoreEntry
-
- GitIgnoreFacet - Interface in org.jboss.forge.addon.git.facet
-
Downloads a list of .gitignore templates.
- GitIgnoreListPatternsCommand - Interface in org.jboss.forge.addon.git.ui
-
Lists the current .gitignore patterns.
- GitIgnoreListTemplatesCommand - Interface in org.jboss.forge.addon.git.ui
-
Lists the available .gitignore templates.
- GitIgnoreRemovePatternCommand - Interface in org.jboss.forge.addon.git.ui
-
Removes a pattern from the .gitignore file.
- GitIgnoreResource - Interface in org.jboss.forge.addon.git.gitignore.resources
-
- GitIgnoreSetupCommand - Interface in org.jboss.forge.addon.git.ui
-
Sets up a .gitignore file.
- GitIgnoreTemplateGroup - Class in org.jboss.forge.addon.git.gitignore
-
- GitIgnoreTemplateGroup(String) - Constructor for class org.jboss.forge.addon.git.gitignore.GitIgnoreTemplateGroup
-
- GitIgnoreTemplateGroup(String, List<String>) - Constructor for class org.jboss.forge.addon.git.gitignore.GitIgnoreTemplateGroup
-
- GitIgnoreUpdateRepoCommand - Interface in org.jboss.forge.addon.git.ui
-
Updates the current .gitignore template repository.
- GitSetupCommand - Interface in org.jboss.forge.addon.git.ui
-
Sets up GIT
- GitUtils - Interface in org.jboss.forge.addon.git
-
Forge's wrapper on top of the JGit API.
- GLOBAL_TEMPLATES - Static variable in interface org.jboss.forge.addon.git.constants.GitConstants
-
- GroovyScanner - Class in org.jboss.forge.addon.text.highlight.scanner
-
- GroovyScanner() - Constructor for class org.jboss.forge.addon.text.highlight.scanner.GroovyScanner
-
- GroovyScanner.State - Enum in org.jboss.forge.addon.text.highlight.scanner
-
- GUIEnabledPredicate - Class in org.jboss.forge.addon.ui.annotation.predicate
-
- GUIEnabledPredicate() - Constructor for class org.jboss.forge.addon.ui.annotation.predicate.GUIEnabledPredicate
-
- saveConfig(DESCRIPTOR) - Method in interface org.jboss.forge.addon.javaee.Configurable
-
- saveJavaSource(JavaSource<?>) - Method in interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet
-
Create or update a Java file in the primary source directory:
JavaSourceFacet.getSourceDirectory()
- use information in
the given
JavaSource
to determine the appropriate package; packages
will be created if necessary.
- saveTestJavaSource(JavaSource<?>) - Method in interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet
-
Create or update a Java file in the primary test source directory:
JavaSourceFacet.getTestSourceDirectory()
- use
information in the given
JavaSource
to determine the appropriate
package; packages will be created if necessary.
- ScaffoldGenerateCommand - Interface in org.jboss.forge.addon.scaffold.ui
-
To be used in subflows
- ScaffoldSetupWizard - Interface in org.jboss.forge.addon.scaffold.ui
-
To be used in subflows
- scan(StringScanner, Encoder, Map<String, Object>) - Method in class org.jboss.forge.addon.text.highlight.scanner.CSSScanner
-
- scan(StringScanner, Encoder, Map<String, Object>) - Method in class org.jboss.forge.addon.text.highlight.scanner.GroovyScanner
-
- scan(StringScanner, Encoder, Map<String, Object>) - Method in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
-
- scan(StringScanner, Encoder, Map<String, Object>) - Method in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
-
- scan(StringScanner, Encoder, Map<String, Object>) - Method in class org.jboss.forge.addon.text.highlight.scanner.JavaScriptScanner
-
- scan(StringScanner, Encoder, Map<String, Object>) - Method in class org.jboss.forge.addon.text.highlight.scanner.JSONScanner
-
- scan(StringScanner, Encoder, Map<String, Object>) - Method in class org.jboss.forge.addon.text.highlight.scanner.PlainScanner
-
- scan(StringScanner, Encoder, Map<String, Object>) - Method in class org.jboss.forge.addon.text.highlight.scanner.PropertiesScanner
-
- scan(StringScanner, Encoder, Map<String, Object>) - Method in interface org.jboss.forge.addon.text.highlight.Scanner
-
- scan(StringScanner, Encoder, Map<String, Object>) - Method in class org.jboss.forge.addon.text.highlight.scanner.SQLScanner
-
- scan(StringScanner, Encoder, Map<String, Object>) - Method in class org.jboss.forge.addon.text.highlight.scanner.YAMLScanner
-
- scan(String) - Method in class org.jboss.forge.addon.text.highlight.StringScanner
-
- scan(Pattern) - Method in class org.jboss.forge.addon.text.highlight.StringScanner
-
- Scanner - Interface in org.jboss.forge.addon.text.highlight
-
- scanner(Scanner) - Method in class org.jboss.forge.addon.text.highlight.Syntax.Builder
-
- Scanner.Factory - Class in org.jboss.forge.addon.text.highlight
-
- Scanner.Type - Class in org.jboss.forge.addon.text.highlight
-
- Scanner.Type(String, String) - Constructor for class org.jboss.forge.addon.text.highlight.Scanner.Type
-
- Scanner.Type(String, Pattern) - Constructor for class org.jboss.forge.addon.text.highlight.Scanner.Type
-
- scannerOptions(Map<String, Object>) - Method in class org.jboss.forge.addon.text.highlight.Syntax.Builder
-
- scannerType(String) - Method in class org.jboss.forge.addon.text.highlight.Syntax.Builder
-
- scanUntil(String) - Method in class org.jboss.forge.addon.text.highlight.StringScanner
-
- scanUntil(Pattern) - Method in class org.jboss.forge.addon.text.highlight.StringScanner
-
- SchemaGenerationType - Enum in org.jboss.forge.addon.javaee.jpa
-
The possible schema generation types
- search() - Method in class org.jboss.forge.addon.resource.util.ResourcePathResolver
-
Perform a search, by doing a breadth-first traversal of the resource tree for resources that match the path
string.
- SECRET - Static variable in class org.jboss.forge.addon.ui.hints.InputType
-
- select(Iterator<T>, Predicate<T>) - Static method in class org.jboss.forge.addon.dependencies.collection.DependencyNodeUtil
-
- select(DependencyNode, Predicate<DependencyNode>) - Static method in class org.jboss.forge.addon.dependencies.collection.DependencyNodeUtil
-
- SelectComponent<IMPLTYPE,VALUETYPE> - Interface in org.jboss.forge.addon.ui.input
-
Parent interface for UISelect components
- selectFirst(Iterator<T>, Predicate<T>) - Static method in class org.jboss.forge.addon.dependencies.collection.DependencyNodeUtil
-
Returns the first
DependencyNode
object found that satisfy the filter.
- Selections - Class in org.jboss.forge.addon.ui.util
-
- Selections() - Constructor for class org.jboss.forge.addon.ui.util.Selections
-
- SEMI_COLON - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
-
- ServletFacet<DESCRIPTOR extends org.jboss.shrinkwrap.descriptor.api.webapp.WebAppCommonDescriptor> - Interface in org.jboss.forge.addon.javaee.servlet
-
If installed, this
Project
supports features from the Servlet specification.
- ServletFacet_2_5 - Interface in org.jboss.forge.addon.javaee.servlet
-
- ServletFacet_3_0 - Interface in org.jboss.forge.addon.javaee.servlet
-
- ServletFacet_3_1 - Interface in org.jboss.forge.addon.javaee.servlet
-
- ServletSetupWizard - Interface in org.jboss.forge.addon.javaee.servlet.ui
-
- set(Color, TokenType, TokenType...) - Method in class org.jboss.forge.addon.text.highlight.Theme
-
- setActivateByDefault(boolean) - Method in class org.jboss.forge.addon.maven.profiles.ProfileImpl
-
- setActiveByDefault(boolean) - Method in class org.jboss.forge.addon.maven.profiles.ProfileBuilder
-
- setArtifact(FileResource<?>) - Method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
-
- setArtifactId(String) - Method in class org.jboss.forge.addon.dependencies.builder.CoordinateBuilder
-
- setArtifactId(String) - Method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
-
- setAttribute(Object, Object) - Method in class org.jboss.forge.addon.projects.AbstractProject
-
- setAttribute(Object, Object) - Method in interface org.jboss.forge.addon.projects.Project
-
Set a value in this project's internal attributes.
- setCancelled(boolean) - Method in class org.jboss.forge.addon.ui.progress.DefaultUIProgressMonitor
-
- setCancelled(boolean) - Method in interface org.jboss.forge.addon.ui.progress.UIProgressMonitor
-
Sets the cancel state to the given value.
- setChildren(List<PluginElement>) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementImpl
-
- setClassifier(String) - Method in class org.jboss.forge.addon.dependencies.builder.CoordinateBuilder
-
- setClassifier(String) - Method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
-
- SetCompilerVersionCommand - Interface in org.jboss.forge.addon.parser.java.ui
-
- setCompleter(UICompleter<VALUETYPE>) - Method in interface org.jboss.forge.addon.ui.input.HasCompleter
-
- setConfig(Configuration) - Method in class org.jboss.forge.addon.maven.plugins.ExecutionBuilder
-
- setConfig(Configuration) - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginAdapter
-
- setConfiguration(Configuration) - Method in class org.jboss.forge.addon.maven.plugins.ExecutionImpl
-
- setConfiguration(Configuration) - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginBuilder
-
- setConfiguration(Configuration) - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginImpl
-
- setConfigurationStrategy(RestConfigurationStrategy) - Method in interface org.jboss.forge.addon.javaee.rest.RestFacet
-
Set the configuration strategy for this RestFacet
- setContainer(PersistenceContainer) - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
-
- setContents(JavaSource<?>) - Method in interface org.jboss.forge.addon.parser.java.resources.JavaResource
-
Set the content of this
Resource
to the value of the given
JavaSource
.
- setContents(InputStream, Properties) - Method in interface org.jboss.forge.addon.parser.java.resources.JavaResource
-
Sets the contents using the given formatter properties
- setContents(JsonStructure) - Method in interface org.jboss.forge.addon.parser.json.resource.JsonResource
-
Sets the content to this JsonStructure
(could be an array or object)
- setContents(Node) - Method in interface org.jboss.forge.addon.parser.xml.resources.XMLResource
-
Set the content of this
Resource
to the value of the given
XMLSource
.
- setContents(String) - Method in class org.jboss.forge.addon.resource.AbstractFileResource
-
- setContents(String, Charset) - Method in class org.jboss.forge.addon.resource.AbstractFileResource
-
- setContents(char[], Charset) - Method in class org.jboss.forge.addon.resource.AbstractFileResource
-
- setContents(char[]) - Method in class org.jboss.forge.addon.resource.AbstractFileResource
-
- setContents(InputStream) - Method in class org.jboss.forge.addon.resource.AbstractFileResource
-
- setContents(String) - Method in interface org.jboss.forge.addon.resource.WriteableResource
-
- setContents(String, Charset) - Method in interface org.jboss.forge.addon.resource.WriteableResource
-
- setContents(char[]) - Method in interface org.jboss.forge.addon.resource.WriteableResource
-
Set the contents of this
WriteableResource
to the given character array using UTF-8 encoding.
- setContents(char[], Charset) - Method in interface org.jboss.forge.addon.resource.WriteableResource
-
Set the contents of this
WriteableResource
to the given character array using the specified encoding.
- setContents(InputStream) - Method in interface org.jboss.forge.addon.resource.WriteableResource
-
- setContentType(List<String>) - Method in class org.jboss.forge.addon.javaee.rest.generation.RestGenerationContext
-
- setCoordinate(Coordinate) - Method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
-
- setCoordinate(Coordinate) - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginBuilder
-
- setCoordinate(Coordinate) - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginImpl
-
- setCurrentResource(Resource<?>) - Method in interface org.jboss.forge.addon.shell.Shell
-
Sets the current working directory
- setDatabase(DatabaseType) - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
-
- setDatabaseType(DatabaseType) - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
-
- setDatabaseURL(String) - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
-
- setDefaultValue(Iterable<VALUETYPE>) - Method in interface org.jboss.forge.addon.ui.input.ManyValued
-
- setDefaultValue(Callable<Iterable<VALUETYPE>>) - Method in interface org.jboss.forge.addon.ui.input.ManyValued
-
- setDefaultValue(VALUETYPE) - Method in interface org.jboss.forge.addon.ui.input.SingleValued
-
- setDefaultValue(Callable<VALUETYPE>) - Method in interface org.jboss.forge.addon.ui.input.SingleValued
-
- setDefaultValueFor(ConverterFactory, InputComponent<?, Object>, Object) - Static method in class org.jboss.forge.addon.ui.util.InputComponents
-
Sets the default value in the provided
InputComponent
, making any necessary conversions
- setDescription(String) - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
- setDescription(Callable<String>) - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
- setDirectProperty(String, String) - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
-
Set a build dependency property in the current project.
- setEnabled(boolean) - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
- setEnabled(Callable<Boolean>) - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
- setEntity(JavaClassSource) - Method in class org.jboss.forge.addon.javaee.jpa.dao.DaoGenerationContext
-
- setEntity(JavaClassSource) - Method in class org.jboss.forge.addon.javaee.rest.generation.RestGenerationContext
-
- setExcludedCoordinates(List<Coordinate>) - Method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
-
- setExtensions(boolean) - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginBuilder
-
- setExtenstions(boolean) - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginImpl
-
- setFacesMapping(String) - Method in interface org.jboss.forge.addon.javaee.faces.FacesFacet
-
- setFaceted(FACETEDTYPE) - Method in class org.jboss.forge.addon.facets.AbstractFacet
-
Set the
origin on which this Facet
will operate.
- setFaceted(FACETEDTYPE) - Method in interface org.jboss.forge.addon.facets.MutableFacet
-
- setFilter(Predicate<Dependency>) - Method in class org.jboss.forge.addon.dependencies.builder.DependencyQueryBuilder
-
- setFinalName(String) - Method in interface org.jboss.forge.addon.projects.facets.PackagingFacet
-
Set the final name of this project's build output artifact.
- setGroupId(String) - Method in class org.jboss.forge.addon.dependencies.builder.CoordinateBuilder
-
- setGroupId(String) - Method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
-
- setGUI(boolean) - Method in class org.jboss.forge.addon.ui.test.impl.UIProviderImpl
-
- setId(String) - Method in class org.jboss.forge.addon.maven.plugins.ExecutionBuilder
-
- setId(String) - Method in class org.jboss.forge.addon.maven.plugins.ExecutionImpl
-
- setId(String) - Method in class org.jboss.forge.addon.maven.profiles.ProfileBuilder
-
- setId(String) - Method in class org.jboss.forge.addon.maven.profiles.ProfileImpl
-
- setInflector(Inflector) - Method in class org.jboss.forge.addon.javaee.rest.generation.RestGenerationContext
-
- setInitialSelection(T...) - Method in class org.jboss.forge.addon.ui.test.impl.UIContextImpl
-
- setInputType(String) - Method in interface org.jboss.forge.addon.ui.facets.HintsFacet
-
- setInputType(Class<?>, String) - Method in class org.jboss.forge.addon.ui.hints.HintsLookup
-
- setItemLabelConverter(Converter<VALUETYPE, String>) - Method in interface org.jboss.forge.addon.ui.input.SelectComponent
-
- setJdbcDriver(String) - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
-
- setJndiDataSource(String) - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
-
- setLabel(String) - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
- setLastModified(long) - Method in class org.jboss.forge.addon.resource.AbstractFileResource
-
- setLastModified(long) - Method in interface org.jboss.forge.addon.resource.FileResource
-
Set the last modified time-stamp of this resource.
- setMetaModelProvider(MetaModelProvider) - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceMetaModelFacet
-
Sets the metamodel provider.
- setModel(Model) - Method in interface org.jboss.forge.addon.maven.projects.MavenFacet
-
Set the current Maven
Model
for this
Project
.
- setName(String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
-
- setName(String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementImpl
-
- setOptional(boolean) - Method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
-
- setPackaging(String) - Method in class org.jboss.forge.addon.dependencies.builder.CoordinateBuilder
-
- setPackaging(String) - Method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
-
- setPackagingType(String) - Method in interface org.jboss.forge.addon.projects.facets.PackagingFacet
-
Set the packaging type currently in use by this project.
- setParent(Resource<?>) - Method in class org.jboss.forge.addon.resource.AbstractResource
-
- setPassword(String) - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
-
- setPersistenceUnitName(String) - Method in class org.jboss.forge.addon.javaee.jpa.dao.DaoGenerationContext
-
- setPersistenceUnitName(String) - Method in class org.jboss.forge.addon.javaee.rest.generation.RestGenerationContext
-
- setPhase(String) - Method in class org.jboss.forge.addon.maven.plugins.ExecutionBuilder
-
- setPhase(String) - Method in class org.jboss.forge.addon.maven.plugins.ExecutionImpl
-
- setProject(Project) - Method in class org.jboss.forge.addon.javaee.jpa.dao.DaoGenerationContext
-
- setProject(Project) - Method in class org.jboss.forge.addon.javaee.rest.generation.RestGenerationContext
-
- setProjectGroupName(String) - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
-
Set the top level package of this
Project
.
- setProjectName(String) - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
-
- setProjectStage(ProjectStage) - Method in interface org.jboss.forge.addon.javaee.faces.FacesFacet
-
- setProjectVersion(String) - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
-
- setProperty(String, Object) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Set a property, this will replace any previously set values.
- setProvider(PersistenceProvider) - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
-
- setRepositories(DependencyRepository...) - Method in class org.jboss.forge.addon.dependencies.builder.DependencyQueryBuilder
-
- setRepositories(Iterable<DependencyRepository>) - Method in class org.jboss.forge.addon.dependencies.builder.DependencyQueryBuilder
-
- setRequired(boolean) - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
- setRequired(Callable<Boolean>) - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
- setRequiredMessage(String) - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
Set the message to be displayed when this
InputComponent
is required and no primary or default value has
been set.
- setRequiredMessage(Callable<String>) - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
Set the
Callable
object to supply the message to be displayed when this
InputComponent
is required
and no primary or default value has been set.
- setSchemaGenerationType(SchemaGenerationType) - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
-
- setScopeType(String) - Method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
-
- setScopeType(String) - Method in class org.jboss.forge.addon.dependencies.builder.DependencyQueryBuilder
-
- setSelection(SELECTIONTYPE) - Method in class org.jboss.forge.addon.ui.context.AbstractUIContext
-
- setSelection(UISelection<SELECTIONTYPE>) - Method in class org.jboss.forge.addon.ui.context.AbstractUIContext
-
- setSelection(SELECTIONTYPE) - Method in interface org.jboss.forge.addon.ui.context.UIContext
-
Sets a new selection.
- setSelection(UISelection<SELECTIONTYPE>) - Method in interface org.jboss.forge.addon.ui.context.UIContext
-
Sets a new selection.
- setSourceCompilerVersion(JavaCompilerFacet.CompilerVersion) - Method in interface org.jboss.forge.addon.parser.java.facets.JavaCompilerFacet
-
- setSystemPath(String) - Method in class org.jboss.forge.addon.dependencies.builder.CoordinateBuilder
-
- setTargetCompilerVersion(JavaCompilerFacet.CompilerVersion) - Method in interface org.jboss.forge.addon.parser.java.facets.JavaCompilerFacet
-
- setTargetPackageName(String) - Method in class org.jboss.forge.addon.javaee.jpa.dao.DaoGenerationContext
-
- setTargetPackageName(String) - Method in class org.jboss.forge.addon.javaee.rest.generation.RestGenerationContext
-
- setTaskName(String) - Method in class org.jboss.forge.addon.ui.progress.DefaultUIProgressMonitor
-
- setTaskName(String) - Method in interface org.jboss.forge.addon.ui.progress.UIProgressMonitor
-
Sets the task name to the given value.
- setText(String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
-
- setText(String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementImpl
-
- setTopLevelPackage(String) - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
-
- setTransactionTimeout(int) - Method in interface org.jboss.forge.addon.resource.transaction.ResourceTransaction
-
Set the the duration in seconds after which this
ResourceTransaction
will time out and be automatically
rolled back.
- setup(String, Project, JPADataSource, boolean) - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceOperations
-
Setups JPA in the project for the given attributes.
- setupComplexAddonProject(Project, Version, Iterable<AddonId>) - Method in interface org.jboss.forge.addon.addons.project.AddonProjectConfigurator
-
Create a Furnace
Project
with the full structure (api,impl,tests,spi and addon)
- setupConnection(PersistenceUnitCommon, JPADataSource) - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceContainer
-
Set up the connection info.
- setupSimpleAddonProject(Project, Version, Iterable<AddonId>) - Method in interface org.jboss.forge.addon.addons.project.AddonProjectConfigurator
-
Create a Furnace
Project
with the single project structure.
- setUsername(String) - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
-
- setValue(Iterable<VALUETYPE>) - Method in interface org.jboss.forge.addon.ui.input.ManyValued
-
- setValue(VALUETYPE) - Method in interface org.jboss.forge.addon.ui.input.SingleValued
-
- setValueChoices(Iterable<VALUETYPE>) - Method in interface org.jboss.forge.addon.ui.input.SelectComponent
-
- setValueChoices(Callable<Iterable<VALUETYPE>>) - Method in interface org.jboss.forge.addon.ui.input.SelectComponent
-
- setValueConverter(Converter<String, VALUETYPE>) - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
- setValueFor(String, Object) - Method in interface org.jboss.forge.addon.ui.controller.CommandController
-
- setValueFor(ConverterFactory, InputComponent<?, ?>, Object) - Static method in class org.jboss.forge.addon.ui.util.InputComponents
-
Sets the value in the provided
InputComponent
, making any necessary conversions
- setVersion(String) - Method in class org.jboss.forge.addon.addons.facets.FurnaceVersionFacet
-
- setVersion(String) - Method in class org.jboss.forge.addon.dependencies.builder.CoordinateBuilder
-
- setVersion(String) - Method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
-
- Shell - Interface in org.jboss.forge.addon.shell
-
The command line shell.
- ShellContext - Interface in org.jboss.forge.addon.shell.ui
-
- ShellFactory - Interface in org.jboss.forge.addon.shell
-
- SingleCommandController - Interface in org.jboss.forge.addon.ui.controller
-
- SingleValued<IMPL,VALUETYPE> - Interface in org.jboss.forge.addon.ui.input
-
UI components implementing this interface hold a single value
- singularize(Object) - Method in class org.jboss.forge.addon.text.Inflector
-
Returns the singular form of the word in the string.
- size() - Method in interface org.jboss.forge.addon.ui.context.UISelection
-
Counts the elements in this selection.
- SPACE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
-
- SPACE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
-
- SPACE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JSONScanner
-
- SPECIAL_COMMENT - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
-
- SPECIAL_SPACE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
-
- SPECIAL_TAG - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
-
- SQLScanner - Class in org.jboss.forge.addon.text.highlight.scanner
-
- SQLScanner() - Constructor for class org.jboss.forge.addon.text.highlight.scanner.SQLScanner
-
- SQLScanner.State - Enum in org.jboss.forge.addon.text.highlight.scanner
-
- start(int) - Method in class org.jboss.forge.addon.git.ui.ProgressMonitorAdapter
-
- START_COLOR - Static variable in class org.jboss.forge.addon.text.highlight.encoder.TerminalEncoder.TerminalString
-
- START_STRING - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
-
- stashApply(Git, String...) - Method in interface org.jboss.forge.addon.git.GitUtils
-
Applies the changes in a stashed commit to the working directory and index.
- stashCreate(Git) - Method in interface org.jboss.forge.addon.git.GitUtils
-
Stashes the contents on the working directory and index in separate commits and resets to the current HEAD commit.
- stashDrop(Git) - Method in interface org.jboss.forge.addon.git.GitUtils
-
Drops the last stashed commit.
- status(boolean) - Method in class org.jboss.forge.addon.projects.building.BuildResultBuilder
-
- store(Project) - Method in interface org.jboss.forge.addon.projects.spi.ProjectCache
-
Store the given
Project
into this cache.
- STRING_CONTENT - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
-
- STRING_CONTENT_2 - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
-
- STRING_CONTENT_PATTERN - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
-
- STRING_CONTENT_PATTERN_DOUBLE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
-
- STRING_CONTENT_PATTERN_MULTI_LINE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
-
- STRING_CONTENT_PATTERN_SINGLE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
-
- StringScanner - Class in org.jboss.forge.addon.text.highlight
-
- StringScanner(String) - Constructor for class org.jboss.forge.addon.text.highlight.StringScanner
-
- subset(String) - Method in interface org.jboss.forge.addon.configuration.Configuration
-
Return a decorator Configuration containing every key from the current Configuration that starts with the
specified prefix.
- Subset - Annotation Type in org.jboss.forge.addon.configuration
-
- subTask(String) - Method in class org.jboss.forge.addon.ui.progress.DefaultUIProgressMonitor
-
- subTask(String) - Method in interface org.jboss.forge.addon.ui.progress.UIProgressMonitor
-
Notifies that a subtask of the main task is beginning.
- succeeded() - Method in class org.jboss.forge.addon.projects.building.BuildResultBuilder
-
- success(PrintStream, String) - Method in interface org.jboss.forge.addon.ui.output.UIOutput
-
Prints a successful message in the provided
PrintStream
- success() - Static method in class org.jboss.forge.addon.ui.result.Results
-
- success(String) - Static method in class org.jboss.forge.addon.ui.result.Results
-
Create a successful
Result
with a message.
- success(PrintStream, String) - Method in class org.jboss.forge.addon.ui.test.impl.UIOutputImpl
-
- supports(F) - Method in interface org.jboss.forge.addon.facets.Faceted
-
Return true if the given
Facet
is supported.
- supports(F) - Method in class org.jboss.forge.addon.resource.AbstractResource
-
- supports(String) - Method in class org.jboss.forge.addon.text.highlight.Scanner.Type
-
- switchBranch(Git, String) - Method in interface org.jboss.forge.addon.git.GitUtils
-
Changes the currently checked out branch of a given repository.
- Syntax - Class in org.jboss.forge.addon.text.highlight
-
- Syntax() - Constructor for class org.jboss.forge.addon.text.highlight.Syntax
-
- Syntax.Builder - Class in org.jboss.forge.addon.text.highlight
-
- validate() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
-
- validate(JPADataSource) - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceContainer
-
Validate against the supplied datastore
- validate(JPADataSource) - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceProvider
-
Validate against the supplied datastore
- validate(UIValidationContext) - Method in class org.jboss.forge.addon.parser.java.ui.AbstractJavaSourceCommand
-
- validate(UIValidationContext) - Method in class org.jboss.forge.addon.parser.java.ui.validators.AbstractJLSUIValidator
-
- validate(String) - Method in class org.jboss.forge.addon.parser.java.ui.validators.AbstractJLSUIValidator
-
- validate(String) - Method in class org.jboss.forge.addon.parser.java.ui.validators.ClassNameUIValidator
-
- validate(String) - Method in class org.jboss.forge.addon.parser.java.ui.validators.PackageUIValidator
-
- validate(UIValidationContext) - Method in class org.jboss.forge.addon.ui.command.AbstractUICommand
-
- validate(UIValidationContext) - Method in interface org.jboss.forge.addon.ui.command.UICommand
-
- validate() - Method in interface org.jboss.forge.addon.ui.controller.CommandController
-
- validate(InputComponent<?, ?>) - Method in interface org.jboss.forge.addon.ui.controller.CommandController
-
- validate(UIValidationContext) - Method in interface org.jboss.forge.addon.ui.input.InputComponent
-
- validate(UIValidationContext) - Method in class org.jboss.forge.addon.ui.validate.CompositeUIValidator
-
- validate(UIValidationContext) - Method in interface org.jboss.forge.addon.ui.validate.UIValidator
-
Should validate against the current
UIInput
values supplied in the
UICommand
implementation class.
- validateClassName(String) - Static method in class org.jboss.forge.addon.parser.java.utils.JLSValidator
-
Validates whether the className
parameter is a valid class name.
- validateIdentifier(String, IdentifierType) - Static method in class org.jboss.forge.addon.parser.java.utils.JLSValidator
-
Validates whether the identifier
parameter is a valid identifier name for the type
parameter.
- validatePackageName(String) - Static method in class org.jboss.forge.addon.parser.java.utils.JLSValidator
-
Validates whether the packageName
parameter is a valid package name.
- validateRequired(InputComponent<?, ?>) - Static method in class org.jboss.forge.addon.ui.util.InputComponents
-
Validate if the input has a value.
- validateVariableName(String) - Static method in class org.jboss.forge.addon.parser.java.utils.JLSValidator
-
Validates whether the identifier
parameter is a valid variable name.
- ValidationAddConstraintWizard - Interface in org.jboss.forge.addon.javaee.validation.ui
-
- ValidationFacet - Interface in org.jboss.forge.addon.javaee.validation
-
Facet representing JSR-303 capabilities for Bean Validation
- ValidationNewAnnotationCommand - Interface in org.jboss.forge.addon.javaee.validation.ui
-
Creates a new Bean Validation constraint annotation
- ValidationNewGroupCommand - Interface in org.jboss.forge.addon.javaee.validation.ui
-
- ValidationProvider - Interface in org.jboss.forge.addon.javaee.validation.provider
-
- ValidationProviderSetupCommand - Interface in org.jboss.forge.addon.javaee.validation.ui
-
- ValidationResult - Class in org.jboss.forge.addon.parser.java.utils
-
- ValidationResult(ResultType) - Constructor for class org.jboss.forge.addon.parser.java.utils.ValidationResult
-
- ValidationResult(ResultType, String) - Constructor for class org.jboss.forge.addon.parser.java.utils.ValidationResult
-
- valueChanged(ValueChangeEvent) - Method in interface org.jboss.forge.addon.ui.input.ValueChangeListener
-
- ValueChangeEvent - Class in org.jboss.forge.addon.ui.input.events
-
- ValueChangeEvent(InputComponent<?, ?>, Object, Object) - Constructor for class org.jboss.forge.addon.ui.input.events.ValueChangeEvent
-
- ValueChangeListener - Interface in org.jboss.forge.addon.ui.input
-
Listen for value change events
- valueOf(String) - Static method in enum org.jboss.forge.addon.facets.constraints.FacetConstraintType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.addon.javaee.jpa.DatabaseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.addon.javaee.jpa.SchemaGenerationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.addon.javaee.validation.CoreConstraints
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.addon.parser.java.facets.JavaCompilerFacet.CompilerVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.addon.parser.java.utils.IdentifierType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.addon.parser.java.utils.ResultType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.addon.projects.building.BuildMessage.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.addon.resource.DefaultFileOperations
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.addon.text.highlight.Encoder.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.addon.text.highlight.scanner.CSSScanner.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.addon.text.highlight.scanner.GroovyScanner.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.addon.text.highlight.scanner.HTMLScanner.EmbeddedType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.addon.text.highlight.scanner.HTMLScanner.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.addon.text.highlight.scanner.JavaScanner.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.addon.text.highlight.scanner.JavaScriptScanner.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.addon.text.highlight.scanner.JSONScanner.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.addon.text.highlight.scanner.PropertiesScanner.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.addon.text.highlight.scanner.SQLScanner.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.addon.text.highlight.scanner.YAMLScanner.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.addon.text.highlight.TokenType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.addon.ui.output.UIMessage.Severity
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jboss.forge.addon.facets.constraints.FacetConstraintType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.addon.javaee.jpa.DatabaseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.addon.javaee.jpa.SchemaGenerationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.addon.javaee.validation.CoreConstraints
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.addon.parser.java.facets.JavaCompilerFacet.CompilerVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.addon.parser.java.utils.IdentifierType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.addon.parser.java.utils.ResultType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.addon.projects.building.BuildMessage.Severity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.addon.resource.DefaultFileOperations
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.addon.text.highlight.Encoder.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.addon.text.highlight.scanner.CSSScanner.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.addon.text.highlight.scanner.GroovyScanner.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.addon.text.highlight.scanner.HTMLScanner.EmbeddedType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.addon.text.highlight.scanner.HTMLScanner.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.addon.text.highlight.scanner.JavaScanner.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.addon.text.highlight.scanner.JavaScriptScanner.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.addon.text.highlight.scanner.JSONScanner.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.addon.text.highlight.scanner.PropertiesScanner.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.addon.text.highlight.scanner.SQLScanner.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.addon.text.highlight.scanner.YAMLScanner.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.addon.text.highlight.TokenType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.addon.ui.output.UIMessage.Severity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION_PROPERTY - Static variable in class org.jboss.forge.addon.addons.facets.FurnaceVersionFacet
-
- VirtualResource<T> - Class in org.jboss.forge.addon.resource
-
An abstract implementation of a virtual resource handle.
- VirtualResource(ResourceFactory, Resource<?>) - Constructor for class org.jboss.forge.addon.resource.VirtualResource
-
- visit(VisitContext, JavaResource) - Method in class org.jboss.forge.addon.parser.java.resources.JavaResourceVisitor
-
Called when a Java File is found.
- visit(VisitContext, Resource<?>) - Method in class org.jboss.forge.addon.parser.java.resources.JavaResourceVisitor
-
- visit(VisitContext, Resource<?>) - Method in interface org.jboss.forge.addon.resource.visit.ResourceVisitor
-
- VisitContext - Interface in org.jboss.forge.addon.resource.visit
-
- visitJavaSources(JavaResourceVisitor) - Method in interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet
-
Recursively loops over all the source directories and for each java file it finds, calls the visitor.
- visitJavaTestSources(JavaResourceVisitor) - Method in interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet
-
Recursively loops over all the test source directories and for each java file it finds, calls the visitor.
- visitResources(ResourceVisitor) - Method in interface org.jboss.forge.addon.projects.facets.ResourcesFacet
-
Recursively loops over all the resource directories and for each file it finds, calls the visitor.
- visitTestResources(ResourceVisitor) - Method in interface org.jboss.forge.addon.projects.facets.ResourcesFacet
-
Recursively loops over all the test resource directories and for each file it finds, calls the visitor.
- visitWebResources(ResourceVisitor) - Method in interface org.jboss.forge.addon.projects.facets.WebResourcesFacet
-
Recursively loops over all the resource directories and for each file it finds, calls the visitor.