Forge - Parent 2.6.1-SNAPSHOT
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

AbstractCommandExecutionListener - Class in org.jboss.forge.addon.ui.command
An abstract class that implements the CommandExecutionListener interface
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
 
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
Supports Project specific operations on UICommand sub-classes.
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
Adds an Addon Dependency to the current Project
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.
addArguments(String...) - Method in interface org.jboss.forge.addon.projects.building.ProjectBuilder
Manually add an argument to be passed to the underlying build system.
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
Add a CommandExecutionListener, returning the ListenerRegistration with which it may subsequently be removed.
addCommandExecutionListener(CommandExecutionListener) - Method in interface org.jboss.forge.addon.shell.ShellHandle
 
addCommandExecutionListener(CommandExecutionListener) - Method in class org.jboss.forge.addon.ui.context.AbstractUIContext
 
addCommandExecutionListener(CommandExecutionListener) - Method in interface org.jboss.forge.addon.ui.context.UIContext
Add a CommandExecutionListener, returning the ListenerRegistration with which it may subsequently be removed.
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
Responsible for adding Dependency entries to a Project.
addDependency(Dependency) - Method in class org.jboss.forge.addon.maven.profiles.ProfileBuilder
 
addDirectDependency(Dependency) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
Add the given Dependency to this Project's immediate list of dependencies.
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, 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
Responsible for adding managed Dependency entries to a Project
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
Add the given managed MavenPlugin to this Project's immediate list of managed plugins.
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
Add the given MavenPlugin to this Project's immediate list of plugins.
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.
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
Responsible for adding DependencyRepository entries to a Project.
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
Add a ResourceTransactionListener to be notified when ResourceTransaction events occur.
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
Add a new UIValidator with which this InputComponent should be validated.
addValidatorMethod(JavaResource, String) - Method in interface org.jboss.forge.addon.javaee.faces.FacesOperations
Adds a Validator method to the given JavaResource.
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
Aggregates a list of results into one single CompositeResult
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)
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
Compare the Coordinate of each given Dependency for equivalence.
areEquivalent(Coordinate, Coordinate) - Static method in class org.jboss.forge.addon.dependencies.util.Dependencies
Compare the Coordinate of each given Dependency for equivalence.
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
 

B

begin() - Method in interface org.jboss.forge.addon.resource.transaction.ResourceTransaction
Starts a transaction.
beginGroup(TokenType) - Method in interface org.jboss.forge.addon.text.highlight.Encoder
 
beginGroup(TokenType) - Method in class org.jboss.forge.addon.text.highlight.encoder.DebugEncoder
 
beginGroup(TokenType) - Method in class org.jboss.forge.addon.text.highlight.encoder.TerminalEncoder
 
beginLine(TokenType) - Method in interface org.jboss.forge.addon.text.highlight.Encoder
 
beginLine(TokenType) - Method in class org.jboss.forge.addon.text.highlight.encoder.DebugEncoder
 
beginLine(TokenType) - Method in class org.jboss.forge.addon.text.highlight.encoder.TerminalEncoder
 
beginTask(String, int) - Method in class org.jboss.forge.addon.ui.progress.DefaultUIProgressMonitor
 
beginTask(String, int) - Method in interface org.jboss.forge.addon.ui.progress.UIProgressMonitor
Notifies that the main task is beginning.
BOILERPLATE_FILE - Static variable in interface org.jboss.forge.addon.git.constants.GitConstants
 
BOOLEAN - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JSONScanner
 
breadthFirstIterator(DependencyNode) - Static method in class org.jboss.forge.addon.dependencies.collection.DependencyNodeUtil
Creates and returns an iterator that traverses the subtree rooted at this node in breadth-first order.
build() - Method in interface org.jboss.forge.addon.projects.building.ProjectBuilder
Execute the build, returning the final product as a Resource.
build(PrintStream, PrintStream) - Method in interface org.jboss.forge.addon.projects.building.ProjectBuilder
Execute the build, returning the final product as a Resource and redirect the output to the provided streams
build() - Method in class org.jboss.forge.addon.ui.result.navigation.NavigationResultBuilder
Create a NavigationResult instance representing the entries that have been added.
BuildException - Exception in org.jboss.forge.addon.projects.building
Represents an exception during project building.
BuildException() - Constructor for exception org.jboss.forge.addon.projects.building.BuildException
 
BuildException(String, Throwable) - Constructor for exception org.jboss.forge.addon.projects.building.BuildException
 
BuildException(String) - Constructor for exception org.jboss.forge.addon.projects.building.BuildException
 
builtIns() - Static method in class org.jboss.forge.addon.text.highlight.Syntax
 
BuiltInTypes - Class in org.jboss.forge.addon.text.highlight.scanner.java
 
BuiltInTypes() - Constructor for class org.jboss.forge.addon.text.highlight.scanner.java.BuiltInTypes
 
byFileName(String) - Static method in class org.jboss.forge.addon.text.highlight.Scanner.Factory
 
byFileName(String, String, OutputStream) - Method in class org.jboss.forge.addon.text.Highlighter
 
byType(String) - Static method in class org.jboss.forge.addon.text.highlight.Scanner.Factory
 
byType(String, String, OutputStream) - Method in class org.jboss.forge.addon.text.Highlighter
 

C

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
Set the UICategory of the corresponding UICommand.
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
CDI 1.0 specific version of CDIFacet
CDIFacet_1_1 - Interface in org.jboss.forge.addon.javaee.cdi
CDI 1.1 specific version of CDIFacet
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.
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
A Controller for a specific UICommand
CommandControllerFactory - Interface in org.jboss.forge.addon.ui.controller
Creates CommandController objects
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
Responsible for producing UICommand objects from all registered CommandProvider instances.
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
Applies every change in the Set returned by ResourceTransaction.getChangeSet()
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
A CompositeConverter converts elements in the specified sequence.
CompositeConverter(Converter...) - Constructor for class org.jboss.forge.addon.convert.CompositeConverter
 
CompositeResult - Interface in org.jboss.forge.addon.ui.result
A CompositeResult is composed of several Result objects
CompositeUIValidator - Class in org.jboss.forge.addon.ui.validate
A Composite implementation of a UIValidator
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 Facets 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
Builds a Configuration object
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
Configure the PersistenceUnitCommon and JPADataSource.
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
Returns true if a Project exists in the ancestry of the given Resource.
containsProject(Resource<?>, ProjectProvider) - Method in interface org.jboss.forge.addon.projects.ProjectFactory
Returns true if a Project of the given ProjectProvider exists in the ancestry of the given Resource.
containsProject(Resource<?>, Resource<?>) - Method in interface org.jboss.forge.addon.projects.ProjectFactory
Returns true if a Project exists in the ancestry of the given Resource.
containsProject(Resource<?>, Resource<?>, ProjectProvider) - Method in interface org.jboss.forge.addon.projects.ProjectFactory
Returns true if a Project of the given ProjectProvider exists in the ancestry of the given Resource.
containsProject(Resource<?>) - Method in interface org.jboss.forge.addon.projects.ProjectProvider
Returns true if the given Resource contains an existing Project.
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
Returns true if a Project exists in the current UISelection.
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
 
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
 
ConverterFactory - Interface in org.jboss.forge.addon.convert
Creates Converter objects
ConverterGenerator - Interface in org.jboss.forge.addon.convert
A ConverterGenerator is responsible for creating Converter objects In order to register a custom Converter implementation, a ConverterGenerator must be created and subsequently registered in your addon's ServiceRegistry.
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
Coordinates for a single Dependency.
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
Obtain a new DependencyBuilder instance.
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(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
Return a new ProjectBuilder instance.
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
Create a CommandController of the correct type for the given UICommand.
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
Creates an UIInput component
createInput(String, char, Class<T>) - Method in interface org.jboss.forge.addon.ui.input.InputComponentFactory
Creates an UIInput component
createInputMany(String, Class<T>) - Method in interface org.jboss.forge.addon.ui.input.InputComponentFactory
Creates an UIInputMany component
createInputMany(String, char, Class<T>) - Method in interface org.jboss.forge.addon.ui.input.InputComponentFactory
Creates an UIInputMany component
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
Creates a new UIProgressMonitor
createProject(Resource<?>, ProjectProvider) - Method in interface org.jboss.forge.addon.projects.ProjectFactory
Create a Project in the specified Resource, using the given ProjectProvider.
createProject(Resource<?>, ProjectProvider, Iterable<Class<? extends ProjectFacet>>) - Method in interface org.jboss.forge.addon.projects.ProjectFactory
Create a Project with the given ProjectFacet types in the specified Resource, using the given ProjectProvider.
createProject(Resource<?>) - Method in interface org.jboss.forge.addon.projects.ProjectProvider
Create a new or existing Project with the given Resource as Project.getRootDirectory().
createPrompt(UIContext) - Method in class org.jboss.forge.addon.ui.test.impl.UIRuntimeImpl
 
createPrompt(UIContext) - Method in interface org.jboss.forge.addon.ui.UIRuntime
Create a new UIPrompt
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
Creates an UISelectMany component
createSelectMany(String, char, Class<T>) - Method in interface org.jboss.forge.addon.ui.input.InputComponentFactory
Creates an UISelectMany component
createSelectOne(String, Class<T>) - Method in interface org.jboss.forge.addon.ui.input.InputComponentFactory
Creates an UISelectOne component
createSelectOne(String, char, Class<T>) - Method in interface org.jboss.forge.addon.ui.input.InputComponentFactory
Creates an UISelectOne component
createShell(File, 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
Create a Project, with the given ProjectFacet types, in a temporary location.
createTempProject(ProjectProvider) - Method in interface org.jboss.forge.addon.projects.ProjectFactory
Create a Project in a temporary location, using the given ProjectProvider.
createTempProject(ProjectProvider, Iterable<Class<? extends ProjectFacet>>) - Method in interface org.jboss.forge.addon.projects.ProjectFactory
Create a Project, with the given ProjectFacet types, in a temporary location.
createTempResource() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
 
createTempResource() - Method in interface org.jboss.forge.addon.resource.FileResource
Create a temporary 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(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
 

D

DatabaseType - Enum in org.jboss.forge.addon.javaee.jpa
Relational database instance types.
DebugEncoder - Class in org.jboss.forge.addon.text.highlight.encoder
 
DebugEncoder(OutputStream, Theme, Map<String, Object>) - Constructor for class org.jboss.forge.addon.text.highlight.encoder.DebugEncoder
 
decorateSource(UIExecutionContext, Project, SOURCETYPE) - Method in class org.jboss.forge.addon.parser.java.ui.AbstractJavaSourceCommand
Override this method to do any necessary work to customize the generated JavaResource.
DEFAULT - Static variable in class org.jboss.forge.addon.ui.hints.InputType
 
DEFAULT_COMPILER_VERSION - Static variable in interface org.jboss.forge.addon.parser.java.facets.JavaCompilerFacet
 
DEFAULT_SHORT_NAME - Static variable in class org.jboss.forge.addon.ui.util.InputComponents
 
DEFAULT_UNIT_DESC - Static variable in interface org.jboss.forge.addon.javaee.jpa.PersistenceOperations
 
DEFAULT_UNIT_SUFFIX - Static variable in interface org.jboss.forge.addon.javaee.jpa.PersistenceOperations
 
DefaultFileOperations - Enum in org.jboss.forge.addon.resource
Default implementation for FileOperations interface
DefaultFurnaceContainerAPIFacet - Class in org.jboss.forge.addon.addons.facets
Ensures that a project depends on the default Furnace container API.
DefaultFurnaceContainerAPIFacet() - Constructor for class org.jboss.forge.addon.addons.facets.DefaultFurnaceContainerAPIFacet
 
DefaultFurnaceContainerFacet - Class in org.jboss.forge.addon.addons.facets
Ensures that a project depends on the default Furnace container
DefaultFurnaceContainerFacet() - Constructor for class org.jboss.forge.addon.addons.facets.DefaultFurnaceContainerFacet
 
defaultTheme() - Static method in class org.jboss.forge.addon.text.highlight.Syntax
 
DefaultUIProgressMonitor - Class in org.jboss.forge.addon.ui.progress
Default implementation for UIProgressMonitor
DefaultUIProgressMonitor() - Constructor for class org.jboss.forge.addon.ui.progress.DefaultUIProgressMonitor
 
delete() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
 
delete(boolean) - Method in class org.jboss.forge.addon.resource.AbstractFileResource
 
delete() - Method in interface org.jboss.forge.addon.resource.Resource
Delete this Resource, return true if successful, false if not.
delete(boolean) - Method in interface org.jboss.forge.addon.resource.Resource
Delete this resource, return true if successful, false if not.
deleteFile(File) - Method in enum org.jboss.forge.addon.resource.DefaultFileOperations
 
deleteFile(File) - Method in interface org.jboss.forge.addon.resource.FileOperations
 
deleteFileOnExit(File) - Method in enum org.jboss.forge.addon.resource.DefaultFileOperations
 
deleteFileOnExit(File) - Method in interface org.jboss.forge.addon.resource.FileOperations
 
deleteOnExit() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
 
deleteOnExit() - Method in interface org.jboss.forge.addon.resource.FileResource
Requests that the file or directory denoted by this resource be deleted when the virtual machine terminates.
Dependencies - Class in org.jboss.forge.addon.dependencies.util
 
Dependencies() - Constructor for class org.jboss.forge.addon.dependencies.util.Dependencies
 
Dependency - Interface in org.jboss.forge.addon.dependencies
Represents a project library dependency.
DependencyBuilder - Class in org.jboss.forge.addon.dependencies.builder
Builder to create Dependency objects.
DependencyConverter - Class in org.jboss.forge.addon.dependencies.convert
Implementation of UICompleter for Dependency instances.
DependencyConverter() - Constructor for class org.jboss.forge.addon.dependencies.convert.DependencyConverter
 
DependencyException - Exception in org.jboss.forge.addon.dependencies
 
DependencyException() - Constructor for exception org.jboss.forge.addon.dependencies.DependencyException
 
DependencyException(String) - Constructor for exception org.jboss.forge.addon.dependencies.DependencyException
 
DependencyException(String, Throwable) - Constructor for exception org.jboss.forge.addon.dependencies.DependencyException
 
DependencyFacet - Interface in org.jboss.forge.addon.projects.facets
 
DependencyInstaller - Interface in org.jboss.forge.addon.projects.dependencies
Responsible for installing a given Dependency into the specified project.
DependencyMetadata - Interface in org.jboss.forge.addon.dependencies
Represents meta-information for a given Dependency including its dependency chain, configured DependencyRepository instances, and any managed dependency version information.
DependencyNode - Interface in org.jboss.forge.addon.dependencies
 
DependencyNodeBuilder - Class in org.jboss.forge.addon.dependencies.builder
Creates a DependencyNode object
DependencyNodeUtil - Class in org.jboss.forge.addon.dependencies.collection
Provides utility methods for working with Dependency and DependencyNode objects
DependencyQuery - Interface in org.jboss.forge.addon.dependencies
A parameter object which is used to search dependencies
DependencyQueryBuilder - Class in org.jboss.forge.addon.dependencies.builder
Builds a DependencyQuery object
DependencyQueryBuilder() - Constructor for class org.jboss.forge.addon.dependencies.builder.DependencyQueryBuilder
 
DependencyRepository - Class in org.jboss.forge.addon.dependencies
Represents a repository from which Dependency instances may be resolved via DependencyResolver
DependencyRepository(String, String) - Constructor for class org.jboss.forge.addon.dependencies.DependencyRepository
Create a new repository with the given id/name and URL.
DependencyResolver - Interface in org.jboss.forge.addon.dependencies
 
dependsOnAddon(Project, AddonId) - Method in interface org.jboss.forge.addon.addons.project.AddonProjectConfigurator
Checks if the Project depends on the provided AddonId
depthFirstIterator(DependencyNode) - Static method in class org.jboss.forge.addon.dependencies.collection.DependencyNodeUtil
Creates and returns an iterator that traverses the subtree rooted at this node in depth-first order.
description(String) - Method in class org.jboss.forge.addon.ui.util.Metadata
Set the description for the corresponding UICommand.
Descriptors - Class in org.jboss.forge.addon.javaee
Descriptors that sets the context ClassLoader to the target class
Descriptors() - Constructor for class org.jboss.forge.addon.javaee.Descriptors
 
destroy() - Method in interface org.jboss.forge.addon.shell.ShellHandle
 
DIRECTIVES - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
 
DIRECTORY_PICKER - Static variable in class org.jboss.forge.addon.ui.hints.InputType
 
DirectoryResource - Interface in org.jboss.forge.addon.resource
A standard, build-in, resource for representing directories on the file-system.
DisabledPredicate - Class in org.jboss.forge.addon.ui.annotation.predicate
 
DisabledPredicate() - Constructor for class org.jboss.forge.addon.ui.annotation.predicate.DisabledPredicate
 
docLocation(URL) - Method in class org.jboss.forge.addon.ui.util.Metadata
Set the URL document location of the corresponding UICommand.
DOCTYPE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
 
doListResources() - Method in class org.jboss.forge.addon.resource.AbstractResource
Strategy method for returning child resources.
done() - Method in class org.jboss.forge.addon.ui.progress.DefaultUIProgressMonitor
 
done() - Method in interface org.jboss.forge.addon.ui.progress.UIProgressMonitor
Notifies that the work is done; that is, either the main task is completed or the user canceled it.
DOUBLE_QUOTE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JSONScanner
 
DROPDOWN - Static variable in class org.jboss.forge.addon.ui.hints.InputType
 

E

EJBFacet - Interface in org.jboss.forge.addon.javaee.ejb
If installed, this Project supports features from the EJB specification.
EJBFacet_3_1 - Interface in org.jboss.forge.addon.javaee.ejb
 
EJBFacet_3_2 - Interface in org.jboss.forge.addon.javaee.ejb
 
EJBSetupWizard - Interface in org.jboss.forge.addon.javaee.ejb.ui
Setups EJB in a Project
emptySelection() - Static method in class org.jboss.forge.addon.ui.util.Selections
 
EnabledPredicate - Class in org.jboss.forge.addon.ui.annotation.predicate
 
EnabledPredicate() - Constructor for class org.jboss.forge.addon.ui.annotation.predicate.EnabledPredicate
 
Encoder - Interface in org.jboss.forge.addon.text.highlight
 
encoder(Encoder) - Method in class org.jboss.forge.addon.text.highlight.Syntax.Builder
 
Encoder.AbstractEncoder - Class in org.jboss.forge.addon.text.highlight
 
Encoder.AbstractEncoder(OutputStream, Theme, Map<String, Object>) - Constructor for class org.jboss.forge.addon.text.highlight.Encoder.AbstractEncoder
 
Encoder.Factory - Class in org.jboss.forge.addon.text.highlight
 
Encoder.Type - Enum in org.jboss.forge.addon.text.highlight
 
encoderOptions(Map<String, Object>) - Method in class org.jboss.forge.addon.text.highlight.Syntax.Builder
 
encoderType(Encoder.Type) - Method in class org.jboss.forge.addon.text.highlight.Syntax.Builder
 
encoderType(String) - Method in class org.jboss.forge.addon.text.highlight.Syntax.Builder
 
END - Static variable in class org.jboss.forge.addon.text.highlight.encoder.TerminalEncoder.TerminalString
 
END - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
 
END - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JSONScanner
 
END_GROUP - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
 
END_STRING - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
 
endGroup(TokenType) - Method in class org.jboss.forge.addon.text.highlight.encoder.DebugEncoder
 
endGroup(TokenType) - Method in interface org.jboss.forge.addon.text.highlight.Encoder
 
endGroup(TokenType) - Method in class org.jboss.forge.addon.text.highlight.encoder.TerminalEncoder
 
endLine(TokenType) - Method in class org.jboss.forge.addon.text.highlight.encoder.DebugEncoder
 
endLine(TokenType) - Method in interface org.jboss.forge.addon.text.highlight.Encoder
 
endLine(TokenType) - Method in class org.jboss.forge.addon.text.highlight.encoder.TerminalEncoder
 
enrich(InjectionPoint, InputComponent<?, ?>) - Method in interface org.jboss.forge.addon.ui.input.InputComponentInjectionEnricher
 
EnterpriseResourcesFacet - Interface in org.jboss.forge.addon.projects.facets
A Facet containing APIs to interact with Java Enterprise Projects (EAR)
ENTITY - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
 
EnumConstantResource - Interface in org.jboss.forge.addon.parser.java.resources
A Resource representing a Java Enum
Environment - Interface in org.jboss.forge.addon.environment
An Environment stores information separated into categories
EQUAL - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
 
equals(Object) - Method in class org.jboss.forge.addon.dependencies.builder.CoordinateBuilder
 
equals(Object) - Method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
 
equals(Object) - Method in class org.jboss.forge.addon.dependencies.builder.DependencyNodeBuilder
 
equals(Object) - Method in class org.jboss.forge.addon.dependencies.DependencyRepository
 
equals(Object) - Method in class org.jboss.forge.addon.facets.AbstractFacet
 
equals(Object) - Method in class org.jboss.forge.addon.git.gitignore.GitIgnoreEntry
 
equals(Object) - Method in class org.jboss.forge.addon.projects.AbstractProject
 
equals(Object) - Method in class org.jboss.forge.addon.resource.AbstractResource
 
equals(Object) - Method in class org.jboss.forge.addon.resource.events.ResourceEvent
 
equals(Object) - Method in class org.jboss.forge.addon.resource.events.ResourceRenamed
 
equals(Object) - Method in class org.jboss.forge.addon.text.Inflector.Rule
 
err() - Method in interface org.jboss.forge.addon.ui.output.UIOutput
Returns the PrintStream used to display information in the output stream.
err() - Method in class org.jboss.forge.addon.ui.test.impl.UIOutputImpl
 
ERROR - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
 
ESCAPE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
 
ESCAPE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JSONScanner
 
EVENT_ATTRIBUTES - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
 
evict(Project) - Method in interface org.jboss.forge.addon.projects.spi.ProjectCache
Evict the given Project from this cache instance.
EXCEPTION_TYPES - Static variable in class org.jboss.forge.addon.text.highlight.scanner.java.BuiltInTypes
 
execute(UIExecutionContext) - Method in class org.jboss.forge.addon.parser.java.projects.JavaProjectTypeStep
 
execute(UIExecutionContext) - Method in class org.jboss.forge.addon.parser.java.ui.AbstractJavaSourceCommand
 
execute(String) - Method in class org.jboss.forge.addon.text.highlight.Syntax.Builder
 
execute(StringScanner) - Method in class org.jboss.forge.addon.text.highlight.Syntax.Builder
 
execute(UIExecutionContext) - Method in interface org.jboss.forge.addon.ui.command.UICommand
Called when the UICommand should be executed.
execute() - Method in interface org.jboss.forge.addon.ui.controller.CommandController
executeBuild(String...) - Method in interface org.jboss.forge.addon.projects.facets.PackagingFacet
Trigger the underlying build system to perform a build with the given arguments or flags.
executeMaven(List<String>) - Method in interface org.jboss.forge.addon.maven.projects.MavenFacet
Execute Maven with the given arguments.
executeMavenEmbedded(List<String>) - Method in interface org.jboss.forge.addon.maven.projects.MavenFacet
Execute Maven with the given arguments.
executeMavenEmbedded(List<String>, PrintStream, PrintStream) - Method in interface org.jboss.forge.addon.maven.projects.MavenFacet
Execute embedded Maven with the given arguments.
Execution - Interface in org.jboss.forge.addon.maven.plugins
Represents an element in the pom.xml
ExecutionBuilder - Class in org.jboss.forge.addon.maven.plugins
 
ExecutionImpl - Class in org.jboss.forge.addon.maven.plugins
 
ExecutionImpl() - Constructor for class org.jboss.forge.addon.maven.plugins.ExecutionImpl
 
exists() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
 
exists() - Method in interface org.jboss.forge.addon.resource.Resource
Return true if this Resource exists, return false if not.
exists() - Method in class org.jboss.forge.addon.resource.VirtualResource
 
expression - Variable in class org.jboss.forge.addon.text.Inflector.Rule
 
expressionPattern - Variable in class org.jboss.forge.addon.text.Inflector.Rule
 

F

FacesFacet<DESCRIPTOR> - Interface in org.jboss.forge.addon.javaee.faces
If installed, this Project supports features from the JSF specification.
FacesFacet_2_0 - Interface in org.jboss.forge.addon.javaee.faces
JSF 2.0 specific version of FacesFacet
FacesFacet_2_1 - Interface in org.jboss.forge.addon.javaee.faces
JSF 2.1 specific version of FacesFacet
FacesFacet_2_2 - Interface in org.jboss.forge.addon.javaee.faces
JSF 2.2 specific version of FacesFacet
FacesOperations - Interface in org.jboss.forge.addon.javaee.faces
This class contains Faces specific operations
FacesSetupWizard - Interface in org.jboss.forge.addon.javaee.faces.ui
Setups JSF in a Project
Facet<FACETEDTYPE extends Faceted<?>> - Interface in org.jboss.forge.addon.facets
A Facet is an access point to common functionality, file manipulations, descriptors that extend a Faceted instance.
FacetConstraint - Annotation Type in org.jboss.forge.addon.facets.constraints
The annotated element has a relationship depending on the given Facet types.
FacetConstraints - Annotation Type in org.jboss.forge.addon.facets.constraints
Allows multiple FacetConstraint instances to be specified on a given element.
FacetConstraintType - Enum in org.jboss.forge.addon.facets.constraints
Specifies the type of a corresponding FacetConstraint.
Faceted<FACETTYPE extends Facet<?>> - Interface in org.jboss.forge.addon.facets
 
FacetFactory - Interface in org.jboss.forge.addon.facets
Responsible for instantiation of new Facet instances.
FacetInspector - Class in org.jboss.forge.addon.facets.constraints
Used to inspect types that may or may not depend on Facets or packaging types.
FacetInspector() - Constructor for class org.jboss.forge.addon.facets.constraints.FacetInspector
 
FacetIsAmbiguousException - Exception in org.jboss.forge.addon.facets
An exception representing the state where a facet was requested, but more than one implementation was found.
FacetIsAmbiguousException() - Constructor for exception org.jboss.forge.addon.facets.FacetIsAmbiguousException
 
FacetIsAmbiguousException(String) - Constructor for exception org.jboss.forge.addon.facets.FacetIsAmbiguousException
 
FacetIsAmbiguousException(String, Throwable) - Constructor for exception org.jboss.forge.addon.facets.FacetIsAmbiguousException
 
FacetNotFoundException - Exception in org.jboss.forge.addon.facets
An exception representing the state where a facet was requested, but was not available.
FacetNotFoundException() - Constructor for exception org.jboss.forge.addon.facets.FacetNotFoundException
 
FacetNotFoundException(String) - Constructor for exception org.jboss.forge.addon.facets.FacetNotFoundException
 
FacetNotFoundException(String, Throwable) - Constructor for exception org.jboss.forge.addon.facets.FacetNotFoundException
 
fail() - Static method in class org.jboss.forge.addon.ui.result.Results
Create a failed Result.
fail(String) - Static method in class org.jboss.forge.addon.ui.result.Results
Create a failed Result with a message.
fail(String, Throwable) - Static method in class org.jboss.forge.addon.ui.result.Results
Create a failed Result with a message and Throwable root cause.
Failed - Interface in org.jboss.forge.addon.ui.result
Represents a failed Result.
fetch(Git, String, String, int, boolean, boolean, boolean, boolean) - Method in interface org.jboss.forge.addon.git.GitUtils
Fetches the Git objects from a remote repository.
FieldOperations - Class in org.jboss.forge.addon.parser.java.beans
Operations for manipulating JavaBeans methods of a class
FieldOperations() - Constructor for class org.jboss.forge.addon.parser.java.beans.FieldOperations
 
FILE_PICKER - Static variable in class org.jboss.forge.addon.ui.hints.InputType
 
fileExists(File) - Method in enum org.jboss.forge.addon.resource.DefaultFileOperations
 
fileExists(File) - Method in interface org.jboss.forge.addon.resource.FileOperations
 
fileExistsAndIsDirectory(File) - Method in enum org.jboss.forge.addon.resource.DefaultFileOperations
 
fileExistsAndIsDirectory(File) - Method in interface org.jboss.forge.addon.resource.FileOperations
 
FileOperations - Interface in org.jboss.forge.addon.resource
File Operations
FileResource<T extends FileResource<T>> - Interface in org.jboss.forge.addon.resource
A standard, built-in resource for representing files on the filesystem.
filter(ResourceFilter, Collection<E>) - Static method in class org.jboss.forge.addon.resource.util.ResourceUtil
 
filterByType(Class<E>, I) - Static method in class org.jboss.forge.addon.resource.util.ResourceUtil
 
findProject(Resource<?>) - Method in interface org.jboss.forge.addon.projects.ProjectFactory
Locate a Project in the ancestry of the given Resource.
findProject(Resource<?>, Predicate<Project>) - Method in interface org.jboss.forge.addon.projects.ProjectFactory
Locate a Project in the ancestry of the given Resource.
findProject(Resource<?>, ProjectProvider) - Method in interface org.jboss.forge.addon.projects.ProjectFactory
Locate a Project with the given ProjectProvider in the ancestry of the given Resource.
findProject(Resource<?>, ProjectProvider, Predicate<Project>) - Method in interface org.jboss.forge.addon.projects.ProjectFactory
Locate a Project using the given ProjectProvider in the ancestry of the given Resource.
fixTokeName(TokenType) - Method in class org.jboss.forge.addon.text.highlight.encoder.DebugEncoder
 
FLOAT - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
 
FLOAT - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JSONScanner
 
forCommand(Class<?>) - Static method in class org.jboss.forge.addon.ui.util.Metadata
Create a new UICommandMetadata for the given UICommand type.
FORGE_ADDON_CLASSIFIER - Static variable in class org.jboss.forge.addon.dependencies.collection.DependencyNodeUtil
 
FORGE_BOM_DEPENDENCY - Static variable in class org.jboss.forge.addon.addons.facets.ForgeBOMFacet
 
ForgeBOMFacet - Class in org.jboss.forge.addon.addons.facets
Installs the BOM into the project
ForgeBOMFacet() - Constructor for class org.jboss.forge.addon.addons.facets.ForgeBOMFacet
 
from(Project) - Static method in class org.jboss.forge.addon.javaee.rest.config.RestConfigurationStrategyFactory
 
from(Color) - Static method in class org.jboss.forge.addon.text.highlight.encoder.TerminalEncoder.TerminalString
 
from(UICommandMetadata, Class<? extends UICommand>) - Static method in class org.jboss.forge.addon.ui.util.Metadata
Create a new UICommandMetadata implementation from the given UICommandMetadata origin, and the given UICommand type.
from(SELECTIONTYPE...) - Static method in class org.jboss.forge.addon.ui.util.Selections
 
fromAetherList(List<Dependency>) - Static method in class org.jboss.forge.addon.maven.dependencies.MavenDependencyAdapter
 
fromFileSyntax(String) - Static method in class org.jboss.forge.addon.parser.java.utils.Packages
 
fromMavenList(List<Dependency>) - Static method in class org.jboss.forge.addon.maven.dependencies.MavenDependencyAdapter
 
FURNACE_API_DEPENDENCY - Static variable in class org.jboss.forge.addon.addons.facets.FurnaceAPIFacet
 
FURNACE_CONTAINER_API_DEPENDENCY - Static variable in class org.jboss.forge.addon.addons.facets.DefaultFurnaceContainerAPIFacet
 
FURNACE_CONTAINER_DEPENDENCY - Static variable in class org.jboss.forge.addon.addons.facets.DefaultFurnaceContainerFacet
 
FURNACE_TEST_ADAPTER_DEPENDENCY - Static variable in class org.jboss.forge.addon.addons.facets.AddonTestFacet
 
FURNACE_TEST_HARNESS_DEPENDENCY - Static variable in class org.jboss.forge.addon.addons.facets.AddonTestFacet
 
FurnaceAPIFacet - Class in org.jboss.forge.addon.addons.facets
Ensures that a project depends on the default Furnace container API.
FurnaceAPIFacet() - Constructor for class org.jboss.forge.addon.addons.facets.FurnaceAPIFacet
 
FurnacePluginFacet - Class in org.jboss.forge.addon.addons.facets
Adds the Furnace Maven Plugin to the build descriptor in order to generate the DOT file automatically.
FurnacePluginFacet() - Constructor for class org.jboss.forge.addon.addons.facets.FurnacePluginFacet
 
FurnaceVersionFacet - Class in org.jboss.forge.addon.addons.facets
Ensures that a project depends on the default Furnace container API.
FurnaceVersionFacet() - Constructor for class org.jboss.forge.addon.addons.facets.FurnaceVersionFacet
 

G

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(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
Retrieve a Project from the cache, using Project.getRootDirectory() as the key.
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
Inspect the given Class for all FacetConstraintType.OPTIONAL dependency Facet types.
getAllRelatedFacets(Class<?>) - Static method in class org.jboss.forge.addon.facets.constraints.FacetInspector
Inspect the given Class for all Facet types from all FacetConstraint declarations.
getAllRequiredFacets(Class<FACETTYPE>) - Static method in class org.jboss.forge.addon.facets.constraints.FacetInspector
Inspect the given Class for all FacetConstraintType.REQUIRED dependency Facet types.
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.
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
Returns a modifiable map for this UIContext
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
Return the base Java Package for this project, returned as a DirectoryResource
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.
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
Returns the UICategory of the corresponding UICommand.
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
Obtain a reference to the child 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.
getCommand() - Method in interface org.jboss.forge.addon.ui.controller.CommandController
 
getCommand(AddonRegistry, UIContext) - Method in interface org.jboss.forge.addon.ui.result.NavigationResultEntry
Returns a Command associated with this NavigationResultEntry
getCommandByName(UIContext, String) - Method in interface org.jboss.forge.addon.ui.command.CommandFactory
Get a UICommand instance given its name in the given UIContext
getCommandName(UIContext, UICommand) - Method in interface org.jboss.forge.addon.ui.command.CommandFactory
Return the UICommand name for a given UIContext
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
Get all UICommand instances from all available CommandProvider services.
getCommands() - Method in interface org.jboss.forge.addon.ui.command.CommandProvider
Get all UICommand instances from this 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
Returns the Configuration associated with this plugin, if any.
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
Returns the FileResource of the descriptor
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
Wraps the FileResource as a Configuration object
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
Get the specified ConfigurationElement, if it exists; otherwise, return null.
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
Get the Coordinate for this Dependency
getCoordinate() - Method in interface org.jboss.forge.addon.dependencies.DependencyQuery
Return the Coordinate pattern for this query.
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
The direct dependencies of the Dependency for which this DependencyMetadata was retrieved.
getDependencies() - Method in interface org.jboss.forge.addon.javaee.validation.provider.ValidationProvider
 
getDependencies() - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
Return an immutable list of all direct DependencyNodeUtil contained within this project.
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
The Dependency for which this DependencyMetadata was retrieved.
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
Return the Dependency filter Predicate for this DependencyQuery.
getDependencyRepositories() - Method in class org.jboss.forge.addon.dependencies.builder.DependencyQueryBuilder
 
getDependencyRepositories() - Method in interface org.jboss.forge.addon.dependencies.DependencyQuery
Return the DependencyRepository instances to be queried against.
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
Return a few sentences describing the purpose of this 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
 
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.
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.
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.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
Returns the set of Coordinate instances that are excluded from this Dependency child hierarchy.
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
Return the instance of the requested Facet type, or throw a FacetNotFoundException if no Facet of that type is installed.
getFaceted() - Method in class org.jboss.forge.addon.facets.AbstractFacet
 
getFaceted() - Method in interface org.jboss.forge.addon.facets.Facet
Return the Faceted instance on which this Facet operates.
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
Return a Iterable of the currently installed Facets.
getFacets(Class<F>) - Method in interface org.jboss.forge.addon.facets.Faceted
Return a Iterable of the currently installed Facets 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
Return the UICommandMetadata of the initial UICommand from which the underlying UIWizard was launched.
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
Returns a Map of InputComponent instances for this command.
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
Return the JavaClass at the given path relative to JavaSourceFacet.getSourceDirectory().
getJavaResource(JavaSource<?>) - Method in interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet
Attempt to locate and re-parse the given JavaSource from its location on disk, relative to JavaSourceFacet.getSourceDirectory().
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 interface org.jboss.forge.addon.ui.input.InputComponent
Return the label for this 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
Returns the registered CommandExecutionListener objects for this 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
The managed dependencies of the Dependency for which this DependencyMetadata was retrieved.
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.
getMessage() - Method in class org.jboss.forge.addon.parser.java.utils.ValidationResult
 
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.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
Get the MavenModelResource for this Project.
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(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.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
Return the common name of the Resource.
getName() - Method in class org.jboss.forge.addon.text.highlight.Scanner.Type
 
getName() - Method in interface org.jboss.forge.addon.ui.input.InputComponent
Return the name of this 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
 
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
Inspect the given Class for any FacetConstraintType.OPTIONAL dependency Facet types.
getOrCreateChildDirectory(String) - Method in interface org.jboss.forge.addon.resource.DirectoryResource
Obtain a reference to the child 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.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.
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.
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
Returns the UIProgressMonitor for this execution
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
Returns a reference to the ProjectFactory.
getProjectName() - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
Get the name of this Project.
getProjectProvider() - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
Return the ProjectProvider being used in the current Project.
getProjectStage() - Method in interface org.jboss.forge.addon.javaee.faces.FacesFacet
 
getProjectVersion() - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
Get the version of this Project.
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
Return the Set of default Facet types provided by Project instances of this ProjectProvider type.
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
Returns the UIProvider that created this UIContext object.
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
The DependencyRepository instances used when building the Dependency, or any projects which inherit from it, for which this DependencyMetadata was retrieved.
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
Inspect the given Class for any FacetConstraintType.REQUIRED dependency Facet types.
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
Return all ProjectFacet Class types required by a Project of this 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
Return the FileResource at the given path relative to ResourcesFacet.getResourceDirectory().
getResource() - Method in class org.jboss.forge.addon.resource.events.ResourceEvent
 
getResource() - Method in interface org.jboss.forge.addon.resource.monitor.ResourceMonitor
The Resource this Monitor is bound to.
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
Return the FileResource at the given path relative to getRootTemplateDirectory().
getResourceDirectories() - Method in interface org.jboss.forge.addon.projects.facets.ResourcesFacet
Get a list of DirectoryResources 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
Return the ResourceFactory with which this Resource was created.
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
Get the InputStream represented by this 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
Returns the OutputStream for this 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
Get the Resource representing the root of this Project.
getRootDirectory() - Method in interface org.jboss.forge.addon.projects.Project
Deprecated.
getRootTemplateDirectory() - Method in interface org.jboss.forge.addon.templates.facets.TemplateFacet
Get the DirectoryResource representing the directory this Project uses to store templates across all providers.
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
Get the scope type of this 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
Returns the selected Project.
getSelectedProject(UIContext) - Method in class org.jboss.forge.addon.projects.ui.AbstractProjectCommand
Returns the selected Project.
getSelection() - Method in class org.jboss.forge.addon.ui.context.AbstractUIContext
 
getSelection() - Method in interface org.jboss.forge.addon.ui.context.UIContext
Returns the selection set by UIContext.setSelection(Object), or if no selection was set for this interaction, the value of UISelection.get() from the current UIContext.getInitialSelection().
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
Return the UIWizardStep Class that begins Project configuration of this ProjectType.
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
Get a list of DirectoryResources this project uses to contain Project source documents (such as .java files.)
getSourceDirectory() - Method in interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet
Get the DirectoryResource this Project uses to store package-able source documents (such as .java files.)
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
Get the systemPath of this Dependency
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.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
Return the JavaClass at the given path relative to JavaSourceFacet.getTestSourceDirectory().
getTestJavaResource(JavaSource<?>) - Method in interface org.jboss.forge.addon.parser.java.facets.JavaSourceFacet
Attempt to locate and re-parse the given JavaClass from its location on disk, relative to JavaSourceFacet.getTestSourceDirectory().
getTestResource(String) - Method in interface org.jboss.forge.addon.projects.facets.ResourcesFacet
Attempt to locate a FileResource at the given path relative to ResourcesFacet.getTestResourceDirectory().
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
Get the top level package of this Project.
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
Return the human-readable name for this ProjectProvider.
getType() - Method in interface org.jboss.forge.addon.projects.ProjectType
Return the human-readable name for this 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
Returns the Class of the corresponding UICommand.
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
Return the current UIValidator with which this InputComponent should be validated.
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
Get the current Converter instance with which this InputComponent value should be converted to and from String form.
getValueFor(String) - Method in interface org.jboss.forge.addon.ui.controller.CommandController
Gets the value of InputComponent with the given name.
getValueFor(InputComponent<?, ?>) - Static method in class org.jboss.forge.addon.ui.util.InputComponents
Returns the value stored in this InputComponent.
getValueType() - Method in interface org.jboss.forge.addon.ui.input.InputComponent
Return the Class type of this 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
Get the given FileResource relative to the project Web Root directory: WebResourcesFacet.getWebRootDirectory()
getWebRootDirectories() - Method in interface org.jboss.forge.addon.projects.facets.WebResourcesFacet
Get a list containing all possible Web Root DirectoryResources 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
A FileResource type representing a .gitignore file.
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
 

H

handles(Class<?>, Class<?>) - Method in interface org.jboss.forge.addon.convert.ConverterGenerator
If this ConverterGenerator can handle the conversion between the provided source and target Class types.
handles(Class<?>, Object) - Method in interface org.jboss.forge.addon.resource.ResourceGenerator
Returns true if the given object instance and Class type are handled by this ResourceGenerator
hasAllFacets(Class<? extends FACETTYPE>...) - Method in class org.jboss.forge.addon.facets.AbstractFaceted
 
hasAllFacets(Iterable<Class<? extends FACETTYPE>>) - Method in class org.jboss.forge.addon.facets.AbstractFaceted
 
hasAllFacets(Class<? extends FACETTYPE>...) - Method in interface org.jboss.forge.addon.facets.Faceted
Return true if all specified facetDependencies are present; return false otherwise.
hasAllFacets(Iterable<Class<? extends FACETTYPE>>) - Method in interface org.jboss.forge.addon.facets.Faceted
Return true if all specified facetDependencies are present; return false otherwise.
hasChildByContent(String, boolean) - Method in interface org.jboss.forge.addon.maven.plugins.ConfigurationElement
Checks if a child element is present with the given content.
hasChildByContent(String) - Method in interface org.jboss.forge.addon.maven.plugins.ConfigurationElement
Checks if a child element is present with the given content.
hasChildByContent(String, boolean) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
 
hasChildByContent(String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
 
hasChildByContent(String, boolean) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementImpl
 
hasChildByContent(String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementImpl
 
hasChildByName(String, boolean) - Method in interface org.jboss.forge.addon.maven.plugins.ConfigurationElement
Checks if the child element that has the given name exists.
hasChildByName(String) - Method in interface org.jboss.forge.addon.maven.plugins.ConfigurationElement
Checks if the child element that has the given name exists.
hasChildByName(String, boolean) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
 
hasChildByName(String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
 
hasChildByName(String, boolean) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementImpl
 
hasChildByName(String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementImpl
 
hasChildren() - Method in interface org.jboss.forge.addon.maven.plugins.ConfigurationElement
 
hasChildren() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
 
hasChildren() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementImpl
 
hasCircularConstraints(Class<?>) - Static method in class org.jboss.forge.addon.facets.constraints.FacetInspector
Inspect the given Class, and return true if any circular dependencies are detected between any FacetConstraint declarations.
HasCompleter<IMPL,VALUETYPE> - Interface in org.jboss.forge.addon.ui.input
Provides a UICompleter object
hasConfigurationElement(String) - Method in interface org.jboss.forge.addon.maven.plugins.Configuration
Return true if this Configuration contains the given element; otherwise, return false;
hasConfigurationElement(String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationBuilder
 
hasConfigurationElement(String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationImpl
 
hasConfigurationElements() - Method in interface org.jboss.forge.addon.maven.plugins.Configuration
Return true if this Configuration has any elements; otherwise, return false.
hasConfigurationElements() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationBuilder
 
hasConfigurationElements() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationImpl
 
hasDefaultValue() - Method in interface org.jboss.forge.addon.ui.input.InputComponent
Return true if this InputComponent has been supplied with a default value.
HasDependenciesCommand - Interface in org.jboss.forge.addon.projects.ui.dependencies
Responsible for determining if a Project has specific Dependency entries.
hasDirectDependency(Dependency) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
Return true if this Project contains a dependency matching the given Dependency; return false otherwise.
hasDirectManagedDependency(Dependency) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
Return true if this Project contains a managed dependency matching the given Dependency; return false otherwise.
hasEffectiveDependency(Dependency) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
Return true if the given Dependency exists anywhere in the project dependency hierarchy.
hasEffectiveManagedDependency(Dependency) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
Return true if this Project contains a managed dependency matching the given Dependency at any level of the project hierarchy; return false otherwise.
hasEffectiveManagedPlugin(Coordinate) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
Return true if this Project contains a managed plugin matching the given Coordinate at any level of the project hierarchy; return false otherwise.
hasEffectivePlugin(Coordinate) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
Return true if the given Coordinate exists anywhere in the project dependency hierarchy.
hasFacet(Class<? extends FACETTYPE>) - Method in class org.jboss.forge.addon.facets.AbstractFaceted
 
hasFacet(Class<? extends FACETTYPE>) - Method in interface org.jboss.forge.addon.facets.Faceted
Return true if a facet of the given type is present; return false otherwise.
hashCode() - Method in class org.jboss.forge.addon.dependencies.builder.CoordinateBuilder
 
hashCode() - Method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
 
hashCode() - Method in class org.jboss.forge.addon.dependencies.builder.DependencyNodeBuilder
 
hashCode() - Method in class org.jboss.forge.addon.dependencies.DependencyRepository
 
hashCode() - Method in class org.jboss.forge.addon.facets.AbstractFacet
Facet instances are the same if they are registered to the same project.
hashCode() - Method in class org.jboss.forge.addon.git.gitignore.GitIgnoreEntry
 
hashCode() - Method in class org.jboss.forge.addon.projects.AbstractProject
 
hashCode() - Method in class org.jboss.forge.addon.resource.AbstractResource
 
hashCode() - Method in class org.jboss.forge.addon.resource.events.ResourceEvent
 
hashCode() - Method in class org.jboss.forge.addon.resource.events.ResourceRenamed
 
hashCode() - Method in class org.jboss.forge.addon.text.Inflector.Rule
 
hasJdbcConnectionInfo() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
HasManagedDependenciesCommand - Interface in org.jboss.forge.addon.projects.ui.dependencies
Responsible for determining if a Project has specific Dependency entries.
hasManagedPlugin(Coordinate) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
Return true if this Project contains a managed plugin matching the given Coordinate; return false otherwise.
hasMore() - Method in class org.jboss.forge.addon.text.highlight.StringScanner
 
hasNonDefaultDatabase() - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
hasPlugin(Coordinate) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
Return true if this Project contains a plugin matching the given Coordinate; return false otherwise.
hasPluginRepository(String) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
Return true if the given repository URL is already registered in this project's build system.
hasRepository(String) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
Return true if the given repository URL is already registered in this project's build system.
hasValue() - Method in interface org.jboss.forge.addon.ui.input.InputComponent
Return true if the primary value of this InputComponent has been set.
hasValue(InputComponent<?, ?>) - Static method in class org.jboss.forge.addon.ui.util.InputComponents
Returns if there is a value set for this InputComponent
HEX - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
 
HEX - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
 
Highlighter - Class in org.jboss.forge.addon.text
 
Highlighter() - Constructor for class org.jboss.forge.addon.text.Highlighter
 
HintsFacet - Interface in org.jboss.forge.addon.ui.facets
Hints facet
HintsLookup - Class in org.jboss.forge.addon.ui.hints
Look up UI Hints.
HintsLookup(Environment) - Constructor for class org.jboss.forge.addon.ui.hints.HintsLookup
 
HTMLScanner - Class in org.jboss.forge.addon.text.highlight.scanner
 
HTMLScanner() - Constructor for class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
 
HTMLScanner.EmbeddedType - Enum in org.jboss.forge.addon.text.highlight.scanner
 
HTMLScanner.State - Enum in org.jboss.forge.addon.text.highlight.scanner
 
humanize(String, String...) - Method in class org.jboss.forge.addon.text.Inflector
Capitalizes the first word and turns underscores into spaces and strips trailing "_id" and any supplied removable tokens.

I

IDENT - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
 
IDENT_KIND - Static variable in class org.jboss.forge.addon.text.highlight.scanner.GroovyScanner
 
IDENT_KIND - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
 
IDENT_OR_ARRAY_TYPE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
 
IdentifierType - Enum in org.jboss.forge.addon.parser.java.utils
 
importAs(Class<T>) - Static method in class org.jboss.forge.addon.javaee.Descriptors
 
importAs(Class<T>, String) - Static method in class org.jboss.forge.addon.javaee.Descriptors
 
IN_ATTRIBUTE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
 
index() - Method in class org.jboss.forge.addon.text.highlight.StringScanner
 
Inflector - Class in org.jboss.forge.addon.text
Transforms words to singular, plural, humanized (human readable), underscore, camel case, or ordinal form.
Inflector() - Constructor for class org.jboss.forge.addon.text.Inflector
 
Inflector(Inflector) - Constructor for class org.jboss.forge.addon.text.Inflector
 
Inflector.Rule - Class in org.jboss.forge.addon.text
 
Inflector.Rule(String, String) - Constructor for class org.jboss.forge.addon.text.Inflector.Rule
 
init(DirectoryResource) - Method in interface org.jboss.forge.addon.git.GitUtils
Initializes a new GIT repository.
init() - Method in class org.jboss.forge.addon.ui.test.impl.UIContextImpl
 
initialize(File, InputStream, PrintStream, PrintStream) - Method in interface org.jboss.forge.addon.shell.ShellHandle
 
initialize() - Method in class org.jboss.forge.addon.text.Inflector
 
initialize() - Method in interface org.jboss.forge.addon.ui.controller.CommandController
Initializes this controller by calling UICommand.initializeUI(org.jboss.forge.addon.ui.context.UIBuilder) on the underlying UICommand instance.
initializeUI(UIBuilder) - Method in class org.jboss.forge.addon.parser.java.projects.JavaProjectTypeStep
 
initializeUI(UIBuilder) - Method in class org.jboss.forge.addon.parser.java.ui.AbstractJavaSourceCommand
 
initializeUI(UIBuilder) - Method in interface org.jboss.forge.addon.ui.command.UICommand
Called before rendering the UI.
InputComponent<IMPLTYPE,VALUETYPE> - Interface in org.jboss.forge.addon.ui.input
This is the parent interface of all inputs.
InputComponentFactory - Interface in org.jboss.forge.addon.ui.input
Allows creation of input components without injection
InputComponentInjectionEnricher - Interface in org.jboss.forge.addon.ui.input
Enriches an injected InputComponent
InputComponents - Class in org.jboss.forge.addon.ui.util
Utilities for InputComponent objects
InputComponents() - Constructor for class org.jboss.forge.addon.ui.util.InputComponents
 
InputType - Class in org.jboss.forge.addon.ui.hints
The set of supported InputType hints that determine custom display options for various input types meriting advanced display options or validation that would otherwise be impossible without implementation in the user interface provider.
install() - Method in class org.jboss.forge.addon.addons.facets.AddonAddonFacet
 
install() - Method in class org.jboss.forge.addon.addons.facets.AddonAPIFacet
 
install() - Method in class org.jboss.forge.addon.addons.facets.AddonClassifierFacet
 
install() - Method in class org.jboss.forge.addon.addons.facets.AddonImplFacet
 
install() - Method in class org.jboss.forge.addon.addons.facets.AddonParentFacet
 
install() - Method in class org.jboss.forge.addon.addons.facets.AddonSPIFacet
 
install() - Method in class org.jboss.forge.addon.addons.facets.AddonTestFacet
 
install() - Method in class org.jboss.forge.addon.addons.facets.DefaultFurnaceContainerAPIFacet
 
install() - Method in class org.jboss.forge.addon.addons.facets.DefaultFurnaceContainerFacet
 
install() - Method in class org.jboss.forge.addon.addons.facets.ForgeBOMFacet
 
install() - Method in class org.jboss.forge.addon.addons.facets.FurnaceAPIFacet
 
install() - Method in class org.jboss.forge.addon.addons.facets.FurnacePluginFacet
 
install() - Method in class org.jboss.forge.addon.addons.facets.FurnaceVersionFacet
 
install(FACETTYPE) - Method in class org.jboss.forge.addon.facets.AbstractFaceted
 
install() - Method in interface org.jboss.forge.addon.facets.Facet
Perform necessary setup for this Facet to be considered installed in the given Faceted instance.
install(FACETEDTYPE, Class<FACETTYPE>) - Method in interface org.jboss.forge.addon.facets.FacetFactory
Create and installs a new instance of the given Facet type.
install(FACETEDTYPE, Class<FACETTYPE>, Predicate<FACETTYPE>) - Method in interface org.jboss.forge.addon.facets.FacetFactory
Create and installs a new instance of the given Facet type.
install(FACETEDTYPE, FACETTYPE) - Method in interface org.jboss.forge.addon.facets.FacetFactory
Install a Facet instance into the given Faceted origin.
install(FACETEDTYPE, FACETTYPE, Predicate<FACETTYPE>) - Method in interface org.jboss.forge.addon.facets.FacetFactory
Install a Facet instance into the given Faceted origin.
install(FACETTYPE) - Method in interface org.jboss.forge.addon.facets.MutableFaceted
Install and register the given Facet.
install(Project) - Method in class org.jboss.forge.addon.javaee.rest.config.RestApplicationClassConfigurationStrategy
 
install(Project) - Method in interface org.jboss.forge.addon.javaee.rest.config.RestConfigurationStrategy
Installs this rest configuration in the project
install(Project) - Method in class org.jboss.forge.addon.javaee.rest.config.RestWebXmlConfigurationStrategy
 
install(Project, MavenPlugin) - Method in interface org.jboss.forge.addon.maven.plugins.MavenPluginInstaller
Install given MavenPlugin.
install(Project, Dependency) - Method in interface org.jboss.forge.addon.projects.dependencies.DependencyInstaller
Install the given Dependency.
installManaged(Project, MavenPlugin) - Method in interface org.jboss.forge.addon.maven.plugins.MavenPluginInstaller
Install given managed MavenPlugin.
installManaged(Project, Dependency) - Method in interface org.jboss.forge.addon.projects.dependencies.DependencyInstaller
Install a the given Dependency as a managed dependency.
installSelectedAddons(Project, Iterable<AddonId>, boolean) - Method in interface org.jboss.forge.addon.addons.project.AddonProjectConfigurator
Install the specified Addon instances into the given Project.
INTEGER - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
 
invalidate() - Method in interface org.jboss.forge.addon.projects.spi.ProjectCache
Invalidate the cache, forcing all stored Project instances to be re-discovered.
invalidateCaches() - Method in interface org.jboss.forge.addon.projects.ProjectFactory
Invalidate all known ProjectCache instances.
isActiveByDefault() - Method in interface org.jboss.forge.addon.maven.profiles.Profile
 
isActiveByDefault() - Method in class org.jboss.forge.addon.maven.profiles.ProfileBuilder
 
isActiveByDefault() - Method in class org.jboss.forge.addon.maven.profiles.ProfileImpl
 
isBeginningOfLine() - Method in class org.jboss.forge.addon.text.highlight.StringScanner
 
isBlank() - Method in class org.jboss.forge.addon.git.gitignore.GitIgnoreEntry
 
isCancelled() - Method in class org.jboss.forge.addon.ui.progress.DefaultUIProgressMonitor
 
isCancelled() - Method in interface org.jboss.forge.addon.ui.progress.UIProgressMonitor
Returns whether cancellation of current operation has been requested.
isChildOf(Resource<?>, Resource<?>) - Static method in class org.jboss.forge.addon.resource.util.ResourceUtil
 
isComment() - Method in class org.jboss.forge.addon.git.gitignore.GitIgnoreEntry
 
isConstraintSatisfied(Faceted<FACETTYPE>, Set<Class<FACETTYPE>>) - Static method in class org.jboss.forge.addon.facets.constraints.FacetInspector
Inspect the given Class, and return true if all declared constraints have been satisfied.
isCorrectAccessor(MethodSource<JavaClassSource>, PropertySource<JavaClassSource>) - Method in interface org.jboss.forge.addon.parser.java.ui.methods.GetSetMethodGenerator
 
isCorrectMutator(MethodSource<JavaClassSource>, PropertySource<JavaClassSource>) - Method in interface org.jboss.forge.addon.parser.java.ui.methods.GetSetMethodGenerator
 
isDataSourceRequired() - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceContainer
 
isDirectory() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
 
isDirectory() - Method in interface org.jboss.forge.addon.resource.FileResource
Return true if this FileResource exists and is actually a directory, otherwise return false;
isEmpty() - Method in interface org.jboss.forge.addon.configuration.Configuration
Check if the configuration is empty.
isEmpty() - Method in interface org.jboss.forge.addon.ui.context.UISelection
Checks if this selection is empty
isEnabled(UIContext) - Method in class org.jboss.forge.addon.projects.ui.AbstractProjectCommand
 
isEnabled(UIContext) - Method in class org.jboss.forge.addon.shell.ui.AbstractShellCommand
 
isEnabled(ShellContext) - Method in class org.jboss.forge.addon.shell.ui.AbstractShellCommand
 
isEnabled(UIContext) - Method in class org.jboss.forge.addon.ui.command.AbstractUICommand
 
isEnabled(UIContext) - Method in interface org.jboss.forge.addon.ui.command.UICommand
Called before initializing the UI to check if it's available for execution
isEnabled() - Method in interface org.jboss.forge.addon.ui.controller.CommandController
 
isEnabled() - Method in interface org.jboss.forge.addon.ui.input.InputComponent
Return true if this InputComponent is enabled, and should be displayed in the user interface.
isEnabled(UICommand, UIContext) - Static method in class org.jboss.forge.addon.ui.util.Commands
Returns true if this command can be invoked
isExecutable() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
 
isExecutable() - Method in interface org.jboss.forge.addon.resource.FileResource
Returns if a file is executable
isExtensionsEnabled() - Method in interface org.jboss.forge.addon.maven.plugins.MavenPlugin
 
isExtensionsEnabled() - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginAdapter
 
isExtensionsEnabled() - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginBuilder
 
isExtensionsEnabled() - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginImpl
 
isFieldTypeEnum(Project, String) - Method in class org.jboss.forge.addon.parser.java.beans.FieldOperations
 
isFieldTypeEnum(Project, JavaClassSource, String) - Method in class org.jboss.forge.addon.parser.java.beans.FieldOperations
 
isForgeAddon(Coordinate) - Static method in class org.jboss.forge.addon.dependencies.collection.DependencyNodeUtil
Check if the Dependency object is pointing to a Furnace Addon artifact
isGUI() - Method in class org.jboss.forge.addon.ui.test.impl.UIProviderImpl
 
isGUI() - Method in interface org.jboss.forge.addon.ui.UIProvider
Returns true if this UIProvider is running a Graphical User Interface.
isInitialized() - Method in interface org.jboss.forge.addon.ui.controller.CommandController
Returns true if CommandController.initialize() has been called.
isInstalled() - Method in class org.jboss.forge.addon.addons.facets.AddonAddonFacet
 
isInstalled() - Method in class org.jboss.forge.addon.addons.facets.AddonAPIFacet
 
isInstalled() - Method in class org.jboss.forge.addon.addons.facets.AddonClassifierFacet
 
isInstalled() - Method in class org.jboss.forge.addon.addons.facets.AddonImplFacet
 
isInstalled() - Method in class org.jboss.forge.addon.addons.facets.AddonParentFacet
 
isInstalled() - Method in class org.jboss.forge.addon.addons.facets.AddonSPIFacet
 
isInstalled() - Method in class org.jboss.forge.addon.addons.facets.AddonTestFacet
 
isInstalled() - Method in class org.jboss.forge.addon.addons.facets.DefaultFurnaceContainerAPIFacet
 
isInstalled() - Method in class org.jboss.forge.addon.addons.facets.DefaultFurnaceContainerFacet
 
isInstalled() - Method in class org.jboss.forge.addon.addons.facets.ForgeBOMFacet
 
isInstalled() - Method in class org.jboss.forge.addon.addons.facets.FurnaceAPIFacet
 
isInstalled() - Method in class org.jboss.forge.addon.addons.facets.FurnacePluginFacet
 
isInstalled() - Method in class org.jboss.forge.addon.addons.facets.FurnaceVersionFacet
 
isInstalled() - Method in interface org.jboss.forge.addon.facets.Facet
Return true if the Facet is available for the given Faceted instance, false if otherwise.
isInstalled(Project, MavenPlugin) - Method in interface org.jboss.forge.addon.maven.plugins.MavenPluginInstaller
Returns whether or not the given MavenPlugin is installed.
isInstalled(Project, Dependency) - Method in interface org.jboss.forge.addon.projects.dependencies.DependencyInstaller
Returns true if the given Project contains the requested Dependency.
isInteractive() - Method in interface org.jboss.forge.addon.shell.ui.ShellContext
If it's in interactive mode
isManaged(Project, Dependency) - Method in interface org.jboss.forge.addon.projects.dependencies.DependencyInstaller
Returns true if the given Project contains the requested managed Dependency.
isModelValid() - Method in interface org.jboss.forge.addon.maven.projects.MavenFacet
Returns true if the underlying Project Model is in a build-able state.
isNegate() - Method in class org.jboss.forge.addon.git.gitignore.GitIgnoreEntry
 
isOffline(Environment) - Static method in class org.jboss.forge.addon.maven.environment.Network
Returns true if the system is currently OFFLINE.
isOptional() - Method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
 
isOptional() - Method in interface org.jboss.forge.addon.dependencies.Dependency
Returns if this dependency is optional
isParentOf(Resource<?>, Resource<?>) - Static method in class org.jboss.forge.addon.resource.util.ResourceUtil
 
isPattern() - Method in class org.jboss.forge.addon.git.gitignore.GitIgnoreEntry
 
isPlugin() - Method in interface org.jboss.forge.addon.maven.plugins.ConfigurationElement
 
isPlugin() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
 
isPlugin() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementImpl
 
isProjectRequired() - Method in class org.jboss.forge.addon.parser.java.ui.AbstractJavaSourceCommand
 
isProjectRequired() - Method in class org.jboss.forge.addon.projects.ui.AbstractProjectCommand
Implementations should return true if a Project is required in order for this command to execute.
isReadable() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
 
isReadable() - Method in interface org.jboss.forge.addon.resource.FileResource
Returns if a file is readable
isRequired() - Method in interface org.jboss.forge.addon.ui.input.InputComponent
Return true if a value or default value of this InputComponent must be set before the UICommand to which it belongs may be executed.
isSnapshot() - Method in class org.jboss.forge.addon.dependencies.builder.CoordinateBuilder
 
isSnapshot() - Method in interface org.jboss.forge.addon.dependencies.Coordinate
Returns true if this coordinate version is a SNAPSHOT
isStale() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
 
isStale() - Method in interface org.jboss.forge.addon.resource.FileResource
Returns true if the underlying resource has been modified on the file system since it was initially loaded.
isStarted() - Method in interface org.jboss.forge.addon.resource.transaction.ResourceTransaction
Returns true if this transaction is started and was not already committed/rolled back
isTerminated() - Method in class org.jboss.forge.addon.resource.visit.ResourceVisit
 
isUncountable(String) - Method in class org.jboss.forge.addon.text.Inflector
Determine whether the supplied word is considered uncountable by the pluralize and singularize methods.
isValid() - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
Returns true if the underlying Project metadata is in a valid state.
isValid() - Method in interface org.jboss.forge.addon.ui.controller.CommandController
Returns true if the CommandController.validate() method contains no UIMessage instances with an ERROR severity
isWritable() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
 
isWritable() - Method in interface org.jboss.forge.addon.resource.FileResource
Returns if a file is writable

J

JAVA_CLASS_PICKER - Static variable in class org.jboss.forge.addon.ui.hints.InputType
 
JAVA_PACKAGE_PICKER - Static variable in class org.jboss.forge.addon.ui.hints.InputType
 
JavaAddAnnotationCommand - Interface in org.jboss.forge.addon.parser.java.ui.annotations
 
JavaAnnotationCommand - Interface in org.jboss.forge.addon.parser.java.ui
 
JavaClassCommand - Interface in org.jboss.forge.addon.parser.java.ui
 
JavaCompilerFacet - Interface in org.jboss.forge.addon.parser.java.facets
Allows manipulation of the current configured Java compiler version.
JavaCompilerFacet.CompilerVersion - Enum in org.jboss.forge.addon.parser.java.facets
 
JavaEEFacet - Interface in org.jboss.forge.addon.javaee
Facet types that implement this interface are individual components of the Java Enterprise Edition Specification.
JavaEnterpriseProjectType - Class in org.jboss.forge.addon.parser.java.projects
 
JavaEnterpriseProjectType() - Constructor for class org.jboss.forge.addon.parser.java.projects.JavaEnterpriseProjectType
 
JavaEnumCommand - Interface in org.jboss.forge.addon.parser.java.ui
 
JavaEnumConstantCommand - Interface in org.jboss.forge.addon.parser.java.ui
 
JavaFieldCommand - Interface in org.jboss.forge.addon.parser.java.ui
 
JavaFieldResource - Interface in org.jboss.forge.addon.parser.java.resources
A Resource representing a Java Field
JavaGetSetMethodsCommand - Interface in org.jboss.forge.addon.parser.java.ui.methods
Command generating get/set methods for the specified properties.
JavaInterfaceCommand - Interface in org.jboss.forge.addon.parser.java.ui
 
JavaMethodResource - Interface in org.jboss.forge.addon.parser.java.resources
A Resource that represents a Java Method
JavaProjectType - Class in org.jboss.forge.addon.parser.java.projects
A ProjectType that represents the simple JAR layout.
JavaProjectType() - Constructor for class org.jboss.forge.addon.parser.java.projects.JavaProjectType
 
JavaProjectTypeStep - Class in org.jboss.forge.addon.parser.java.projects
 
JavaProjectTypeStep() - Constructor for class org.jboss.forge.addon.parser.java.projects.JavaProjectTypeStep
 
JavaResource - Interface in org.jboss.forge.addon.parser.java.resources
A Resource that represents a Java Class.
JavaResourceVisitor - Class in org.jboss.forge.addon.parser.java.resources
 
JavaResourceVisitor() - Constructor for class org.jboss.forge.addon.parser.java.resources.JavaResourceVisitor
 
JavaScanner - Class in org.jboss.forge.addon.text.highlight.scanner
 
JavaScanner() - Constructor for class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
 
JavaScanner.State - Enum in org.jboss.forge.addon.text.highlight.scanner
 
JAVASCRIPT_INLINE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
 
JavaScriptScanner - Class in org.jboss.forge.addon.text.highlight.scanner
 
JavaScriptScanner() - Constructor for class org.jboss.forge.addon.text.highlight.scanner.JavaScriptScanner
 
JavaScriptScanner.State - Enum in org.jboss.forge.addon.text.highlight.scanner
 
JavaSourceFacet - Interface in org.jboss.forge.addon.parser.java.facets
 
JavaWebProjectType - Class in org.jboss.forge.addon.parser.java.projects
Java Web Application ProjectType
JavaWebProjectType() - Constructor for class org.jboss.forge.addon.parser.java.projects.JavaWebProjectType
 
JAXRS_SERVLET - Static variable in class org.jboss.forge.addon.javaee.rest.config.RestWebXmlConfigurationStrategy
 
JAXWSFacet - Interface in org.jboss.forge.addon.javaee.facets
If installed, this Project supports features from the JAX-WS specification.
JLSValidator - Class in org.jboss.forge.addon.parser.java.utils
 
JMSFacet - Interface in org.jboss.forge.addon.javaee.facets
Installs the required JMS libraries
JPA_ENTITY - Static variable in class org.jboss.forge.addon.javaee.rest.generation.RestGenerationConstants
Name identifier for the JPA entity based REST resource generator.
JPADataSource - Class in org.jboss.forge.addon.javaee.jpa
Represents a complete JPA data-source configuration.
JPADataSource() - Constructor for class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
JPAFacet<DESCRIPTOR extends org.jboss.shrinkwrap.descriptor.api.persistence.PersistenceCommonDescriptor> - Interface in org.jboss.forge.addon.javaee.jpa
If installed, this Project supports features from the JPA specification.
JPAFacet_2_0 - Interface in org.jboss.forge.addon.javaee.jpa
 
JPAFacet_2_1 - Interface in org.jboss.forge.addon.javaee.jpa
 
JPAFieldOperations - Interface in org.jboss.forge.addon.javaee.jpa
Interface for JPA-oriented field operations.
JPASetupWizard - Interface in org.jboss.forge.addon.javaee.jpa.ui.setup
Marker interface used to reference JPA Setup wizard from external addons
JsonResource - Interface in org.jboss.forge.addon.parser.json.resource
A Resource that represents a JsonObject
JSONScanner - Class in org.jboss.forge.addon.text.highlight.scanner
 
JSONScanner() - Constructor for class org.jboss.forge.addon.text.highlight.scanner.JSONScanner
 
JSONScanner.State - Enum in org.jboss.forge.addon.text.highlight.scanner
 
JSTLFacet - Interface in org.jboss.forge.addon.javaee.facets
If installed, this Project supports features from the JSTL specification.
JTAFacet - Interface in org.jboss.forge.addon.javaee.jta
Installs the required JMS libraries
JTAFacet_1_1 - Interface in org.jboss.forge.addon.javaee.jta
Installs the required JMS libraries
JTAFacet_1_2 - Interface in org.jboss.forge.addon.javaee.jta
Installs the required JMS libraries

K

KEY - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JSONScanner
 
KEYWORDS - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
 

L

list() - Method in interface org.jboss.forge.addon.git.facet.GitIgnoreFacet
List all available gitignore templates.
listConfigurationElements() - Method in interface org.jboss.forge.addon.maven.plugins.Configuration
List all ConfigurationElements contained in this Configuration.
listConfigurationElements() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationBuilder
 
listConfigurationElements() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationImpl
 
listConfiguredEffectiveManagedPlugins() - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
Return an immutable list of all managed MavenPlugin contained within this project, including the hierarchy.
listConfiguredEffectivePlugins() - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
Return an immutable list of all MavenPlugin contained within this project, including the hierarchy (i.e.: all plugins for which MavenPluginFacet.hasEffectivePlugin(Coordinate) returns true;
listConfiguredManagedPlugins() - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
Return an immutable list of all direct managed MavenPlugin contained within this project.
listConfiguredPlugins() - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
Return an immutable list of all direct MavenPlugin contained within this project.
listDependencies() - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceProvider
List any dependencies required by this provider.
listDependencies() - Method in interface org.jboss.forge.addon.maven.profiles.Profile
 
listDependencies() - Method in class org.jboss.forge.addon.maven.profiles.ProfileBuilder
 
listDependencies() - Method in class org.jboss.forge.addon.maven.profiles.ProfileImpl
 
listExecutions() - Method in interface org.jboss.forge.addon.maven.plugins.MavenPlugin
Return the list of Execution associated with this plugin, if any.
listExecutions() - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginAdapter
 
listExecutions() - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginBuilder
 
listExecutions() - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginImpl
 
listFiles(File) - Method in enum org.jboss.forge.addon.resource.DefaultFileOperations
 
listFiles(File) - Method in interface org.jboss.forge.addon.resource.FileOperations
 
listRepositories() - Method in interface org.jboss.forge.addon.maven.profiles.Profile
 
listRepositories() - Method in class org.jboss.forge.addon.maven.profiles.ProfileBuilder
 
listRepositories() - Method in class org.jboss.forge.addon.maven.profiles.ProfileImpl
 
listResources() - Method in class org.jboss.forge.addon.resource.AbstractResource
 
listResources(ResourceFilter) - Method in class org.jboss.forge.addon.resource.AbstractResource
 
listResources() - Method in interface org.jboss.forge.addon.resource.Resource
Return a list of child resources of the current resource.
listResources(ResourceFilter) - Method in interface org.jboss.forge.addon.resource.Resource
Return a list of child resources of the current resource matching the given ResourceFilter.
lookup(TokenType) - Method in class org.jboss.forge.addon.text.highlight.Theme
 
lookup(String) - Method in class org.jboss.forge.addon.text.highlight.WordList
 
lowerCamelCase(String, char...) - Method in class org.jboss.forge.addon.text.Inflector
Converts strings to lowerCamelCase.

M

MAGIC_VARIABLES - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
 
main(String[]) - Static method in class org.jboss.forge.addon.text.highlight.Syntax
 
ManyValued<IMPL,VALUETYPE> - Interface in org.jboss.forge.addon.ui.input
UI components implementing this interface hold multiple values
MavenBuildSystem - Interface in org.jboss.forge.addon.maven.projects
Marker interface for the Maven ProjectProvider.
MavenDependencyAdapter - Class in org.jboss.forge.addon.maven.dependencies
 
MavenDependencyAdapter(Dependency) - Constructor for class org.jboss.forge.addon.maven.dependencies.MavenDependencyAdapter
 
MavenDependencyAdapter(Dependency) - Constructor for class org.jboss.forge.addon.maven.dependencies.MavenDependencyAdapter
 
MavenDependencyAdapter(Dependency) - Constructor for class org.jboss.forge.addon.maven.dependencies.MavenDependencyAdapter
 
MavenDependencyResource - Interface in org.jboss.forge.addon.maven.resources
 
MavenFacet - Interface in org.jboss.forge.addon.maven.projects
A ProjectFacet adding support for the Maven build system.
MavenModelResource - Interface in org.jboss.forge.addon.maven.resources
Represents a 'pom.xml' FileResource.
MavenPlugin - Interface in org.jboss.forge.addon.maven.plugins
Represents a Maven plugin
MavenPluginAdapter - Class in org.jboss.forge.addon.maven.plugins
A plugin adapter for Plugin and MavenPlugin
MavenPluginAdapter(MavenPlugin) - Constructor for class org.jboss.forge.addon.maven.plugins.MavenPluginAdapter
 
MavenPluginAdapter(Plugin) - Constructor for class org.jboss.forge.addon.maven.plugins.MavenPluginAdapter
 
MavenPluginBuilder - Class in org.jboss.forge.addon.maven.plugins
 
MavenPluginFacet - Interface in org.jboss.forge.addon.maven.projects
 
MavenPluginImpl - Class in org.jboss.forge.addon.maven.plugins
 
MavenPluginImpl() - Constructor for class org.jboss.forge.addon.maven.plugins.MavenPluginImpl
 
MavenPluginImpl(MavenPlugin) - Constructor for class org.jboss.forge.addon.maven.plugins.MavenPluginImpl
 
MavenPluginInstaller - Interface in org.jboss.forge.addon.maven.plugins
Responsible for installing a given MavenPlugin into the current project.
MavenProfileResource - Interface in org.jboss.forge.addon.maven.resources
Represents a Maven profile.
MavenRepositoryResource - Interface in org.jboss.forge.addon.maven.resources
 
merge(MavenPlugin, MavenPlugin) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
Merge two plugins, with one having dominance in the case of collision.
MessageCollector - Class in org.jboss.forge.addon.javaee.rest.generation
Collects validation messages
MessageCollector() - Constructor for class org.jboss.forge.addon.javaee.rest.generation.MessageCollector
 
Metadata - Class in org.jboss.forge.addon.ui.util
 
MetadataFacet - Interface in org.jboss.forge.addon.projects.facets
 
MetaModelProvider - Interface in org.jboss.forge.addon.javaee.jpa
mkdir() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
 
mkdir(File) - Method in enum org.jboss.forge.addon.resource.DefaultFileOperations
 
mkdir(File) - Method in interface org.jboss.forge.addon.resource.FileOperations
 
mkdir() - Method in interface org.jboss.forge.addon.resource.FileResource
Create a new single directory for this resource.
mkdirs() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
 
mkdirs(File) - Method in enum org.jboss.forge.addon.resource.DefaultFileOperations
 
mkdirs(File) - Method in interface org.jboss.forge.addon.resource.FileOperations
 
mkdirs() - Method in interface org.jboss.forge.addon.resource.FileResource
Create all directories required for this resource to exist.
ModuleFacet - Interface in org.jboss.forge.addon.projects.facets
A Facet to be used when the project contains modules
monitor() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
 
monitor(ResourceFilter) - Method in class org.jboss.forge.addon.resource.AbstractFileResource
 
monitor() - Method in interface org.jboss.forge.addon.resource.FileResource
Monitors this FileResource
monitor(ResourceFilter) - Method in interface org.jboss.forge.addon.resource.FileResource
Monitors this FileResource using the given filter
monitor(Resource<?>) - Method in interface org.jboss.forge.addon.resource.ResourceFactory
Monitors a specific resource for changes and fires the registered listeners
monitor(Resource<?>, ResourceFilter) - Method in interface org.jboss.forge.addon.resource.ResourceFactory
Monitors a specific resource for changes and fires the registered listeners given the specified filter
MutableFacet<FACETEDTYPE extends Faceted<?>> - Interface in org.jboss.forge.addon.facets
A Facet with a mutable Facet.getFaceted().
MutableFaceted<FACETTYPE extends Facet<?>> - Interface in org.jboss.forge.addon.facets
A mutable Faceted type.

N

name(String) - Method in class org.jboss.forge.addon.ui.util.Metadata
Set the name for the corresponding UICommand.
navigateTo(Class<? extends UICommand>, Class<? extends UICommand>...) - Method in interface org.jboss.forge.addon.ui.context.UINavigationContext
 
navigateTo(Class<? extends UICommand>) - Static method in class org.jboss.forge.addon.ui.result.Results
Create a NavigationResult using the given UICommand type as the target.
navigateTo(Class<? extends UICommand>[]) - Static method in class org.jboss.forge.addon.ui.result.Results
Create a NavigationResult using the given UICommand array as the target.
navigateTo(Class<? extends UICommand>, Class<? extends UICommand>...) - Static method in class org.jboss.forge.addon.ui.result.Results
Create a NavigationResult using the given UICommand types as the targets.
navigationBuilder() - Static method in class org.jboss.forge.addon.ui.result.Results
 
NavigationResult - Interface in org.jboss.forge.addon.ui.result
The result of a navigation
NavigationResultBuilder - Class in org.jboss.forge.addon.ui.result.navigation
Builds a NavigationResult object
NavigationResultEntry - Interface in org.jboss.forge.addon.ui.result
Encapsulates the UICommand creation.
Network - Class in org.jboss.forge.addon.maven.environment
Represents the Maven network status Environment Category.
Network() - Constructor for class org.jboss.forge.addon.maven.environment.Network
 
NEW_LINE - Static variable in class org.jboss.forge.addon.text.highlight.Encoder.AbstractEncoder
 
NewAnnotatedUICommandWizard - Interface in org.jboss.forge.addon.addons.ui
Create a new annotation UICommand using the Command annotation.
newBackingBean(Project, String, String) - Method in interface org.jboss.forge.addon.javaee.faces.FacesOperations
Creates a new JavaResource in the specified project.
newBackingBean(DirectoryResource, String, String) - Method in interface org.jboss.forge.addon.javaee.faces.FacesOperations
Creates a new JavaResource in the specified target.
newConverter(Project, String, String) - Method in interface org.jboss.forge.addon.javaee.faces.FacesOperations
Creates a new JavaResource in the specified project.
newConverter(DirectoryResource, String, String) - Method in interface org.jboss.forge.addon.javaee.faces.FacesOperations
Creates a new JavaResource in the specified target.
newEmbeddableEntity(DirectoryResource, String, String) - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceOperations
Creates a new JavaResource for an embeddable entity in the specified project.
newEmbeddableEntity(Project, String, String) - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceOperations
Creates a new JavaResource for an embeddable entity in the specified target.
newEmbeddedRelationship(Project, JavaResource, String, String) - Method in interface org.jboss.forge.addon.javaee.jpa.JPAFieldOperations
 
newEntity(Project, String, String, GenerationType, String) - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceOperations
Creates a new JavaResource in the specified project.
newEntity(DirectoryResource, String, String, GenerationType, String) - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceOperations
Creates a new JavaResource in the specified target.
newEntity(Project, String, String, GenerationType) - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceOperations
Creates a new JavaResource in the specified project.
newEntity(DirectoryResource, String, String, GenerationType) - Method in interface org.jboss.forge.addon.javaee.jpa.PersistenceOperations
Creates a new JavaResource in the specified target.
NewFurnaceTestCommand - Interface in org.jboss.forge.addon.addons.ui
Creates a Furnace Test case
NewFurnaceTestSetupCommand - Interface in org.jboss.forge.addon.addons.ui
Creates a Furnace Test case
newManyToManyRelationship(Project, JavaResource, String, String, String, FetchType, Iterable<CascadeType>) - Method in interface org.jboss.forge.addon.javaee.jpa.JPAFieldOperations
 
newManyToOneRelationship(Project, JavaResource, String, String, String, FetchType, boolean, Iterable<CascadeType>) - Method in interface org.jboss.forge.addon.javaee.jpa.JPAFieldOperations
 
newOneToManyRelationship(Project, JavaResource, String, String, String, FetchType, Iterable<CascadeType>) - Method in interface org.jboss.forge.addon.javaee.jpa.JPAFieldOperations
 
newOneToOneRelationship(Project, JavaResource, String, String, String, FetchType, boolean, Iterable<CascadeType>) - Method in interface org.jboss.forge.addon.javaee.jpa.JPAFieldOperations
 
NewProjectWizard - Interface in org.jboss.forge.addon.projects.ui
Responsible for creating new Project instances of pre-defined types.
NewUICommandWizard - Interface in org.jboss.forge.addon.addons.ui
Create a new UICommand.
newValidator(Project, String, String) - Method in interface org.jboss.forge.addon.javaee.faces.FacesOperations
Creates a new JavaResource in the specified project.
newValidator(DirectoryResource, String, String) - Method in interface org.jboss.forge.addon.javaee.faces.FacesOperations
Creates a new JavaResource in the specified target.
next(UINavigationContext) - Method in class org.jboss.forge.addon.parser.java.projects.JavaProjectTypeStep
 
next() - Method in class org.jboss.forge.addon.text.highlight.StringScanner
 
next() - Method in interface org.jboss.forge.addon.ui.controller.WizardCommandController
Navigate to the next UIWizardStep.
next(UINavigationContext) - Method in interface org.jboss.forge.addon.ui.wizard.UIWizard
Returns the next UIWizardStep, or null if this is the last UICommand in the flow.
NO_DESCRIPTION - Static variable in interface org.jboss.forge.addon.ui.metadata.UICommandMetadata
Label used when no description is set
NonGUIEnabledPredicate - Class in org.jboss.forge.addon.ui.annotation.predicate
 
NonGUIEnabledPredicate() - Constructor for class org.jboss.forge.addon.ui.annotation.predicate.NonGUIEnabledPredicate
 
NonSnapshotDependencyFilter - Class in org.jboss.forge.addon.dependencies.util
Predicate used to filter out SNAPSHOT Dependency instances.
NonSnapshotDependencyFilter() - Constructor for class org.jboss.forge.addon.dependencies.util.NonSnapshotDependencyFilter
 
NUMBER - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JSONScanner
 

O

OCTAL - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
 
of(Color, String) - Static method in class org.jboss.forge.addon.text.highlight.encoder.TerminalEncoder.TerminalString
 
OPEN_BRAKCET - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
 
OPERATOR - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JSONScanner
 
OPERATORS - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
 
Option - Annotation Type in org.jboss.forge.addon.ui.annotation
A command option.
OPTION_START_STATE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.CSSScanner
 
OPTION_START_STATE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.GroovyScanner
 
options - Variable in class org.jboss.forge.addon.text.highlight.Encoder.AbstractEncoder
 
Options - Class in org.jboss.forge.addon.text.highlight
 
ordinalize(int) - Method in class org.jboss.forge.addon.text.Inflector
Turns a non-negative number into an ordinal string used to denote the position in an ordered sequence, such as 1st, 2nd, 3rd, 4th.
org.jboss.forge.addon.addons.facets - package org.jboss.forge.addon.addons.facets
 
org.jboss.forge.addon.addons.project - package org.jboss.forge.addon.addons.project
 
org.jboss.forge.addon.addons.ui - package org.jboss.forge.addon.addons.ui
 
org.jboss.forge.addon.configuration - package org.jboss.forge.addon.configuration
 
org.jboss.forge.addon.configuration.facets - package org.jboss.forge.addon.configuration.facets
 
org.jboss.forge.addon.convert - package org.jboss.forge.addon.convert
 
org.jboss.forge.addon.convert.exception - package org.jboss.forge.addon.convert.exception
 
org.jboss.forge.addon.dependencies - package org.jboss.forge.addon.dependencies
 
org.jboss.forge.addon.dependencies.builder - package org.jboss.forge.addon.dependencies.builder
 
org.jboss.forge.addon.dependencies.collection - package org.jboss.forge.addon.dependencies.collection
 
org.jboss.forge.addon.dependencies.convert - package org.jboss.forge.addon.dependencies.convert
 
org.jboss.forge.addon.dependencies.util - package org.jboss.forge.addon.dependencies.util
 
org.jboss.forge.addon.environment - package org.jboss.forge.addon.environment
 
org.jboss.forge.addon.facets - package org.jboss.forge.addon.facets
 
org.jboss.forge.addon.facets.constraints - package org.jboss.forge.addon.facets.constraints
 
org.jboss.forge.addon.git - package org.jboss.forge.addon.git
 
org.jboss.forge.addon.git.constants - package org.jboss.forge.addon.git.constants
 
org.jboss.forge.addon.git.exceptions - package org.jboss.forge.addon.git.exceptions
 
org.jboss.forge.addon.git.facet - package org.jboss.forge.addon.git.facet
 
org.jboss.forge.addon.git.gitignore - package org.jboss.forge.addon.git.gitignore
 
org.jboss.forge.addon.git.gitignore.resources - package org.jboss.forge.addon.git.gitignore.resources
 
org.jboss.forge.addon.git.ui - package org.jboss.forge.addon.git.ui
 
org.jboss.forge.addon.javaee - package org.jboss.forge.addon.javaee
 
org.jboss.forge.addon.javaee.cdi - package org.jboss.forge.addon.javaee.cdi
 
org.jboss.forge.addon.javaee.cdi.ui - package org.jboss.forge.addon.javaee.cdi.ui
 
org.jboss.forge.addon.javaee.ejb - package org.jboss.forge.addon.javaee.ejb
 
org.jboss.forge.addon.javaee.ejb.ui - package org.jboss.forge.addon.javaee.ejb.ui
 
org.jboss.forge.addon.javaee.faces - package org.jboss.forge.addon.javaee.faces
 
org.jboss.forge.addon.javaee.faces.ui - package org.jboss.forge.addon.javaee.faces.ui
 
org.jboss.forge.addon.javaee.facets - package org.jboss.forge.addon.javaee.facets
 
org.jboss.forge.addon.javaee.jpa - package org.jboss.forge.addon.javaee.jpa
 
org.jboss.forge.addon.javaee.jpa.ui.setup - package org.jboss.forge.addon.javaee.jpa.ui.setup
 
org.jboss.forge.addon.javaee.jta - package org.jboss.forge.addon.javaee.jta
 
org.jboss.forge.addon.javaee.rest - package org.jboss.forge.addon.javaee.rest
 
org.jboss.forge.addon.javaee.rest.config - package org.jboss.forge.addon.javaee.rest.config
 
org.jboss.forge.addon.javaee.rest.generation - package org.jboss.forge.addon.javaee.rest.generation
 
org.jboss.forge.addon.javaee.rest.ui - package org.jboss.forge.addon.javaee.rest.ui
 
org.jboss.forge.addon.javaee.servlet - package org.jboss.forge.addon.javaee.servlet
 
org.jboss.forge.addon.javaee.servlet.ui - package org.jboss.forge.addon.javaee.servlet.ui
 
org.jboss.forge.addon.javaee.validation - package org.jboss.forge.addon.javaee.validation
 
org.jboss.forge.addon.javaee.validation.provider - package org.jboss.forge.addon.javaee.validation.provider
 
org.jboss.forge.addon.javaee.validation.ui - package org.jboss.forge.addon.javaee.validation.ui
 
org.jboss.forge.addon.javaee.websocket - package org.jboss.forge.addon.javaee.websocket
 
org.jboss.forge.addon.javaee.websocket.ui - package org.jboss.forge.addon.javaee.websocket.ui
 
org.jboss.forge.addon.manager - package org.jboss.forge.addon.manager
 
org.jboss.forge.addon.maven.dependencies - package org.jboss.forge.addon.maven.dependencies
 
org.jboss.forge.addon.maven.environment - package org.jboss.forge.addon.maven.environment
 
org.jboss.forge.addon.maven.plugins - package org.jboss.forge.addon.maven.plugins
 
org.jboss.forge.addon.maven.profiles - package org.jboss.forge.addon.maven.profiles
 
org.jboss.forge.addon.maven.projects - package org.jboss.forge.addon.maven.projects
 
org.jboss.forge.addon.maven.resources - package org.jboss.forge.addon.maven.resources
 
org.jboss.forge.addon.parser.java.beans - package org.jboss.forge.addon.parser.java.beans
 
org.jboss.forge.addon.parser.java.facets - package org.jboss.forge.addon.parser.java.facets
 
org.jboss.forge.addon.parser.java.projects - package org.jboss.forge.addon.parser.java.projects
 
org.jboss.forge.addon.parser.java.resources - package org.jboss.forge.addon.parser.java.resources
 
org.jboss.forge.addon.parser.java.ui - package org.jboss.forge.addon.parser.java.ui
 
org.jboss.forge.addon.parser.java.ui.annotations - package org.jboss.forge.addon.parser.java.ui.annotations
 
org.jboss.forge.addon.parser.java.ui.methods - package org.jboss.forge.addon.parser.java.ui.methods
 
org.jboss.forge.addon.parser.java.utils - package org.jboss.forge.addon.parser.java.utils
 
org.jboss.forge.addon.parser.json - package org.jboss.forge.addon.parser.json
 
org.jboss.forge.addon.parser.json.resource - package org.jboss.forge.addon.parser.json.resource
 
org.jboss.forge.addon.parser.xml - package org.jboss.forge.addon.parser.xml
 
org.jboss.forge.addon.parser.xml.resources - package org.jboss.forge.addon.parser.xml.resources
 
org.jboss.forge.addon.projects - package org.jboss.forge.addon.projects
 
org.jboss.forge.addon.projects.building - package org.jboss.forge.addon.projects.building
 
org.jboss.forge.addon.projects.dependencies - package org.jboss.forge.addon.projects.dependencies
 
org.jboss.forge.addon.projects.events - package org.jboss.forge.addon.projects.events
 
org.jboss.forge.addon.projects.facets - package org.jboss.forge.addon.projects.facets
 
org.jboss.forge.addon.projects.spi - package org.jboss.forge.addon.projects.spi
 
org.jboss.forge.addon.projects.ui - package org.jboss.forge.addon.projects.ui
 
org.jboss.forge.addon.projects.ui.dependencies - package org.jboss.forge.addon.projects.ui.dependencies
 
org.jboss.forge.addon.projects.ui.repositories - package org.jboss.forge.addon.projects.ui.repositories
 
org.jboss.forge.addon.resource - package org.jboss.forge.addon.resource
 
org.jboss.forge.addon.resource.events - package org.jboss.forge.addon.resource.events
 
org.jboss.forge.addon.resource.monitor - package org.jboss.forge.addon.resource.monitor
 
org.jboss.forge.addon.resource.transaction - package org.jboss.forge.addon.resource.transaction
 
org.jboss.forge.addon.resource.util - package org.jboss.forge.addon.resource.util
 
org.jboss.forge.addon.resource.visit - package org.jboss.forge.addon.resource.visit
 
org.jboss.forge.addon.rest - package org.jboss.forge.addon.rest
 
org.jboss.forge.addon.scaffold.ui - package org.jboss.forge.addon.scaffold.ui
 
org.jboss.forge.addon.shell - package org.jboss.forge.addon.shell
 
org.jboss.forge.addon.shell.ui - package org.jboss.forge.addon.shell.ui
 
org.jboss.forge.addon.templates - package org.jboss.forge.addon.templates
 
org.jboss.forge.addon.templates.facets - package org.jboss.forge.addon.templates.facets
 
org.jboss.forge.addon.text - package org.jboss.forge.addon.text
 
org.jboss.forge.addon.text.highlight - package org.jboss.forge.addon.text.highlight
 
org.jboss.forge.addon.text.highlight.encoder - package org.jboss.forge.addon.text.highlight.encoder
 
org.jboss.forge.addon.text.highlight.scanner - package org.jboss.forge.addon.text.highlight.scanner
 
org.jboss.forge.addon.text.highlight.scanner.java - package org.jboss.forge.addon.text.highlight.scanner.java
 
org.jboss.forge.addon.ui - package org.jboss.forge.addon.ui
 
org.jboss.forge.addon.ui.annotation - package org.jboss.forge.addon.ui.annotation
 
org.jboss.forge.addon.ui.annotation.predicate - package org.jboss.forge.addon.ui.annotation.predicate
 
org.jboss.forge.addon.ui.cdi - package org.jboss.forge.addon.ui.cdi
 
org.jboss.forge.addon.ui.command - package org.jboss.forge.addon.ui.command
 
org.jboss.forge.addon.ui.context - package org.jboss.forge.addon.ui.context
 
org.jboss.forge.addon.ui.controller - package org.jboss.forge.addon.ui.controller
 
org.jboss.forge.addon.ui.facets - package org.jboss.forge.addon.ui.facets
 
org.jboss.forge.addon.ui.hints - package org.jboss.forge.addon.ui.hints
 
org.jboss.forge.addon.ui.input - package org.jboss.forge.addon.ui.input
 
org.jboss.forge.addon.ui.input.events - package org.jboss.forge.addon.ui.input.events
 
org.jboss.forge.addon.ui.metadata - package org.jboss.forge.addon.ui.metadata
 
org.jboss.forge.addon.ui.output - package org.jboss.forge.addon.ui.output
 
org.jboss.forge.addon.ui.progress - package org.jboss.forge.addon.ui.progress
 
org.jboss.forge.addon.ui.result - package org.jboss.forge.addon.ui.result
 
org.jboss.forge.addon.ui.result.navigation - package org.jboss.forge.addon.ui.result.navigation
 
org.jboss.forge.addon.ui.test - package org.jboss.forge.addon.ui.test
 
org.jboss.forge.addon.ui.test.impl - package org.jboss.forge.addon.ui.test.impl
 
org.jboss.forge.addon.ui.util - package org.jboss.forge.addon.ui.util
 
org.jboss.forge.addon.ui.validate - package org.jboss.forge.addon.ui.validate
 
org.jboss.forge.addon.ui.wizard - package org.jboss.forge.addon.ui.wizard
 
origin - Variable in class org.jboss.forge.addon.facets.AbstractFacet
 
out - Variable in class org.jboss.forge.addon.text.highlight.Encoder.AbstractEncoder
 
out() - Method in interface org.jboss.forge.addon.ui.output.UIOutput
Returns the PrintStream used to display information in the output stream.
out() - Method in class org.jboss.forge.addon.ui.test.impl.UIOutputImpl
 
output(OutputStream) - Method in class org.jboss.forge.addon.text.highlight.Syntax.Builder
 

P

PACKAGE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
 
Packages - Class in org.jboss.forge.addon.parser.java.utils
 
Packages() - Constructor for class org.jboss.forge.addon.parser.java.utils.Packages
 
PackagingChanged - Class in org.jboss.forge.addon.projects.events
Fired when a Project is configured to produce a new PackagingFacet#getString()
PackagingChanged() - Constructor for class org.jboss.forge.addon.projects.events.PackagingChanged
 
PackagingChanged(Project, String, String) - Constructor for class org.jboss.forge.addon.projects.events.PackagingChanged
 
PackagingFacet - Interface in org.jboss.forge.addon.projects.facets
A Facet representing this project's Packaging (JAR, WAR, EAR, etc...)
parse(File) - Method in interface org.jboss.forge.addon.parser.xml.XMLSourceFactory
Open the given File, parsing its contents into a new Node instance.
parse(InputStream) - Method in interface org.jboss.forge.addon.parser.xml.XMLSourceFactory
Read the given InputStream and parse the data into a new Node instance.
parse(char[]) - Method in interface org.jboss.forge.addon.parser.xml.XMLSourceFactory
Parse the given character array into a new Node instance.
parse(String) - Method in interface org.jboss.forge.addon.parser.xml.XMLSourceFactory
Parse the given String data into a new Node instance.
pathspecToRegEx(String) - Static method in class org.jboss.forge.addon.resource.util.ResourcePathResolver
 
peek(int) - Method in class org.jboss.forge.addon.text.highlight.StringScanner
 
perform(ResourceVisitor) - Method in class org.jboss.forge.addon.resource.visit.ResourceVisit
Perform the visit using the given ResourceVisitor.
perform(ResourceVisitor, ResourceFilter) - Method in class org.jboss.forge.addon.resource.visit.ResourceVisit
Perform the visit using the given ResourceVisitor.
perform(ResourceVisitor, ResourceFilter, ResourceFilter) - Method in class org.jboss.forge.addon.resource.visit.ResourceVisit
Perform the visit using the given ResourceVisitor.
PersistenceContainer - Interface in org.jboss.forge.addon.javaee.jpa
Performs configuration on a JPADataSource to ensure it is properly set up for the this implementation.
PersistenceMetaModelFacet - Interface in org.jboss.forge.addon.javaee.jpa
Returns information about metamodel generation for JPA projects
PersistenceOperations - Interface in org.jboss.forge.addon.javaee.jpa
Defines JPA specific operations
PersistenceProvider - Interface in org.jboss.forge.addon.javaee.jpa
Performs configuration of a JPADataSource to ensure it is properly set up for this implementation.
PLAIN - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
 
PLAIN_STRING_CONTENT - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
 
PlainScanner - Class in org.jboss.forge.addon.text.highlight.scanner
 
PlainScanner() - Constructor for class org.jboss.forge.addon.text.highlight.scanner.PlainScanner
 
PluginElement - Interface in org.jboss.forge.addon.maven.plugins
 
pluralize(Object) - Method in class org.jboss.forge.addon.text.Inflector
Returns the plural form of the word in the string.
pluralize(Object, int) - Method in class org.jboss.forge.addon.text.Inflector
 
postCommandExecuted(UICommand, UIExecutionContext, Result) - Method in class org.jboss.forge.addon.ui.command.AbstractCommandExecutionListener
 
postCommandExecuted(UICommand, UIExecutionContext, Result) - Method in interface org.jboss.forge.addon.ui.command.CommandExecutionListener
Called after the given UICommand has been executed.
postCommandFailure(UICommand, UIExecutionContext, Throwable) - Method in class org.jboss.forge.addon.ui.command.AbstractCommandExecutionListener
 
postCommandFailure(UICommand, UIExecutionContext, Throwable) - Method in interface org.jboss.forge.addon.ui.command.CommandExecutionListener
Called after the given UICommand has been executed.
postWizardExecuted(UIWizard, UIExecutionContext, Result) - Method in interface org.jboss.forge.addon.ui.wizard.WizardExecutionListener
Called after the given UIWizard has been executed.
postWizardFailure(UIWizard, UIExecutionContext, Throwable) - Method in interface org.jboss.forge.addon.ui.wizard.WizardExecutionListener
Called after the given UIWizard has been executed.
PRE_PROCESSOR - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
 
preCommandExecuted(UICommand, UIExecutionContext) - Method in class org.jboss.forge.addon.ui.command.AbstractCommandExecutionListener
 
preCommandExecuted(UICommand, UIExecutionContext) - Method in interface org.jboss.forge.addon.ui.command.CommandExecutionListener
Called when the given UICommand is about to be executed.
PREDEFINED_TYPES - Static variable in class org.jboss.forge.addon.text.highlight.scanner.java.BuiltInTypes
 
preorderIterator(DependencyNode) - Static method in class org.jboss.forge.addon.dependencies.collection.DependencyNodeUtil
Creates and returns an iterator that traverses the subtree rooted at this node in preorder.
PrerequisiteCommandsProvider - Interface in org.jboss.forge.addon.ui.command
Provides pre-execution steps based on the current UIContext.
prettyPrint(DependencyNode) - Static method in class org.jboss.forge.addon.dependencies.collection.DependencyNodeUtil
Prints a tree-like structure for this object
prettyPrint(DependencyNode, Predicate<DependencyNode>) - Static method in class org.jboss.forge.addon.dependencies.collection.DependencyNodeUtil
 
previous() - Method in interface org.jboss.forge.addon.ui.controller.WizardCommandController
Navigate to the previous UIWizardStep.
preWizardExecuted(UIWizard, UIExecutionContext) - Method in interface org.jboss.forge.addon.ui.wizard.WizardExecutionListener
Called when the given UIWizard is about to be executed.
priority() - Method in class org.jboss.forge.addon.parser.java.projects.JavaEnterpriseProjectType
 
priority() - Method in class org.jboss.forge.addon.parser.java.projects.JavaProjectType
 
priority() - Method in class org.jboss.forge.addon.parser.java.projects.JavaWebProjectType
 
priority() - Method in interface org.jboss.forge.addon.projects.ProjectProvider
Returns the priority of this ProjectProvider.
priority() - Method in interface org.jboss.forge.addon.projects.ProjectType
Defines the priority of this ProjectType.
processEvent(ResourceEvent) - Method in interface org.jboss.forge.addon.resource.monitor.ResourceListener
 
Profile - Interface in org.jboss.forge.addon.maven.profiles
 
ProfileAdapter - Class in org.jboss.forge.addon.maven.profiles
 
ProfileAdapter(Profile) - Constructor for class org.jboss.forge.addon.maven.profiles.ProfileAdapter
 
ProfileBuilder - Class in org.jboss.forge.addon.maven.profiles
 
ProfileImpl - Class in org.jboss.forge.addon.maven.profiles
 
ProfileImpl() - Constructor for class org.jboss.forge.addon.maven.profiles.ProfileImpl
 
Project - Interface in org.jboss.forge.addon.projects
Describes a set of Resource instances that represent a unit of work.
ProjectAssociationProvider - Interface in org.jboss.forge.addon.projects
 
ProjectBuilder - Interface in org.jboss.forge.addon.projects.building
Used to configure and execute the project build system.
ProjectCache - Interface in org.jboss.forge.addon.projects.spi
Responsible for caching Project instances so that they do not need to be re-built or re-generated for multiple consumers.
projectCreated(Project) - Method in interface org.jboss.forge.addon.projects.ProjectListener
 
ProjectFacet - Interface in org.jboss.forge.addon.projects
A Facet specifically for use in Project instances.
ProjectFactory - Interface in org.jboss.forge.addon.projects
Used to create new or obtain references to existing Project instances.
ProjectListener - Interface in org.jboss.forge.addon.projects
Listens for project actions
ProjectOperations - Class in org.jboss.forge.addon.parser.java.beans
 
ProjectOperations() - Constructor for class org.jboss.forge.addon.parser.java.beans.ProjectOperations
 
ProjectProvider - Interface in org.jboss.forge.addon.projects
Creates and locates Project instances for a specific technology.
Projects - Class in org.jboss.forge.addon.projects
Helper class for Project objects
Projects() - Constructor for class org.jboss.forge.addon.projects.Projects
 
ProjectType - Interface in org.jboss.forge.addon.projects
Provides additional project configuration for use during new project creation.
prompt(String) - Method in interface org.jboss.forge.addon.ui.input.UIPrompt
Prompt for user input, first printing the given line, then return user input as a String.
prompt(String) - Method in class org.jboss.forge.addon.ui.test.impl.UIPromptImpl
 
promptBoolean(String) - Method in interface org.jboss.forge.addon.ui.input.UIPrompt
Prompt for boolean user input (Y/n), first printing the given message, then returning user input as a boolean.
promptBoolean(String, boolean) - Method in interface org.jboss.forge.addon.ui.input.UIPrompt
Prompt for boolean user input, first printing the given message, then returning user input as a boolean.
promptBoolean(String) - Method in class org.jboss.forge.addon.ui.test.impl.UIPromptImpl
 
promptBoolean(String, boolean) - Method in class org.jboss.forge.addon.ui.test.impl.UIPromptImpl
 
promptSecret(String) - Method in interface org.jboss.forge.addon.ui.input.UIPrompt
First print the given message, prompt the user for input (masking keystrokes for secrecy,) then return user input.
promptSecret(String) - Method in class org.jboss.forge.addon.ui.test.impl.UIPromptImpl
 
PropertiesScanner - Class in org.jboss.forge.addon.text.highlight.scanner
 
PropertiesScanner() - Constructor for class org.jboss.forge.addon.text.highlight.scanner.PropertiesScanner
 
PropertiesScanner.State - Enum in org.jboss.forge.addon.text.highlight.scanner
 
ProvidedProjectFacet - Interface in org.jboss.forge.addon.projects
A ProjectFacet specifically provided by ProjectProvider instances.
pull(Git, int) - Method in interface org.jboss.forge.addon.git.GitUtils
Pulls the latest changes from the remote repository and incorporates them into the given one.

Q

QUOTE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
 

R

RADIO - Static variable in class org.jboss.forge.addon.ui.hints.InputType
 
refresh() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
 
refresh() - Method in interface org.jboss.forge.addon.resource.FileResource
Re-read the file-system meta-data for this resource (such as last modified time-stamp, and permissions.)
register(FACETTYPE) - Method in class org.jboss.forge.addon.facets.AbstractFaceted
 
register(FACETEDTYPE, Class<FACETTYPE>) - Method in interface org.jboss.forge.addon.facets.FacetFactory
Register a Facet type into the given Faceted origin.
register(FACETEDTYPE, FACETTYPE) - Method in interface org.jboss.forge.addon.facets.FacetFactory
Register a Facet instance into the given Faceted origin.
register(FACETTYPE) - Method in interface org.jboss.forge.addon.facets.MutableFaceted
Attempt to add the given Facet in the internal registry.
registrer(String, Class<? extends Encoder>) - Static method in class org.jboss.forge.addon.text.highlight.Encoder.Factory
 
registrer(Class<? extends Scanner>) - Static method in class org.jboss.forge.addon.text.highlight.Scanner.Factory
 
reify(Class<R>) - Method in class org.jboss.forge.addon.resource.AbstractResource
 
reify(Class<R>) - Method in interface org.jboss.forge.addon.resource.Resource
Ask this Resource if it is actually a resource of the given type; if it is, return a new reference to the resource as the given type, otherwise return null.
RelatedClassComparator - Class in org.jboss.forge.addon.resource.util
This comparator should be used when a list of related classes should be ordered from the most abstract to the most specialized one
RelatedClassComparator() - Constructor for class org.jboss.forge.addon.resource.util.RelatedClassComparator
 
removeAttribute(Object) - Method in class org.jboss.forge.addon.projects.AbstractProject
 
removeAttribute(Object) - Method in interface org.jboss.forge.addon.projects.Project
Remove a value from this project's internal attributes.
removeConfigurationElement(String) - Method in interface org.jboss.forge.addon.maven.plugins.Configuration
Remove the specified ConfigurationElement.
removeConfigurationElement(String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationBuilder
 
removeConfigurationElement(String) - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationImpl
 
RemoveDependenciesCommand - Interface in org.jboss.forge.addon.projects.ui.dependencies
Responsible for removing Dependency entries from a Project.
removeDependency(Dependency) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
Remove the given Dependency from this facet's Project.
removeDirectProperty(String) - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
Remove a build property by name.
removeField(JavaClassSource, Field<JavaClassSource>) - Method in class org.jboss.forge.addon.parser.java.beans.FieldOperations
Removes the field, including its getters and setters and updating toString()
RemoveManagedDependenciesCommand - Interface in org.jboss.forge.addon.projects.ui.dependencies
Responsible for removing managed Dependency entries from a Project.
removeManagedDependency(Dependency) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
Remove the given managed Dependency from this facet's Project.
removeManagedPlugin(Coordinate) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
Remove the given managed plugin given it's Coordinate from this Project.
removePattern(String) - Method in interface org.jboss.forge.addon.git.gitignore.resources.GitIgnoreResource
 
removePlugin(Coordinate) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
Remove the plugin given it's Coordinate from this Project.
removePluginRepository(String) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
Remove the given org.jboss.forge.project.dependencies.DependencyRepository from the current project.
removeRepository(String) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
Remove the given DependencyRepository from the current project.
RemoveRepositoryCommand - Interface in org.jboss.forge.addon.projects.ui.repositories
Responsible for removing DependencyRepository entries from a Project.
renameFile(File, File) - Method in enum org.jboss.forge.addon.resource.DefaultFileOperations
 
renameFile(File, File) - Method in interface org.jboss.forge.addon.resource.FileOperations
 
renameTo(String) - Method in class org.jboss.forge.addon.resource.AbstractFileResource
 
renameTo(FileResource<?>) - Method in class org.jboss.forge.addon.resource.AbstractFileResource
 
renameTo(String) - Method in interface org.jboss.forge.addon.resource.FileResource
Rename this Resource to the given path.
renameTo(FileResource<?>) - Method in interface org.jboss.forge.addon.resource.FileResource
Rename this Resource to the given FileResource
replacement - Variable in class org.jboss.forge.addon.text.Inflector.Rule
 
REPOSITORY - Static variable in interface org.jboss.forge.addon.git.constants.GitConstants
 
REPOSITORY_KEY - Static variable in interface org.jboss.forge.addon.git.constants.GitConstants
 
RequiresJavaResourcePredicate - Class in org.jboss.forge.addon.parser.java.ui
 
RequiresJavaResourcePredicate() - Constructor for class org.jboss.forge.addon.parser.java.ui.RequiresJavaResourcePredicate
 
RequiresProjectPredicate - Class in org.jboss.forge.addon.projects.ui
Requires a project to be enabled
RequiresProjectPredicate() - Constructor for class org.jboss.forge.addon.projects.ui.RequiresProjectPredicate
 
RESERVED - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
 
RESET - Static variable in class org.jboss.forge.addon.text.highlight.encoder.TerminalEncoder.TerminalString
 
resetHard(Git, String) - Method in interface org.jboss.forge.addon.git.GitUtils
Resets the HEAD, the index and the working tree to point to the given commit.
resolve() - Method in class org.jboss.forge.addon.resource.util.ResourcePathResolver
Resolve the results.
resolveArtifact(DependencyQuery) - Method in interface org.jboss.forge.addon.dependencies.DependencyResolver
Resolve a single Dependency matching the given DependencyQuery.
resolveAvailableVersions(Dependency) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
Given a Dependency with a populated groupId, versionId, and version range, identify the available Coordinate in all known repositories for this project.
resolveAvailableVersions(String) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
Given a groupid:versionid:version-range, identify and resolve all matching Coordinate in all known DependencyRepository instances for this Project.
resolveAvailableVersions(DependencyQuery) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
Using the given DependencyQuery, identify and resolve all matching Coordinate results in configured DependencyRepository instances for this Project.
resolveChildren(String) - Method in class org.jboss.forge.addon.resource.AbstractResource
 
resolveChildren(String) - Method in interface org.jboss.forge.addon.resource.Resource
Resolve children resources from this Resource given a specific path.
resolveDependencies(DependencyQuery) - Method in interface org.jboss.forge.addon.dependencies.DependencyResolver
Resolve all dependencies for the Dependency resolved by the given DependencyQuery object.
resolveDependencyHierarchy(DependencyQuery) - Method in interface org.jboss.forge.addon.dependencies.DependencyResolver
Resolve the entire dependency hierarchy for the given DependencyQuery.
resolveDependencyMetadata(DependencyQuery) - Method in interface org.jboss.forge.addon.dependencies.DependencyResolver
Resolve DependencyMetadata for a given DependencyQuery, searching the default repository.
resolveProperties(String) - Method in interface org.jboss.forge.addon.maven.projects.MavenFacet
Resolve Maven properties for the given input String, replacing occurrences of the `${property}` with their defined value.
resolveProperties(Dependency) - Method in interface org.jboss.forge.addon.projects.facets.DependencyFacet
Resolve properties in the given dependency, converting them to their actual values.
resolveVersions(DependencyQuery) - Method in interface org.jboss.forge.addon.dependencies.DependencyResolver
Resolve the versions from a Dependency object contained in the DependencyQuery object in ascending order.
Resource<T> - Interface in org.jboss.forge.addon.resource
A Resource is an abstraction on top of usable items within a Furnace project.
ResourceCreated - Class in org.jboss.forge.addon.resource.events
Fired when a Resource has been created.
ResourceCreated(Resource<?>) - Constructor for class org.jboss.forge.addon.resource.events.ResourceCreated
 
ResourceDeleted - Class in org.jboss.forge.addon.resource.events
Fired when a Resource has been deleted.
ResourceDeleted(Resource<?>) - Constructor for class org.jboss.forge.addon.resource.events.ResourceDeleted
 
ResourceEvent - Class in org.jboss.forge.addon.resource.events
 
ResourceEvent(Resource<?>) - Constructor for class org.jboss.forge.addon.resource.events.ResourceEvent
 
ResourceException - Exception in org.jboss.forge.addon.resource
Represents a generic Exception thrown by the Furnace Resource API
ResourceException() - Constructor for exception org.jboss.forge.addon.resource.ResourceException
 
ResourceException(String, Throwable) - Constructor for exception org.jboss.forge.addon.resource.ResourceException
 
ResourceException(String) - Constructor for exception org.jboss.forge.addon.resource.ResourceException
 
ResourceFacet - Interface in org.jboss.forge.addon.resource
A Facet for use in Resource instances.
ResourceFactory - Interface in org.jboss.forge.addon.resource
 
ResourceFilter - Interface in org.jboss.forge.addon.resource
Used to filter Resource instances during a given operation.
ResourceGenerator<RESOURCETYPE,UNDERLYINGTYPE> - Interface in org.jboss.forge.addon.resource
Defines the mechanism for registering new Resource types.
ResourceListener - Interface in org.jboss.forge.addon.resource.monitor
A Listener for Resource events
ResourceModified - Class in org.jboss.forge.addon.resource.events
Fired when a Resource has been modified.
ResourceModified(Resource<?>) - Constructor for class org.jboss.forge.addon.resource.events.ResourceModified
 
ResourceMonitor - Interface in org.jboss.forge.addon.resource.monitor
Monitors a Resource for changes
ResourcePathResolver - Class in org.jboss.forge.addon.resource.util
Parser of UNIX-style pathspec.
ResourcePathResolver(ResourceFactory, Resource<?>, String) - Constructor for class org.jboss.forge.addon.resource.util.ResourcePathResolver
 
ResourceRenamed - Class in org.jboss.forge.addon.resource.events
 
ResourceRenamed(Resource<?>, String) - Constructor for class org.jboss.forge.addon.resource.events.ResourceRenamed
 
ResourcesFacet - Interface in org.jboss.forge.addon.projects.facets
 
ResourceTransaction - Interface in org.jboss.forge.addon.resource.transaction
A ResourceTransaction manages changes to a group of Resource
ResourceTransactionException - Exception in org.jboss.forge.addon.resource.transaction
Represents a transaction exception thrown by the Resource API
ResourceTransactionException() - Constructor for exception org.jboss.forge.addon.resource.transaction.ResourceTransactionException
 
ResourceTransactionException(String, Throwable) - Constructor for exception org.jboss.forge.addon.resource.transaction.ResourceTransactionException
 
ResourceTransactionException(String) - Constructor for exception org.jboss.forge.addon.resource.transaction.ResourceTransactionException
 
ResourceTransactionListener - Interface in org.jboss.forge.addon.resource.transaction
Listener for observing events of the ResourceTransaction lifecycle.
ResourceUtil - Class in org.jboss.forge.addon.resource.util
A set of utilities to work with the resources API.
ResourceUtil() - Constructor for class org.jboss.forge.addon.resource.util.ResourceUtil
 
ResourceVisit - Class in org.jboss.forge.addon.resource.visit
 
ResourceVisit(Resource<?>) - Constructor for class org.jboss.forge.addon.resource.visit.ResourceVisit
Create a new ResourceVisit instance, beginning at the given root Resource.
ResourceVisitor - Interface in org.jboss.forge.addon.resource.visit
Visits all Resource instances in the visit controller.
RestApplicationClassConfigurationStrategy - Class in org.jboss.forge.addon.javaee.rest.config
Configures the Rest facet through the web.xml
RestApplicationClassConfigurationStrategy(JavaClassSource) - Constructor for class org.jboss.forge.addon.javaee.rest.config.RestApplicationClassConfigurationStrategy
 
RestApplicationClassConfigurationStrategy(String, JavaClassSource) - Constructor for class org.jboss.forge.addon.javaee.rest.config.RestApplicationClassConfigurationStrategy
 
RestConfigurationStrategy - Interface in org.jboss.forge.addon.javaee.rest.config
A RestConfigurationStrategy allows a RestFacet to be configured properly
RestConfigurationStrategyFactory - Class in org.jboss.forge.addon.javaee.rest.config
 
RestConfigurationStrategyFactory() - Constructor for class org.jboss.forge.addon.javaee.rest.config.RestConfigurationStrategyFactory
 
RestFacet - Interface in org.jboss.forge.addon.javaee.rest
If installed, this Project supports features from the JAX-RS specification.
RestFacet_1_1 - Interface in org.jboss.forge.addon.javaee.rest
 
RestFacet_2_0 - Interface in org.jboss.forge.addon.javaee.rest
 
RestGeneratedResources - Class in org.jboss.forge.addon.javaee.rest.generation
 
RestGeneratedResources() - Constructor for class org.jboss.forge.addon.javaee.rest.generation.RestGeneratedResources
 
RestGeneratedResources(List<JavaResource>, List<JavaResource>) - Constructor for class org.jboss.forge.addon.javaee.rest.generation.RestGeneratedResources
 
RestGeneratedResources(List<JavaResource>, List<JavaResource>, List<JavaResource>) - Constructor for class org.jboss.forge.addon.javaee.rest.generation.RestGeneratedResources
 
RestGenerationConstants - Class in org.jboss.forge.addon.javaee.rest.generation
Created by vreynolds on 5/16/14.
RestGenerationConstants() - Constructor for class org.jboss.forge.addon.javaee.rest.generation.RestGenerationConstants
 
RestGenerationContext - Class in org.jboss.forge.addon.javaee.rest.generation
Parameters for REST resource generation
RestGenerationContext() - Constructor for class org.jboss.forge.addon.javaee.rest.generation.RestGenerationContext
 
RestResourceGenerator - Interface in org.jboss.forge.addon.javaee.rest.generation
Generates a REST resource based on a JPA entity
RestSetupWizard - Interface in org.jboss.forge.addon.javaee.rest.ui
Setups REST (JAX-RS) in a Project
RestWebXmlConfigurationStrategy - Class in org.jboss.forge.addon.javaee.rest.config
Configures the Rest facet through the web.xml
RestWebXmlConfigurationStrategy(String) - Constructor for class org.jboss.forge.addon.javaee.rest.config.RestWebXmlConfigurationStrategy
 
Result - Interface in org.jboss.forge.addon.ui.result
The result of a UICommand.
Results - Class in org.jboss.forge.addon.ui.result
Utilities for creating Result instances.
Results() - Constructor for class org.jboss.forge.addon.ui.result.Results
 
ResultType - Enum in org.jboss.forge.addon.parser.java.utils
 
rollback() - Method in interface org.jboss.forge.addon.resource.transaction.ResourceTransaction
Discards this transaction and the associated changes with it
ROOT_AND_NESTED_DTO - Static variable in class org.jboss.forge.addon.javaee.rest.generation.RestGenerationConstants
Name identifier for the DTO resource based REST resource generator.
runTests(boolean) - Method in interface org.jboss.forge.addon.projects.building.ProjectBuilder
Enable or disable test execution during build.

S

saveConfig(DESCRIPTOR) - Method in interface org.jboss.forge.addon.javaee.Configurable
Persists the current Descriptor
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
 
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
Returns a List of DependencyNode objects that satisfy the filter based on the elements returned by the Iterator.
select(DependencyNode, Predicate<DependencyNode>) - Static method in class org.jboss.forge.addon.dependencies.collection.DependencyNodeUtil
Returns the DependencyNode objects that satisfy the filter.
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
Possible UISelection implementations
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
Setups Servlet in a Project
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(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
Set the contents of this WriteableResource to the given String using UTF-8 encoding.
setContents(String, Charset) - Method in interface org.jboss.forge.addon.resource.WriteableResource
Set the contents of this WriteableResource to the given String using the specified encoding.
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
Set the contents of this WriteableResource to the contents of the given InputStream.
setContentType(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
Set a few sentences describing the purpose of this 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
Set this InputComponent to be enabled.
setEnabled(Callable<Boolean>) - Method in interface org.jboss.forge.addon.ui.input.InputComponent
Set the Callable object to supply the value when InputComponent.isEnabled() is called.
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
Set the Faceted origin to which this Facet belongs.
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
Set the label for this 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
Set the parent Resource.
setPassword(String) - Method in class org.jboss.forge.addon.javaee.jpa.JPADataSource
 
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.rest.generation.RestGenerationContext
 
setProjectName(String) - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
Set the name of this Project.
setProjectStage(ProjectStage) - Method in interface org.jboss.forge.addon.javaee.faces.FacesFacet
 
setProjectVersion(String) - Method in interface org.jboss.forge.addon.projects.facets.MetadataFacet
Set the version of this Project.
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
Set this InputComponent to be a required input.
setRequired(Callable<Boolean>) - Method in interface org.jboss.forge.addon.ui.input.InputComponent
Set the Callable object to supply the value when InputComponent.isRequired() is called.
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.
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(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.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
Set the top level package of this Project.
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
Set the current Converter instance with which this InputComponent value should be converted to and from String form
setValueFor(String, Object) - Method in interface org.jboss.forge.addon.ui.controller.CommandController
Sets the value of InputComponent with the given name.
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
A ShellContext is passed to UICommand objects when a command is invoked through a shell.
ShellFactory - Interface in org.jboss.forge.addon.shell
Creates Shell objects
ShellHandle - Interface in org.jboss.forge.addon.shell
Holds a shell instance (no need for proxies)
SingleCommandController - Interface in org.jboss.forge.addon.ui.controller
Represents a CommandController for a single (non-wizard) UICommand.
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_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.
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
Specifies a subset Configuration during injection Eg:
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.
success() - Static method in class org.jboss.forge.addon.ui.result.Results
Create a successful Result.
success(String) - Static method in class org.jboss.forge.addon.ui.result.Results
Create a successful Result with a message.
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
 

T

TAG - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
 
TAG_END - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
 
TemplateFacet - Interface in org.jboss.forge.addon.templates.facets
A Facet for template resource directories.
TemplateFactory - Interface in org.jboss.forge.addon.templates
Creates a TemplateProcessor based on a Template
TerminalEncoder - Class in org.jboss.forge.addon.text.highlight.encoder
 
TerminalEncoder(OutputStream, Theme, Map<String, Object>) - Constructor for class org.jboss.forge.addon.text.highlight.encoder.TerminalEncoder
 
TerminalEncoder.TerminalString - Class in org.jboss.forge.addon.text.highlight.encoder
 
TerminalEncoder.TerminalString() - Constructor for class org.jboss.forge.addon.text.highlight.encoder.TerminalEncoder.TerminalString
 
terminate() - Method in interface org.jboss.forge.addon.resource.visit.VisitContext
Terminate the current ResourceVisit.
TEXTAREA - Static variable in class org.jboss.forge.addon.ui.hints.InputType
 
TEXTBOX - Static variable in class org.jboss.forge.addon.ui.hints.InputType
 
textToken(String, TokenType) - Method in class org.jboss.forge.addon.text.highlight.encoder.DebugEncoder
 
textToken(String, TokenType) - Method in class org.jboss.forge.addon.text.highlight.encoder.TerminalEncoder
 
textToken(String, TokenType) - Method in interface org.jboss.forge.addon.text.highlight.Encoder
 
theme - Variable in class org.jboss.forge.addon.text.highlight.Encoder.AbstractEncoder
 
theme(Theme) - Method in class org.jboss.forge.addon.text.highlight.Syntax.Builder
 
Theme - Class in org.jboss.forge.addon.text.highlight
 
Theme() - Constructor for class org.jboss.forge.addon.text.highlight.Theme
 
Theme(Color) - Constructor for class org.jboss.forge.addon.text.highlight.Theme
 
titleCase(String, String...) - Method in class org.jboss.forge.addon.text.Inflector
Capitalizes all the words and replaces some characters in the string to create a nicer looking title.
toDependency(AddonId) - Method in interface org.jboss.forge.addon.addons.project.AddonProjectConfigurator
Get a Dependency representing the given AddonId
toFileSyntax(String) - Static method in class org.jboss.forge.addon.parser.java.utils.Packages
Convert a package name to file directory syntax.
TokenType - Enum in org.jboss.forge.addon.text.highlight
 
toMavenList(List<Dependency>) - Static method in class org.jboss.forge.addon.maven.dependencies.MavenDependencyAdapter
 
toString() - Method in class org.jboss.forge.addon.dependencies.builder.CoordinateBuilder
 
toString() - Method in class org.jboss.forge.addon.dependencies.builder.DependencyBuilder
 
toString() - Method in class org.jboss.forge.addon.dependencies.builder.DependencyNodeBuilder
 
toString() - Method in class org.jboss.forge.addon.dependencies.builder.DependencyQueryBuilder
 
toString() - Method in class org.jboss.forge.addon.dependencies.DependencyRepository
 
toString() - Method in class org.jboss.forge.addon.git.gitignore.GitIgnoreEntry
 
toString() - Method in class org.jboss.forge.addon.maven.dependencies.MavenDependencyAdapter
 
toString() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationBuilder
 
toString() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementBuilder
 
toString() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationElementImpl
 
toString() - Method in class org.jboss.forge.addon.maven.plugins.ConfigurationImpl
 
toString() - Method in class org.jboss.forge.addon.maven.plugins.ExecutionBuilder
 
toString() - Method in class org.jboss.forge.addon.maven.plugins.ExecutionImpl
 
toString() - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginBuilder
 
toString() - Method in class org.jboss.forge.addon.maven.plugins.MavenPluginImpl
 
toString() - Method in enum org.jboss.forge.addon.parser.java.facets.JavaCompilerFacet.CompilerVersion
 
toString() - Method in class org.jboss.forge.addon.parser.java.projects.JavaEnterpriseProjectType
 
toString() - Method in class org.jboss.forge.addon.parser.java.projects.JavaProjectType
 
toString() - Method in class org.jboss.forge.addon.parser.java.projects.JavaWebProjectType
 
toString() - Method in class org.jboss.forge.addon.resource.AbstractFileResource
 
toString() - Method in class org.jboss.forge.addon.resource.events.ResourceEvent
 
toString() - Method in class org.jboss.forge.addon.text.Inflector.Rule
 
toString() - Method in class org.jboss.forge.addon.ui.util.Metadata
 
toValidPackageName(String) - Static method in class org.jboss.forge.addon.parser.java.utils.Packages
 
transactionCommitted(ResourceTransaction, Set<ResourceEvent>) - Method in interface org.jboss.forge.addon.resource.transaction.ResourceTransactionListener
Triggered ResourceTransaction.commit() is called successfully, passing the Set of Resource instances changed during the transaction.
transactionRolledBack(ResourceTransaction) - Method in interface org.jboss.forge.addon.resource.transaction.ResourceTransactionListener
Triggered ResourceTransaction.rollback() is called successfully.
transactionStarted(ResourceTransaction) - Method in interface org.jboss.forge.addon.resource.transaction.ResourceTransactionListener
Triggered ResourceTransaction.begin() is called successfully.
transform(UIContext, UICommand) - Method in interface org.jboss.forge.addon.ui.command.UICommandTransformer
Called by the UI API when a command is about to be used.
TYPE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.CSSScanner
 
TYPE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.GroovyScanner
 
TYPE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.HTMLScanner
 
TYPE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
 
TYPE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScriptScanner
 
TYPE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JSONScanner
 
TYPE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.PlainScanner
 
TYPE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.PropertiesScanner
 
TYPE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.SQLScanner
 
TYPE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.XMLScanner
 
TYPE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.YAMLScanner
 
TYPES - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
 

U

UIBuilder - Interface in org.jboss.forge.addon.ui.context
Allows UICommand objects to specify the order of the displayed fields Each wizard page receives an unique instance of UIBuilder
UICategory - Interface in org.jboss.forge.addon.ui.metadata
The category a UICommand belongs to
UICommand - Interface in org.jboss.forge.addon.ui.command
An UICommand represents a possible interaction from the user with the installed addon.
UICommandMetadata - Interface in org.jboss.forge.addon.ui.metadata
Describes a UICommand implementation
UICommandTransformer - Interface in org.jboss.forge.addon.ui.command
A UICommandTransformer can transform the original command into another command
UICompleter<VALUETYPE> - Interface in org.jboss.forge.addon.ui.input
Adds an auto-complete behavior on fields
UIContext - Interface in org.jboss.forge.addon.ui.context
An UIContext holds information about the environment the UICommand is being run, such as the initial selection and attributes that could be shared among several UIWizardStep of a single UIWizard instance.
UIContextImpl - Class in org.jboss.forge.addon.ui.test.impl
 
UIContextImpl(boolean, UISelection<?>) - Constructor for class org.jboss.forge.addon.ui.test.impl.UIContextImpl
 
UIContextImpl(UIProvider, Iterable<UIContextListener>, UISelection<Resource<?>>) - Constructor for class org.jboss.forge.addon.ui.test.impl.UIContextImpl
 
UIContextListener - Interface in org.jboss.forge.addon.ui.context
Listener for lifecycle events of a UIContext.
UIContextProvider - Interface in org.jboss.forge.addon.ui.context
Provides a UIContext object
UIExecutionContext - Interface in org.jboss.forge.addon.ui.context
A UIExecutionContext is created when the execution phase is requested
UIInput<VALUETYPE> - Interface in org.jboss.forge.addon.ui.input
A UIInput prompts for a single value.
UIInputMany<VALUETYPE> - Interface in org.jboss.forge.addon.ui.input
A UIInputMany prompts for multiple values.
UIMessage - Interface in org.jboss.forge.addon.ui.output
A message to be displayed
UIMessage.Severity - Enum in org.jboss.forge.addon.ui.output
 
UINavigationContext - Interface in org.jboss.forge.addon.ui.context
A UINavigationContext is created when the navigation phase is requested
UIOutput - Interface in org.jboss.forge.addon.ui.output
Used when information must be shown to users
UIOutputImpl - Class in org.jboss.forge.addon.ui.test.impl
 
UIOutputImpl(PrintStream, PrintStream) - Constructor for class org.jboss.forge.addon.ui.test.impl.UIOutputImpl
 
UIProgressMonitor - Interface in org.jboss.forge.addon.ui.progress
A Progress Monitor implementation based on http://www.eclipse.org/articles/Article-Progress-Monitors/article.html
UIPrompt - Interface in org.jboss.forge.addon.ui.input
Used when an addon needs to prompt for ad-hoc user input
UIPromptImpl - Class in org.jboss.forge.addon.ui.test.impl
 
UIPromptImpl(Map<String, String>) - Constructor for class org.jboss.forge.addon.ui.test.impl.UIPromptImpl
 
UIProvider - Interface in org.jboss.forge.addon.ui
A UIProvider provides access to the underlying UI implementation.
UIProviderImpl - Class in org.jboss.forge.addon.ui.test.impl
 
UIProviderImpl(boolean) - Constructor for class org.jboss.forge.addon.ui.test.impl.UIProviderImpl
 
UIRuntime - Interface in org.jboss.forge.addon.ui
Creates UI objects.
UIRuntimeImpl - Class in org.jboss.forge.addon.ui.test.impl
 
UIRuntimeImpl(Map<String, String>) - Constructor for class org.jboss.forge.addon.ui.test.impl.UIRuntimeImpl
 
UISelection<SELECTIONTYPE> - Interface in org.jboss.forge.addon.ui.context
Represents the objects with on which the UIContext is currently focused.
UISelectMany<VALUETYPE> - Interface in org.jboss.forge.addon.ui.input
A UISelectMany should be used when the number of items to be chosen are known before rendering the component.
UISelectOne<VALUETYPE> - Interface in org.jboss.forge.addon.ui.input
A UISelectOne should be used when the number of items to be chosen are known before rendering the component.
UITestHarness - Class in org.jboss.forge.addon.ui.test
Creates CommandController objects for the purpose of unit testing
UITestHarness() - Constructor for class org.jboss.forge.addon.ui.test.UITestHarness
 
UIValidationContext - Interface in org.jboss.forge.addon.ui.context
Stores information about validation.
UIValidator - Interface in org.jboss.forge.addon.ui.validate
Validate UI InputComponent objects
UIWizard - Interface in org.jboss.forge.addon.ui.wizard
An UICommand that supports multiple steps.
UIWizardStep - Interface in org.jboss.forge.addon.ui.wizard
Marker interface for wizard steps.
underscore(String, char...) - Method in class org.jboss.forge.addon.text.Inflector
Makes an underscored form from the expression in the string (the reverse of the camelCase method.
UNICODE_ESCAPE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JavaScanner
 
UNICODE_ESCAPE - Static variable in class org.jboss.forge.addon.text.highlight.scanner.JSONScanner
 
uninstall() - Method in class org.jboss.forge.addon.facets.AbstractFacet
 
uninstall(FACETTYPE) - Method in class org.jboss.forge.addon.facets.AbstractFaceted
 
uninstall() - Method in interface org.jboss.forge.addon.facets.Facet
Remove this Facet from its Faceted instance, and perform any necessary cleanup.
uninstall(FACETTYPE) - Method in interface org.jboss.forge.addon.facets.MutableFaceted
Remove the given Facet from the internal registry.
uninstall(Project) - Method in class org.jboss.forge.addon.javaee.rest.config.RestApplicationClassConfigurationStrategy
 
uninstall(Project) - Method in interface org.jboss.forge.addon.javaee.rest.config.RestConfigurationStrategy
Un-installs this rest configuration in the project
uninstall(Project) - Method in class org.jboss.forge.addon.javaee.rest.config.RestWebXmlConfigurationStrategy
 
UNKNOWN - Static variable in interface org.jboss.forge.addon.ui.progress.UIProgressMonitor
Constant indicating an unknown amount of work.
unregister(FACETTYPE) - Method in class org.jboss.forge.addon.facets.AbstractFaceted
 
unregister(FACETTYPE) - Method in interface org.jboss.forge.addon.facets.MutableFaceted
Remove the given Facet from the internal registry.
update() - Method in interface org.jboss.forge.addon.git.facet.GitIgnoreFacet
Update the templates from the remote repository.
updateManagedPlugin(MavenPlugin) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
Update the given managed MavenPlugin to this Project's immediate list of managed plugins.
updatePlugin(MavenPlugin) - Method in interface org.jboss.forge.addon.maven.projects.MavenPluginFacet
Update the given MavenPlugin to this Project's immediate list of plugins.
upperCamelCase(String, char...) - Method in class org.jboss.forge.addon.text.Inflector
Converts strings to UpperCamelCase.
URLResource - Interface in org.jboss.forge.addon.resource
Represents a URL resource

V

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.ui.command.AbstractUICommand
 
validate(UIValidationContext) - Method in interface org.jboss.forge.addon.ui.command.UICommand
Validate the current 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 the current UIInput.
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.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.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.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.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
Called for each visited Resource.
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.

W

WebResourcesFacet - Interface in org.jboss.forge.addon.projects.facets
A Facet containing APIs to interact with Java Web Projects
WebSocketFacet - Interface in org.jboss.forge.addon.javaee.websocket
If installed, this Project supports features from the WebSockets specification.
WebSocketSetupWizard - Interface in org.jboss.forge.addon.javaee.websocket.ui
Setups WebSockets in a Project
WithAttributes - Annotation Type in org.jboss.forge.addon.ui.metadata
Allows configuration of InputComponent injected fields
WizardCommandController - Interface in org.jboss.forge.addon.ui.controller
A composite implementation for CommandController
WizardExecutionListener - Interface in org.jboss.forge.addon.ui.wizard
A WizardExecutionListener listens for wizard events
WordList<T> - Class in org.jboss.forge.addon.text.highlight
 
WordList(T) - Constructor for class org.jboss.forge.addon.text.highlight.WordList
 
WordList(T, boolean) - Constructor for class org.jboss.forge.addon.text.highlight.WordList
 
worked(int) - Method in class org.jboss.forge.addon.ui.progress.DefaultUIProgressMonitor
 
worked(int) - Method in interface org.jboss.forge.addon.ui.progress.UIProgressMonitor
Notifies that a given number of work unit of the main task has been completed.
write(String) - Method in class org.jboss.forge.addon.text.highlight.Encoder.AbstractEncoder
 
write(byte[]) - Method in class org.jboss.forge.addon.text.highlight.Encoder.AbstractEncoder
 
WriteableResource<T extends WriteableResource<T,R>,R> - Interface in org.jboss.forge.addon.resource
A WriteableResource allows its contents to be changed

X

XMLResource - Interface in org.jboss.forge.addon.parser.xml.resources
A Resource that represents a XML Node.
XMLScanner - Class in org.jboss.forge.addon.text.highlight.scanner
 
XMLScanner() - Constructor for class org.jboss.forge.addon.text.highlight.scanner.XMLScanner
 
XMLSourceFactory - Interface in org.jboss.forge.addon.parser.xml
 

Y

YAMLScanner - Class in org.jboss.forge.addon.text.highlight.scanner
 
YAMLScanner() - Constructor for class org.jboss.forge.addon.text.highlight.scanner.YAMLScanner
 
YAMLScanner.State - Enum in org.jboss.forge.addon.text.highlight.scanner
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Forge - Parent 2.6.1-SNAPSHOT

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