- getAbsoluteHeight() - Method in interface org.jboss.forge.shell.Shell
-
Return the absolute height of the console.
- getAllCommands() - Method in interface org.jboss.forge.shell.command.PluginMetadata
-
- getApiVersion() - Method in class org.jboss.forge.shell.PluginEntry
-
- getArtifactId() - Method in interface org.jboss.forge.project.dependencies.Dependency
-
- getArtifactId() - Method in class org.jboss.forge.project.dependencies.DependencyBuilder
-
- getArtifactId() - Method in class org.jboss.forge.project.dependencies.DependencyImpl
-
- getArtifactId() - Method in class org.jboss.forge.project.dependencies.ExcludedDependencyBuilder
-
- getAttribute(String) - Method in class org.jboss.forge.project.BaseProject
-
- getAttribute(String) - Method in interface org.jboss.forge.project.Project
-
Get an value from this project's internal attributes.
- getBasePackage() - Method in interface org.jboss.forge.project.facets.JavaSourceFacet
-
Return the base Java
Package for this project, returned as a
String
- getBasePackageResource() - Method in interface org.jboss.forge.project.facets.JavaSourceFacet
-
Return the base Java
Package for this project, returned as a directory
File
- getBigDecimal(String) - Method in interface org.jboss.forge.env.Configuration
-
Get a
BigDecimal associated with the given configuration key.
- getBigDecimal(String, BigDecimal) - Method in interface org.jboss.forge.env.Configuration
-
Get a
BigDecimal associated with the given configuration key.
- getBigInteger(String) - Method in interface org.jboss.forge.env.Configuration
-
Get a
BigInteger associated with the given configuration key.
- getBigInteger(String, BigInteger) - Method in interface org.jboss.forge.env.Configuration
-
Get a
BigInteger associated with the given configuration key.
- getBoolean(String) - Method in interface org.jboss.forge.env.Configuration
-
Get a boolean associated with the given configuration key.
- getBoolean(String, boolean) - Method in interface org.jboss.forge.env.Configuration
-
Get a boolean associated with the given configuration key.
- getBoolean(String, Boolean) - Method in interface org.jboss.forge.env.Configuration
-
Get a
Boolean associated with the given configuration key.
- getBoxedType() - Method in interface org.jboss.forge.shell.command.OptionMetadata
-
Return the boxed type for this option.
- getBuffer() - Method in interface org.jboss.forge.shell.completer.CommandCompleterState
-
- getBuffer() - Method in interface org.jboss.forge.shell.plugins.PipeOut
-
- getBufferManager() - Method in interface org.jboss.forge.shell.Shell
-
Get buffer manager based on typed
- getByte(String) - Method in interface org.jboss.forge.env.Configuration
-
Get a byte associated with the given configuration key.
- getByte(String, byte) - Method in interface org.jboss.forge.env.Configuration
-
Get a byte associated with the given configuration key.
- getByte(String, Byte) - Method in interface org.jboss.forge.env.Configuration
-
Get a
Byte associated with the given configuration key.
- getCandidates() - Method in interface org.jboss.forge.shell.completer.CommandCompleterState
-
- getChild(String) - Method in class org.jboss.forge.resources.DirectoryResource
-
Obtain a reference to the child resource.
- getChild(String) - Method in class org.jboss.forge.resources.FileResource
-
- getChild(String) - Method in class org.jboss.forge.resources.java.JavaResource
-
- getChild(String) - Method in interface org.jboss.forge.resources.Resource
-
Get a child of this resource.
- getChild(String) - Method in class org.jboss.forge.resources.URLResource
-
- getChild(String) - Method in class org.jboss.forge.resources.VirtualResource
-
- getChildDirectory(String) - Method in class org.jboss.forge.resources.DirectoryResource
-
- getChildOfType(Class<T>, String) - Method in class org.jboss.forge.resources.DirectoryResource
-
Using the given type, obtain a reference to the child resource of the given type.
- getClassifier() - Method in interface org.jboss.forge.project.dependencies.Dependency
-
- getClassifier() - Method in class org.jboss.forge.project.dependencies.DependencyBuilder
-
- getClassifier() - Method in class org.jboss.forge.project.dependencies.DependencyImpl
-
- getClassifier() - Method in class org.jboss.forge.project.dependencies.ExcludedDependencyBuilder
-
- getCommand(String) - Method in interface org.jboss.forge.shell.command.PluginMetadata
-
Get the command with the given name, if it exists in this plugin and is not overloaded in multiple
Resource scopes.
- getCommand(String, Class<? extends Resource<?>>) - Method in interface org.jboss.forge.shell.command.PluginMetadata
-
Get the command with the given name and
Resource scope, if it exists in this plugin.
- getCommand(String, Shell) - Method in interface org.jboss.forge.shell.command.PluginMetadata
-
Get the command with the given name if it exists in this plugin, and is available in the current
Shell.getCurrentResource() scope.
- getCommand() - Method in class org.jboss.forge.shell.events.CommandExecuted
-
- getCommand() - Method in class org.jboss.forge.shell.events.CommandVetoed
-
- getCommand() - Method in class org.jboss.forge.shell.events.PreCommandExecution
-
- getCommands() - Method in interface org.jboss.forge.shell.command.PluginMetadata
-
Get a list of all commands defined by this plugin, if they are in scope.
- getCommands(Shell) - Method in interface org.jboss.forge.shell.command.PluginMetadata
-
- getCompatiblePackagingTypes(Class<?>) - Static method in class org.jboss.forge.shell.util.ConstraintInspector
-
- getCompleterType() - Method in interface org.jboss.forge.shell.command.OptionMetadata
-
- getCompletionTokens() - Method in class org.jboss.forge.shell.completer.PropertyCompleter
-
- getCompletionTokens() - Method in class org.jboss.forge.shell.completer.SimpleTokenCompleter
-
Return a list of tokens to be considered as possible completions for the current input buffer.
- getConfigDir() - Method in interface org.jboss.forge.shell.Shell
-
Return the file-system directory currently in use as the configuration directory.
- getConfigDirectory() - Method in interface org.jboss.forge.ForgeEnvironment
-
Get the configuration directory.
- getConfiguration() - Method in class org.jboss.forge.env.ConfigurationFacet
-
- getContext() - Method in class org.jboss.forge.shell.events.CommandExecuted
-
- getContext() - Method in class org.jboss.forge.shell.events.CommandVetoed
-
- getContext() - Method in class org.jboss.forge.shell.events.PreCommandExecution
-
- getContextDirectory(Resource<?>) - Static method in class org.jboss.forge.shell.util.ResourceUtil
-
- getContextFile(Resource<?>) - Static method in class org.jboss.forge.shell.util.ResourceUtil
-
A simple utility method to locate the outermost contextual File reference for the specified resource.
- getContextualInstance(BeanManager, Class<T>) - Static method in class org.jboss.forge.shell.util.BeanManagerUtils
-
- getContextualInstance(BeanManager, Class<T>, Annotation...) - Static method in class org.jboss.forge.shell.util.BeanManagerUtils
-
- getCurrentDirectory() - Method in interface org.jboss.forge.shell.Shell
-
Return the current working directory resource of the shell.
- getCurrentProject() - Method in interface org.jboss.forge.shell.Shell
-
Return the
Project on which this shell instance is currently operating.
- getCurrentResource() - Method in interface org.jboss.forge.shell.Shell
-
Return the current working
Resource of the shell.
- getCurrentResourceScope() - Method in interface org.jboss.forge.shell.Shell
-
Return the type of the
Resource on which the Shell is currently operating.
- getDefaultCommand() - Method in interface org.jboss.forge.shell.command.PluginMetadata
-
Get the default command specified by this plugin.
- getDefaultForgeDir() - Static method in class org.jboss.forge.shell.util.OSUtils
-
- getDefaultForgePath() - Static method in class org.jboss.forge.shell.util.OSUtils
-
- getDefaultValue() - Method in interface org.jboss.forge.shell.command.OptionMetadata
-
Get the default value for this option.
- getDependencies() - Method in interface org.jboss.forge.project.dependencies.DependencyMetadata
-
- getDependencies() - Method in class org.jboss.forge.project.dependencies.events.AddedDependencies
-
- getDependencies() - Method in class org.jboss.forge.project.dependencies.events.RemovedDependencies
-
- getDependencies() - Method in interface org.jboss.forge.project.facets.DependencyFacet
-
Return an immutable list of all direct Dependencies contained within this project.
- getDependenciesInScopes(ScopeType...) - Method in interface org.jboss.forge.project.facets.DependencyFacet
-
- getDependency() - Method in interface org.jboss.forge.project.dependencies.DependencyMetadata
-
- getDependency() - Method in interface org.jboss.forge.project.dependencies.DependencyQuery
-
- getDependency() - Method in class org.jboss.forge.project.dependencies.DependencyQueryBuilder
-
- getDependency() - Method in class org.jboss.forge.resources.DependencyResource
-
- getDependencyFilter() - Method in interface org.jboss.forge.project.dependencies.DependencyQuery
-
- getDependencyFilter() - Method in class org.jboss.forge.project.dependencies.DependencyQueryBuilder
-
- getDependencyRepositories() - Method in interface org.jboss.forge.project.dependencies.DependencyQuery
-
- getDependencyRepositories() - Method in class org.jboss.forge.project.dependencies.DependencyQueryBuilder
-
- getDescription() - Method in enum org.jboss.forge.project.packaging.PackagingType
-
- getDescription() - Method in interface org.jboss.forge.shell.command.OptionMetadata
-
Get the description text for this option.
- getDirectDependency(Dependency) - Method in interface org.jboss.forge.project.facets.DependencyFacet
-
Attempt to locate the given
Dependency, if it exists in the
Project direct dependency list, and
return it.
- getDouble(String) - Method in interface org.jboss.forge.env.Configuration
-
Get a double associated with the given configuration key.
- getDouble(String, double) - Method in interface org.jboss.forge.env.Configuration
-
Get a double associated with the given configuration key.
- getDouble(String, Double) - Method in interface org.jboss.forge.env.Configuration
-
Get a
Double associated with the given configuration key.
- getEffectiveDependencies() - Method in interface org.jboss.forge.project.facets.DependencyFacet
-
Return an immutable list of all Dependencies contained anywhere within this project's dependency
hierarchy.
- getEffectiveDependenciesInScopes(ScopeType...) - Method in interface org.jboss.forge.project.facets.DependencyFacet
-
Get a list of this
Project's dependencies of the given
ScopeType, from anywhere in the dependency
hierarchy.
- getEffectiveDependency(Dependency) - Method in interface org.jboss.forge.project.facets.DependencyFacet
-
Attempt to locate the given
Dependency, if it exists anywhere in the
Project dependency hierarchy,
and return it.
- getEffectiveManagedDependency(Dependency) - Method in interface org.jboss.forge.project.facets.DependencyFacet
-
Searches
Project and returns a managed dependency matching the given
Dependency at any level of
the project hierarchy; return null otherwise.
- getEnumTypeResource(String) - Method in interface org.jboss.forge.project.facets.JavaSourceFacet
-
Deprecated.
Use JavaSourceFacet#getJavaResource(String instead
- getEnumTypeResource(JavaEnum) - Method in interface org.jboss.forge.project.facets.JavaSourceFacet
-
- getEnvironment() - Method in interface org.jboss.forge.shell.Shell
-
Get the current Forge environment.
- getExcludedDependencies() - Method in interface org.jboss.forge.project.dependencies.Dependency
-
Get a list of
Dependency objects to be excluded from this
Dependency's list of inclusions when it
is included in a project.
- getExcludedDependencies() - Method in class org.jboss.forge.project.dependencies.DependencyBuilder
-
- getExcludedDependencies() - Method in class org.jboss.forge.project.dependencies.DependencyImpl
-
- getExcludedDependencies() - Method in class org.jboss.forge.project.dependencies.ExcludedDependencyBuilder
-
- getFacet(Class<F>) - Method in class org.jboss.forge.project.BaseProject
-
- getFacet() - Method in class org.jboss.forge.project.facets.events.FacetInstalled
-
- getFacet() - Method in class org.jboss.forge.project.facets.events.FacetRemoved
-
- getFacet(Class<F>) - Method in interface org.jboss.forge.project.Project
-
- getFacet(Class<T>) - Method in class org.jboss.forge.project.services.FacetFactory
-
- getFacetByName(String) - Method in class org.jboss.forge.project.services.FacetFactory
-
- getFacetDependencies(Class<?>) - Static method in class org.jboss.forge.shell.util.ConstraintInspector
-
Inspect the given
Class for any dependencies to
Facet types.
- getFacets() - Method in class org.jboss.forge.project.BaseProject
-
- getFacets(Class<F>) - Method in class org.jboss.forge.project.BaseProject
-
- getFacets() - Method in interface org.jboss.forge.project.Project
-
- getFacets(Class<F>) - Method in interface org.jboss.forge.project.Project
-
Return a
Collection of the currently installed
Facets matching the given type.
- getFacets() - Method in class org.jboss.forge.project.services.FacetFactory
-
Deprecated.
Use #getFacetTypes() instead. This will be removed in a future release.
- getFacetTypes() - Method in class org.jboss.forge.project.facets.events.InstallFacets
-
Get the facet types to be installed
- getFacetTypes() - Method in class org.jboss.forge.project.facets.events.RemoveFacets
-
Get the facet types to be installed
- getFacetTypes() - Method in class org.jboss.forge.project.services.FacetFactory
-
- getFacetTypes() - Method in interface org.jboss.forge.shell.project.FacetRegistry
-
Return all known
Facet types.
- getFinalArtifact() - Method in interface org.jboss.forge.project.facets.PackagingFacet
-
Return the resource representing the fully built output artifact of this project.
- getFinalName() - Method in interface org.jboss.forge.project.facets.PackagingFacet
-
Get the final name of this project's build output artifact.
- getFlags() - Method in class org.jboss.forge.resources.AbstractResource
-
- getFlags() - Method in interface org.jboss.forge.resources.Resource
-
- getFloat(String) - Method in interface org.jboss.forge.env.Configuration
-
Get a float associated with the given configuration key.
- getFloat(String, float) - Method in interface org.jboss.forge.env.Configuration
-
Get a float associated with the given configuration key.
- getFloat(String, Float) - Method in interface org.jboss.forge.env.Configuration
-
Get a
Float associated with the given configuration key.
- getForgeHome() - Method in interface org.jboss.forge.ForgeEnvironment
-
Get the Forge Home directory.
- getFrom() - Method in class org.jboss.forge.project.dependencies.events.UpdatedDependency
-
- getFrom() - Method in class org.jboss.forge.project.dependencies.events.UpdatingDependency
-
- getFullyQualifiedName() - Method in class org.jboss.forge.resources.AbstractResource
-
- getFullyQualifiedName() - Method in class org.jboss.forge.resources.FileResource
-
- getFullyQualifiedName() - Method in interface org.jboss.forge.resources.Resource
-
Return the fully qualified name of the resource (if applicable).
- getGroupId() - Method in interface org.jboss.forge.project.dependencies.Dependency
-
- getGroupId() - Method in class org.jboss.forge.project.dependencies.DependencyBuilder
-
- getGroupId() - Method in class org.jboss.forge.project.dependencies.DependencyImpl
-
- getGroupId() - Method in class org.jboss.forge.project.dependencies.ExcludedDependencyBuilder
-
- getHeight() - Method in interface org.jboss.forge.shell.integration.BufferManager
-
Get height in lines
- getHeight() - Method in enum org.jboss.forge.shell.integration.NoopBufferManager
-
- getHeight() - Method in interface org.jboss.forge.shell.Shell
-
Return the current height, in characters, of the current shell console.
- getHelp() - Method in interface org.jboss.forge.shell.command.CommandMetadata
-
Get the help text for this command.
- getHelp() - Method in interface org.jboss.forge.shell.command.OptionMetadata
-
Get the help text for this option.
- getHelp() - Method in interface org.jboss.forge.shell.command.PluginMetadata
-
Get the help text for this plugin.
- getId() - Method in interface org.jboss.forge.project.dependencies.DependencyRepository
-
- getId() - Method in class org.jboss.forge.project.dependencies.DependencyRepositoryImpl
-
- getId() - Method in enum org.jboss.forge.project.facets.DependencyFacet.KnownRepository
-
- getIndex() - Method in interface org.jboss.forge.shell.command.OptionMetadata
-
Get the index of this option in the receiving method signature parameter list.
- getIndex() - Method in interface org.jboss.forge.shell.completer.CommandCompleterState
-
- getInt(String) - Method in interface org.jboss.forge.env.Configuration
-
Get a int associated with the given configuration key.
- getInt(String, int) - Method in interface org.jboss.forge.env.Configuration
-
Get a int associated with the given configuration key.
- getInteger(String, Integer) - Method in interface org.jboss.forge.env.Configuration
-
Get an
Integer associated with the given configuration key.
- getJavaClassFromResource(Resource<?>) - Static method in class org.jboss.forge.shell.util.ResourceUtil
-
- getJavaResource(String) - Method in interface org.jboss.forge.project.facets.JavaSourceFacet
-
- getJavaResource(JavaSource<?>) - Method in interface org.jboss.forge.project.facets.JavaSourceFacet
-
- getJavaSource() - Method in class org.jboss.forge.resources.java.JavaResource
-
Attempts to perform cast automatically.
- getKey() - Method in class org.jboss.forge.resources.EntryResource
-
- getKeys(String) - Method in interface org.jboss.forge.env.Configuration
-
Get the list of the keys contained in the configuration that match the specified prefix.
- getKeys() - Method in interface org.jboss.forge.env.Configuration
-
Get the list of the keys contained in the configuration.
- getKeys() - Method in class org.jboss.forge.resources.PropertiesFileResource
-
Returns the keys in this properties file
- getLastBuffer() - Method in interface org.jboss.forge.shell.completer.CommandCompleterState
-
- getLineSeparator() - Static method in class org.jboss.forge.shell.util.OSUtils
-
- getList(String) - Method in interface org.jboss.forge.env.Configuration
-
Get a List of strings associated with the given configuration key.
- getList(String, List<?>) - Method in interface org.jboss.forge.env.Configuration
-
Get a List of strings associated with the given configuration key.
- getListener() - Method in interface org.jboss.forge.shell.spi.TriggeredAction
-
The ActionListener for which the actionPerformed method will be invoked when the trigger character is read.
- getLong(String) - Method in interface org.jboss.forge.env.Configuration
-
Get a long associated with the given configuration key.
- getLong(String, long) - Method in interface org.jboss.forge.env.Configuration
-
Get a long associated with the given configuration key.
- getLong(String, Long) - Method in interface org.jboss.forge.env.Configuration
-
Get a
Long associated with the given configuration key.
- getManagedDependencies() - Method in interface org.jboss.forge.project.dependencies.DependencyMetadata
-
- getManagedDependencies() - Method in interface org.jboss.forge.project.facets.DependencyFacet
-
Return an immutable list of all direct managed Dependencies contained within this project.
- getManagedDependency(Dependency) - Method in interface org.jboss.forge.project.facets.DependencyFacet
-
Attempt to locate the given managed
Dependency, if it exists in the
Project, and return it.
- getManagerInstance() - Method in class org.jboss.forge.project.services.ResourceFactory
-
- getMessages() - Method in class org.jboss.forge.project.dependencies.events.UpdatingDependency
-
- getMethod() - Method in interface org.jboss.forge.shell.command.CommandMetadata
-
Get the
Method that implements this command.
- getName() - Method in class org.jboss.forge.resources.DirectoryResource
-
- getName() - Method in class org.jboss.forge.resources.EntryResource
-
- getName() - Method in class org.jboss.forge.resources.enumtype.EnumConstantResource
-
- getName() - Method in class org.jboss.forge.resources.FileResource
-
- getName() - Method in class org.jboss.forge.resources.java.JavaFieldResource
-
- getName() - Method in class org.jboss.forge.resources.java.JavaMemberResource
-
- getName() - Method in class org.jboss.forge.resources.java.JavaMethodResource
-
- getName() - Method in interface org.jboss.forge.resources.Resource
-
Return the common name of the resource.
- getName() - Method in class org.jboss.forge.resources.URLResource
-
- getName() - Method in interface org.jboss.forge.shell.command.CommandMetadata
-
Get the name of this command.
- getName() - Method in interface org.jboss.forge.shell.command.OptionMetadata
-
Get the name of this option.
- getName() - Method in interface org.jboss.forge.shell.command.PluginMetadata
-
Get the name by which this plugin is referenced on the command line.
- getName() - Method in class org.jboss.forge.shell.PluginEntry
-
- getName(Class<?>) - Static method in class org.jboss.forge.shell.util.ConstraintInspector
-
Return the name of the given bean type.
- getNamedOption(String) - Method in interface org.jboss.forge.shell.command.CommandMetadata
-
Get the option defined by the given name.
- getNewLocation() - Method in class org.jboss.forge.resources.events.ResourceRenamed
-
- getNewPackagingType() - Method in class org.jboss.forge.project.packaging.events.PackagingChanged
-
- getNewProject() - Method in class org.jboss.forge.shell.events.ProjectChanged
-
- getNewResource() - Method in class org.jboss.forge.shell.events.ResourceChanged
-
- getNumOrderedOptions() - Method in interface org.jboss.forge.shell.command.CommandMetadata
-
Return the number of ordered (unnamed) options defined by this command.
- getOldPackagingType() - Method in class org.jboss.forge.project.packaging.events.PackagingChanged
-
- getOldProject() - Method in class org.jboss.forge.shell.events.ProjectChanged
-
- getOldResource() - Method in class org.jboss.forge.shell.events.ResourceChanged
-
- getOptionalResources() - Method in interface org.jboss.forge.resources.DeletionAware
-
- getOptionalResources() - Method in class org.jboss.forge.resources.java.JavaFieldResource
-
- getOptionByAbsoluteIndex(int) - Method in interface org.jboss.forge.shell.command.CommandMetadata
-
Return the option at the given index in the plugin method signature, not the index of the option on the command
line.
- getOptionDescriptor() - Method in interface org.jboss.forge.shell.command.OptionMetadata
-
Get the verbose description of this option.
- getOptions() - Method in interface org.jboss.forge.shell.command.CommandMetadata
-
Return a list of all options defined by this command.
- getOrCreateChildDirectory(String) - Method in class org.jboss.forge.resources.DirectoryResource
-
- getOrderedOptionByIndex(int) - Method in interface org.jboss.forge.shell.command.CommandMetadata
-
Return the option at the given index as required on the command line, not the index of the option in the
implementing method signature.
- getOriginalIndex() - Method in interface org.jboss.forge.shell.completer.CommandCompleterState
-
- getOriginalLocation() - Method in class org.jboss.forge.resources.events.ResourceRenamed
-
- getOriginalStatement() - Method in class org.jboss.forge.shell.events.CommandExecuted
-
- getOriginalStatement() - Method in class org.jboss.forge.shell.events.CommandMissing
-
- getOriginalStatement() - Method in class org.jboss.forge.shell.events.CommandVetoed
-
- getOriginalStatement() - Method in class org.jboss.forge.shell.events.PreCommandExecution
-
- getOriginalTokens() - Method in interface org.jboss.forge.shell.completer.CommandCompleterState
-
- getOsName() - Static method in class org.jboss.forge.shell.util.OSUtils
-
- getOutputDependency() - Method in interface org.jboss.forge.project.facets.MetadataFacet
-
- getPackagingType() - Method in interface org.jboss.forge.project.dependencies.Dependency
-
Get the specified packaging type of this
Dependency
- getPackagingType() - Method in class org.jboss.forge.project.dependencies.DependencyBuilder
-
- getPackagingType() - Method in class org.jboss.forge.project.dependencies.DependencyImpl
-
- getPackagingType() - Method in class org.jboss.forge.project.dependencies.ExcludedDependencyBuilder
-
- getPackagingType() - Method in interface org.jboss.forge.project.facets.PackagingFacet
-
Get the packaging type currently in use by this project.
- getPackagingTypeEnum() - Method in interface org.jboss.forge.project.dependencies.Dependency
-
- getPackagingTypeEnum() - Method in class org.jboss.forge.project.dependencies.DependencyBuilder
-
- getPackagingTypeEnum() - Method in class org.jboss.forge.project.dependencies.DependencyImpl
-
- getPackagingTypeEnum() - Method in class org.jboss.forge.project.dependencies.ExcludedDependencyBuilder
-
- getParameters() - Method in class org.jboss.forge.shell.events.CommandExecuted
-
- getParameters() - Method in class org.jboss.forge.shell.events.CommandMissing
-
- getParameters() - Method in class org.jboss.forge.shell.events.CommandVetoed
-
- getParameters() - Method in class org.jboss.forge.shell.events.PreCommandExecution
-
- getParent() - Method in class org.jboss.forge.resources.AbstractResource
-
- getParent() - Method in class org.jboss.forge.resources.DirectoryResource
-
- getParent() - Method in class org.jboss.forge.resources.FileResource
-
Get the parent of the current resource.
- getParent() - Method in interface org.jboss.forge.resources.Resource
-
Get the parent of the current resource.
- getParent() - Method in interface org.jboss.forge.shell.command.CommandMetadata
-
- getParent() - Method in interface org.jboss.forge.shell.command.OptionMetadata
-
- getPluginDirectory() - Method in interface org.jboss.forge.ForgeEnvironment
-
Return the directory Forge is using to store and load third-party plugins.
- getPluginEntry() - Method in class org.jboss.forge.shell.events.PluginInstalled
-
- getPluginEntry() - Method in class org.jboss.forge.shell.events.PluginRemoved
-
- getPluginMetadata(String) - Method in interface org.jboss.forge.shell.command.PluginRegistry
-
- getPluginMetadataForScopeAndConstraints(String, Shell) - Method in interface org.jboss.forge.shell.command.PluginRegistry
-
- getPlugins() - Method in interface org.jboss.forge.shell.command.PluginRegistry
-
Get a map of all known plugin names and metadata.
- getProject() - Method in class org.jboss.forge.project.dependencies.events.AddedDependencies
-
Get the
Project from which this event was fired.
- getProject() - Method in class org.jboss.forge.project.dependencies.events.RemovedDependencies
-
Get the
Project from which this event was fired.
- getProject() - Method in class org.jboss.forge.project.dependencies.events.UpdatedDependency
-
- getProject() - Method in class org.jboss.forge.project.dependencies.events.UpdatingDependency
-
- getProject() - Method in interface org.jboss.forge.project.Facet
-
- getProject() - Method in class org.jboss.forge.project.facets.BaseFacet
-
- getProject() - Method in class org.jboss.forge.project.packaging.events.PackagingChanged
-
- getProjectConfig(Project) - Method in interface org.jboss.forge.env.ConfigurationFactory
-
- getProjectName() - Method in interface org.jboss.forge.project.facets.MetadataFacet
-
- getProjectRoot() - Method in interface org.jboss.forge.project.Project
-
Get the
File representing the root directory of this
Project
- getProjectVersion() - Method in interface org.jboss.forge.project.facets.MetadataFacet
-
- getPrompt() - Method in interface org.jboss.forge.shell.Shell
-
Return the current shell prompt;
- getPromptType() - Method in interface org.jboss.forge.shell.command.OptionMetadata
-
- getProperties(String) - Method in interface org.jboss.forge.env.Configuration
-
Get a list of
Properties associated with the given configuration key.
- getProperties() - Method in interface org.jboss.forge.ForgeEnvironment
-
Get a map of all configuration properties for the current Forge execution.
- getProperties() - Method in interface org.jboss.forge.project.facets.DependencyFacet
-
Return a list of all build dependency properties.(Build properties such, as ${my.version}, can be used anywhere in
a dependency, and will be expanded during building to their property value.)
- getProperty(String) - Method in interface org.jboss.forge.env.Configuration
-
Gets a property from the configuration.
- getProperty(String) - Method in interface org.jboss.forge.ForgeEnvironment
-
Get a named property for the current Forge execution
- getProperty(String) - Method in interface org.jboss.forge.project.facets.DependencyFacet
-
Get a build property by name.
- getProperty(String) - Method in class org.jboss.forge.resources.PropertiesFileResource
-
Returns the value related to the key in this properties file
- getProxyHost() - Method in class org.jboss.forge.shell.util.ProxySettings
-
- getProxyPassword() - Method in class org.jboss.forge.shell.util.ProxySettings
-
- getProxyPort() - Method in class org.jboss.forge.shell.util.ProxySettings
-
- getProxyUserName() - Method in class org.jboss.forge.shell.util.ProxySettings
-
- getRepositories() - Method in interface org.jboss.forge.project.dependencies.DependencyMetadata
-
- getRepositories() - Method in interface org.jboss.forge.project.facets.DependencyFacet
-
Get the list of repositories for which this project is currently configured to use in dependency resolution.
- getResource(String) - Method in interface org.jboss.forge.project.facets.ResourceFacet
-
- getResource() - Method in class org.jboss.forge.resources.events.ResourceEvent
-
- getResource() - Method in class org.jboss.forge.shell.events.PickupResource
-
- getResourceFactory() - Method in class org.jboss.forge.resources.AbstractResource
-
- getResourceFactory() - Method in interface org.jboss.forge.resources.Resource
-
- getResourceFolder() - Method in interface org.jboss.forge.project.facets.ResourceFacet
-
Get the
DirectoryResource representing the folder this
Project uses to store package-able,
non-source documents (such as configuration files.)
- getResourceFolders() - Method in interface org.jboss.forge.project.facets.ResourceFacet
-
Get a list of
DirectoryResources representing the directories this project uses to contain
Project
non-source documents (such as configuration files.)
- getResourceFrom(File) - Method in class org.jboss.forge.project.services.ResourceFactory
-
- getResourceInputStream() - Method in class org.jboss.forge.resources.FileResource
-
- getResourceInputStream() - Method in interface org.jboss.forge.resources.Resource
-
- getResourceInputStream() - Method in class org.jboss.forge.resources.URLResource
-
- getResourceInputStream() - Method in class org.jboss.forge.resources.VirtualResource
-
- getResources() - Method in interface org.jboss.forge.resources.DeletionAware
-
- getResources() - Method in class org.jboss.forge.resources.java.JavaFieldResource
-
- getResourceScopes() - Method in interface org.jboss.forge.shell.command.CommandMetadata
-
Return the set of
Resource types for which this command is in scope, or available.
- getResourceScopes() - Method in interface org.jboss.forge.shell.command.PluginMetadata
-
Get the
Resource scopes for which this plugin is available.
- getRuntimeVersion() - Method in interface org.jboss.forge.ForgeEnvironment
-
Return the current Forge version as a String.
- getScope() - Method in enum org.jboss.forge.project.dependencies.ScopeType
-
- getScopedConfiguration(ConfigurationScope) - Method in interface org.jboss.forge.env.Configuration
-
- getScopeType() - Method in interface org.jboss.forge.project.dependencies.Dependency
-
- getScopeType() - Method in class org.jboss.forge.project.dependencies.DependencyBuilder
-
- getScopeType() - Method in class org.jboss.forge.project.dependencies.DependencyImpl
-
- getScopeType() - Method in class org.jboss.forge.project.dependencies.ExcludedDependencyBuilder
-
Not implemented for Exclusions.
- getScopeTypeEnum() - Method in interface org.jboss.forge.project.dependencies.Dependency
-
- getScopeTypeEnum() - Method in class org.jboss.forge.project.dependencies.DependencyBuilder
-
- getScopeTypeEnum() - Method in class org.jboss.forge.project.dependencies.DependencyImpl
-
- getScopeTypeEnum() - Method in class org.jboss.forge.project.dependencies.ExcludedDependencyBuilder
-
- getSetupCommand() - Method in interface org.jboss.forge.shell.command.PluginMetadata
-
Get the "setup" command for this plugin.
- getShort(String) - Method in interface org.jboss.forge.env.Configuration
-
Get a short associated with the given configuration key.
- getShort(String, short) - Method in interface org.jboss.forge.env.Configuration
-
Get a short associated with the given configuration key.
- getShort(String, Short) - Method in interface org.jboss.forge.env.Configuration
-
Get a
Short associated with the given configuration key.
- getShortName() - Method in interface org.jboss.forge.shell.command.OptionMetadata
-
Get the short name for this option, if it exists; otherwise, return empty string.
- getSlot() - Method in class org.jboss.forge.shell.PluginEntry
-
- getSourceFolder() - Method in interface org.jboss.forge.project.facets.JavaSourceFacet
-
- getSourceFolders() - Method in interface org.jboss.forge.project.facets.JavaSourceFacet
-
- getStatus() - Method in class org.jboss.forge.shell.events.CommandExecuted
-
- getStatus() - Method in class org.jboss.forge.shell.events.PreShutdown
-
Get the status with which the shell is shutting down.
- getStatus() - Method in class org.jboss.forge.shell.events.Shutdown
-
Get the status with which the shell should shut down.
- getString(String) - Method in interface org.jboss.forge.env.Configuration
-
Get a string associated with the given configuration key.
- getString(String, String) - Method in interface org.jboss.forge.env.Configuration
-
Get a string associated with the given configuration key.
- getStringArray(String) - Method in interface org.jboss.forge.env.Configuration
-
Get an array of strings associated with the given configuration key.
- getSystemPath() - Method in interface org.jboss.forge.project.dependencies.Dependency
-
- getSystemPath() - Method in class org.jboss.forge.project.dependencies.DependencyBuilder
-
- getSystemPath() - Method in class org.jboss.forge.project.dependencies.DependencyImpl
-
- getSystemPath() - Method in class org.jboss.forge.project.dependencies.ExcludedDependencyBuilder
-
- getTestJavaResource(String) - Method in interface org.jboss.forge.project.facets.JavaSourceFacet
-
- getTestJavaResource(JavaSource<?>) - Method in interface org.jboss.forge.project.facets.JavaSourceFacet
-
- getTestResource(String) - Method in interface org.jboss.forge.project.facets.ResourceFacet
-
- getTestResourceFolder() - Method in interface org.jboss.forge.project.facets.ResourceFacet
-
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.
- getTestSourceFolder() - Method in interface org.jboss.forge.project.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.
- getTo() - Method in class org.jboss.forge.project.dependencies.events.UpdatedDependency
-
- getTo() - Method in class org.jboss.forge.project.dependencies.events.UpdatingDependency
-
- getTokens() - Method in interface org.jboss.forge.shell.completer.CommandCompleterState
-
- getTopic() - Method in interface org.jboss.forge.shell.command.PluginMetadata
-
Get the topic text for this plugin.
- getTopLevelPackage() - Method in interface org.jboss.forge.project.facets.MetadataFacet
-
- getTrigger() - Method in interface org.jboss.forge.shell.spi.TriggeredAction
-
The char that is used to register the ActionListener as a TriggeredAction in the Shell.
- getType() - Method in enum org.jboss.forge.project.packaging.PackagingType
-
- getType() - Method in interface org.jboss.forge.shell.command.OptionMetadata
-
Get the literal type of this option.
- getType() - Method in interface org.jboss.forge.shell.command.PluginMetadata
-
- getUnderlyingResourceObject() - Method in class org.jboss.forge.resources.EntryResource
-
- getUnderlyingResourceObject() - Method in class org.jboss.forge.resources.enumtype.EnumConstantResource
-
- getUnderlyingResourceObject() - Method in class org.jboss.forge.resources.FileResource
-
Get the actual underlying file resource that this resource instance represents, whether existing or non-existing.
- getUnderlyingResourceObject() - Method in class org.jboss.forge.resources.java.JavaFieldResource
-
- getUnderlyingResourceObject() - Method in class org.jboss.forge.resources.java.JavaMemberResource
-
- getUnderlyingResourceObject() - Method in class org.jboss.forge.resources.java.JavaMethodResource
-
- getUnderlyingResourceObject() - Method in interface org.jboss.forge.resources.Resource
-
Get the underlying object represented by this
Resource
- getUnderlyingResourceObject() - Method in class org.jboss.forge.resources.URLResource
-
- getUrl() - Method in interface org.jboss.forge.project.dependencies.DependencyRepository
-
- getUrl() - Method in class org.jboss.forge.project.dependencies.DependencyRepositoryImpl
-
- getUrl() - Method in enum org.jboss.forge.project.facets.DependencyFacet.KnownRepository
-
- getUserConfig() - Method in interface org.jboss.forge.env.ConfigurationFactory
-
- getUserConfiguration() - Method in interface org.jboss.forge.ForgeEnvironment
-
Get the current User's configuration file.
- getUserHomeDir() - Static method in class org.jboss.forge.shell.util.OSUtils
-
- getUserHomePath() - Static method in class org.jboss.forge.shell.util.OSUtils
-
- getValue() - Method in class org.jboss.forge.resources.EntryResource
-
- getVersion() - Method in interface org.jboss.forge.project.dependencies.Dependency
-
- getVersion() - Method in class org.jboss.forge.project.dependencies.DependencyBuilder
-
- getVersion() - Method in class org.jboss.forge.project.dependencies.DependencyImpl
-
- getVersion() - Method in class org.jboss.forge.project.dependencies.ExcludedDependencyBuilder
-
Not implemented for Exclusions.
- getWebResource(String) - Method in interface org.jboss.forge.project.facets.WebResourceFacet
-
- getWebRootDirectories() - Method in interface org.jboss.forge.project.facets.WebResourceFacet
-
Get a list containing all possible Web Root
DirectoryResources for the current project.
- getWebRootDirectory() - Method in interface org.jboss.forge.project.facets.WebResourceFacet
-
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.
- getWidth() - Method in interface org.jboss.forge.shell.integration.BufferManager
-
Get width in lines
- getWidth() - Method in enum org.jboss.forge.shell.integration.NoopBufferManager
-
- getWidth() - Method in interface org.jboss.forge.shell.Shell
-
Return the current width, in characters, of the current shell console.
- getWorkingDirectory() - Method in class org.jboss.forge.shell.events.Startup
-
- getWorkingDirectory() - Static method in class org.jboss.forge.shell.util.Files
-
Returns the current working directory
- indexOfLastElement(List<?>) - Static method in class org.jboss.forge.shell.util.Lists
-
Return the index of the last element of this List, if any (size - 1), if the list is empty, return 0;
- info(ShellPrintWriter, String) - Static method in class org.jboss.forge.shell.ShellMessages
-
- init() - Method in class org.jboss.forge.project.services.ProjectFactory
-
- install() - Method in class org.jboss.forge.env.ConfigurationFacet
-
- install(Project, Dependency) - Method in interface org.jboss.forge.project.dependencies.DependencyInstaller
-
- install(Project, Dependency, DependencyFilter) - Method in interface org.jboss.forge.project.dependencies.DependencyInstaller
-
- install(Project, Dependency, ScopeType) - Method in interface org.jboss.forge.project.dependencies.DependencyInstaller
-
- install(Project, Dependency, ScopeType, DependencyFilter) - Method in interface org.jboss.forge.project.dependencies.DependencyInstaller
-
- install() - Method in interface org.jboss.forge.project.Facet
-
Perform necessary setup for this
Facet to be considered installed in the given
Project.
- installFacet(Facet) - Method in class org.jboss.forge.project.BaseProject
-
- installFacet(Facet) - Method in interface org.jboss.forge.project.Project
-
Install and register the given
Facet.
- InstallFacets - Class in org.jboss.forge.project.facets.events
-
Event to instruct Forge to install the given
Facet into the current
Project
- InstallFacets(Class<? extends Facet>) - Constructor for class org.jboss.forge.project.facets.events.InstallFacets
-
Install the given facet without prompting for confirmation
- InstallFacets(boolean, Class<? extends Facet>) - Constructor for class org.jboss.forge.project.facets.events.InstallFacets
-
Install the given facet but first prompt for confirmation.
- InstallFacets(Class<? extends Facet>...) - Constructor for class org.jboss.forge.project.facets.events.InstallFacets
-
Install the given facets without prompting for confirmation
- InstallFacets(boolean, Class<? extends Facet>...) - Constructor for class org.jboss.forge.project.facets.events.InstallFacets
-
Install the given facets but first prompt for confirmation.
- installManaged(Project, Dependency) - Method in interface org.jboss.forge.project.dependencies.DependencyInstaller
-
- installManaged(Project, Dependency, DependencyFilter) - Method in interface org.jboss.forge.project.dependencies.DependencyInstaller
-
- installManaged(Project, Dependency, ScopeType) - Method in interface org.jboss.forge.project.dependencies.DependencyInstaller
-
- installManaged(Project, Dependency, ScopeType, DependencyFilter) - Method in interface org.jboss.forge.project.dependencies.DependencyInstaller
-
- installSingleFacet(Project, Class<? extends Facet>) - Method in class org.jboss.forge.project.services.ProjectFactory
-
- instanceOf(PluginMetadata) - Method in interface org.jboss.forge.shell.command.PluginRegistry
-
- intercept(String) - Method in interface org.jboss.forge.shell.spi.CommandInterceptor
-
Intercepts a command and returns it along with any modifications.
- isAcceptDefaults() - Method in interface org.jboss.forge.shell.Shell
-
Return true if this
Shell is currently set to accept prompt defaults automatically.
- isAnsiSupported() - Method in interface org.jboss.forge.shell.Shell
-
Returns whether or not this shell supports ANSI escape codes.
- isAuthenticationSupported() - Method in class org.jboss.forge.shell.util.ProxySettings
-
- isBoolean() - Method in interface org.jboss.forge.shell.command.OptionMetadata
-
Return true if this option is a boolean type.
- isChildOf(Resource<?>, Resource<?>) - Static method in class org.jboss.forge.shell.util.ResourceUtil
-
- isCommandOverloaded(String) - Method in interface org.jboss.forge.shell.command.PluginMetadata
-
Return true if this plugin is overloaded in multiple
Resource scopes.
- isDefault() - Method in interface org.jboss.forge.shell.command.CommandMetadata
-
Return true if this command is the default command for its declaring
PluginMetadata
- isDirectory() - Method in class org.jboss.forge.resources.FileResource
-
Return true if this
FileResource exists and is actually a directory, otherwise return false;
- isEmbedded() - Method in interface org.jboss.forge.ForgeEnvironment
-
Returns true if Forge is running in embedded mode (inside JBoss Tools for example)
- isEmpty() - Method in interface org.jboss.forge.env.Configuration
-
Check if the configuration is empty.
- isEnum() - Method in interface org.jboss.forge.shell.command.OptionMetadata
-
Return true if this option is an enum type.
- isExceptionHandlingEnabled() - Method in interface org.jboss.forge.shell.Shell
-
Return true if this shell is currently set to handle exceptions.
- isExecuting() - Method in interface org.jboss.forge.shell.Shell
-
Return true if the
Shell is currently executing a plugin; otherwise, return false.
- isFinalTokenComplete() - Method in interface org.jboss.forge.shell.completer.CommandCompleterState
-
- isFlagOnly() - Method in interface org.jboss.forge.shell.command.OptionMetadata
-
Return true if this option is only a flag, and only has a short name, taking no value on the command line.
- isFlagSet(ResourceFlag) - Method in class org.jboss.forge.resources.AbstractResource
-
- isFlagSet(ResourceFlag) - Method in interface org.jboss.forge.resources.Resource
-
- isHistoryEnabled() - Method in interface org.jboss.forge.shell.Shell
-
Return true if this shell is currently keeping a record of command history.
- isInstalled() - Method in class org.jboss.forge.env.ConfigurationFacet
-
- isInstalled(Project, Dependency) - Method in interface org.jboss.forge.project.dependencies.DependencyInstaller
-
Returns whether or not the given
Dependency is installed.
- isInstalled() - Method in interface org.jboss.forge.project.Facet
-
Return true if the
Facet is available for the given
Project, false if otherwise.
- isLinux() - Static method in class org.jboss.forge.shell.util.OSUtils
-
- isNamed() - Method in interface org.jboss.forge.shell.command.OptionMetadata
-
Return true if this option is named.
- isOnline() - Method in interface org.jboss.forge.ForgeEnvironment
-
Return true if Forge is currently operating with the assumption that an Internet connection is available.
- isOrdered() - Method in interface org.jboss.forge.shell.command.OptionMetadata
-
Return true if this option is not named, and must be specified by order.
- isOSX() - Static method in class org.jboss.forge.shell.util.OSUtils
-
- isPiped() - Method in interface org.jboss.forge.shell.plugins.PipeOut
-
- isPipeIn() - Method in interface org.jboss.forge.shell.command.OptionMetadata
-
Return true if this option is the
PipeIn
- isPipeOut() - Method in interface org.jboss.forge.shell.command.OptionMetadata
-
Return true if this option is the
PipeOut
- isPretend() - Method in interface org.jboss.forge.shell.Shell
-
Return true if this shell is currently running in pretend mode.
- isRequired() - Method in interface org.jboss.forge.shell.command.OptionMetadata
-
Return true if this option is required, and cannot be omitted on the command line.
- isRestart() - Method in class org.jboss.forge.shell.events.Startup
-
- isSetup() - Method in interface org.jboss.forge.shell.command.CommandMetadata
-
Return true if this command is the "setup" command.
- isSetupAvailable(Shell) - Method in interface org.jboss.forge.shell.command.PluginMetadata
-
- isSnapshot() - Method in interface org.jboss.forge.project.dependencies.Dependency
-
Returns true if this dependency version is a SNAPSHOT
- isSnapshot() - Method in class org.jboss.forge.project.dependencies.DependencyBuilder
-
- isSnapshot() - Method in class org.jboss.forge.project.dependencies.DependencyImpl
-
- isSnapshot() - Method in class org.jboss.forge.project.dependencies.ExcludedDependencyBuilder
-
- isStale() - Method in class org.jboss.forge.resources.FileResource
-
Returns true if the underlying resource has been modified on the file system since it was initially loaded.
- isVarargs() - Method in interface org.jboss.forge.shell.command.OptionMetadata
-
Return true if this option accepts multiple values on the command line.
- isVerbose() - Method in interface org.jboss.forge.shell.Shell
-
Return true if this shell is currently running in verbose mode.
- isVetoed() - Method in class org.jboss.forge.project.dependencies.events.UpdatingDependency
-
- isVetoed() - Method in class org.jboss.forge.shell.events.PreCommandExecution
-
- isWaiting() - Method in class org.jboss.forge.shell.Wait
-
Returns true if the waiting spinner is currently being displayed; otherwise, return false.
- isWindows() - Static method in class org.jboss.forge.shell.util.OSUtils
-
- Packages - Class in org.jboss.forge.shell.util
-
- Packages() - Constructor for class org.jboss.forge.shell.util.Packages
-
- PackagingChanged - Class in org.jboss.forge.project.packaging.events
-
- PackagingChanged(Project, PackagingType, PackagingType) - Constructor for class org.jboss.forge.project.packaging.events.PackagingChanged
-
- PackagingFacet - Interface in org.jboss.forge.project.facets
-
A Facet representing this project's Packaging (JAR, WAR, EAR, etc...)
- PackagingType - Enum in org.jboss.forge.project.packaging
-
- pad(int) - Method in class org.jboss.forge.shell.util.ColumnPrinter
-
- parent - Variable in class org.jboss.forge.resources.AbstractResource
-
- parsePathspec(ResourceFactory, Resource<?>, String) - Static method in class org.jboss.forge.shell.util.ResourceUtil
-
- PathspecParser - Class in org.jboss.forge.shell.util
-
Parser of UNIX-style pathspec.
- PathspecParser(ResourceFactory, Resource<?>, String) - Constructor for class org.jboss.forge.shell.util.PathspecParser
-
- pathspecToRegEx(String) - Static method in class org.jboss.forge.shell.util.PathspecParser
-
- Patterns - Interface in org.jboss.forge.shell.util
-
- PickupResource - Class in org.jboss.forge.shell.events
-
Signal the Shell to pick up the given resource.
- PickupResource(Resource<?>) - Constructor for class org.jboss.forge.shell.events.PickupResource
-
- PipeIn - Annotation Type in org.jboss.forge.shell.plugins
-
- PipeOut - Interface in org.jboss.forge.shell.plugins
-
- Plugin - Interface in org.jboss.forge.shell.plugins
-
A custom
Plugin must implement this interface in order to be detected and installed at framework boot-time.
- PluginEntry - Class in org.jboss.forge.shell
-
- PluginEntry(String, String, String) - Constructor for class org.jboss.forge.shell.PluginEntry
-
- PluginEntry(String, String) - Constructor for class org.jboss.forge.shell.PluginEntry
-
- PluginEntry(String) - Constructor for class org.jboss.forge.shell.PluginEntry
-
- PluginInstalled - Class in org.jboss.forge.shell.events
-
Fired when a plugin is installed
- PluginInstalled(PluginEntry) - Constructor for class org.jboss.forge.shell.events.PluginInstalled
-
- PluginMetadata - Interface in org.jboss.forge.shell.command
-
Defines a plugin.
- PluginRegistry - Interface in org.jboss.forge.shell.command
-
Contains the collection of all installed and available plugins.
- PluginRemoved - Class in org.jboss.forge.shell.events
-
Fired when a plugin is removed
- PluginRemoved(PluginEntry) - Constructor for class org.jboss.forge.shell.events.PluginRemoved
-
- PostStartup - Class in org.jboss.forge.shell.events
-
Fired by the
Shell when it has successfully started up and is ready to accept user input.
- PostStartup() - Constructor for class org.jboss.forge.shell.events.PostStartup
-
- PreCommandExecution - Class in org.jboss.forge.shell.events
-
Fired before a plugin/command is executed
- PreCommandExecution(CommandMetadata, String, Object[], Map<Object, Object>) - Constructor for class org.jboss.forge.shell.events.PreCommandExecution
-
- PreShutdown - Class in org.jboss.forge.shell.events
-
Fired in response to receipt of the shell
Shutdown command event.
- PreShutdown(Shutdown.Status) - Constructor for class org.jboss.forge.shell.events.PreShutdown
-
- PreStartup - Class in org.jboss.forge.shell.events
-
Fired by the Bootstrap when it has successfully started weld
- PreStartup() - Constructor for class org.jboss.forge.shell.events.PreStartup
-
- print(String) - Method in interface org.jboss.forge.shell.ShellPrintWriter
-
Print output to the console.
- print(ShellColor, String) - Method in interface org.jboss.forge.shell.ShellPrintWriter
-
Print color output to the console.
- println(String) - Method in interface org.jboss.forge.shell.ShellPrintWriter
-
Print output to the console, followed by the newline character.
- println() - Method in interface org.jboss.forge.shell.ShellPrintWriter
-
Print a blank line to the console.
- println(ShellColor, String) - Method in interface org.jboss.forge.shell.ShellPrintWriter
-
Print color output to the console, followed by the newline character.
- printlnVerbose(String) - Method in interface org.jboss.forge.shell.Shell
-
- printlnVerbose(ShellColor, String) - Method in interface org.jboss.forge.shell.Shell
-
- printOutColumns(List<String>, ShellPrintWriter, Shell, boolean) - Method in class org.jboss.forge.shell.util.ColumnPrinter
-
- printOutColumns(List<String>, ShellPrintWriter, Shell, ColumnPrinter.FormatCallback, boolean) - Method in class org.jboss.forge.shell.util.ColumnPrinter
-
- printOutColumns(List<String>, ShellColor, ShellPrintWriter, ColumnPrinter.OutputAttributes, ColumnPrinter.FormatCallback, boolean) - Method in class org.jboss.forge.shell.util.ColumnPrinter
-
- printOutTables(List<String>, int, Shell) - Method in class org.jboss.forge.shell.util.ColumnPrinter
-
- printOutTables(List<String>, boolean[], Shell) - Method in class org.jboss.forge.shell.util.ColumnPrinter
-
- printOutTables(List<String>, boolean[], ShellPrintWriter, ColumnPrinter.FormatCallback) - Method in class org.jboss.forge.shell.util.ColumnPrinter
-
- project - Variable in class org.jboss.forge.project.facets.BaseFacet
-
- Project - Interface in org.jboss.forge.project
-
- ProjectAssociationProvider - Interface in org.jboss.forge.project.services
-
- ProjectBuilder - Interface in org.jboss.forge.project.build
-
Used to configure and execute the project build system.
- ProjectChanged - Class in org.jboss.forge.shell.events
-
An event that notifies observers immediately after the current
Project has changed.
- ProjectChanged(Project, Project) - Constructor for class org.jboss.forge.shell.events.ProjectChanged
-
- ProjectFactory - Class in org.jboss.forge.project.services
-
Responsible for instantiating project instances through CDI.
- ProjectFactory(FacetFactory, BeanManager, Instance<ProjectLocator>) - Constructor for class org.jboss.forge.project.services.ProjectFactory
-
- ProjectLocator - Interface in org.jboss.forge.project.locator
-
Locates project root directories, and creates instances of projects for that type.
- ProjectModelException - Exception in org.jboss.forge.project
-
- ProjectModelException() - Constructor for exception org.jboss.forge.project.ProjectModelException
-
- ProjectModelException(String) - Constructor for exception org.jboss.forge.project.ProjectModelException
-
- ProjectModelException(Throwable) - Constructor for exception org.jboss.forge.project.ProjectModelException
-
- ProjectModelException(String, Throwable) - Constructor for exception org.jboss.forge.project.ProjectModelException
-
- ProjectScoped - Annotation Type in org.jboss.forge.shell.project
-
Declares a bean as being scoped to the current
Project.
- prompt() - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input, and return as a String.
- prompt(String) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input, first printing the given line, then return user input as a String.
- prompt(String, String) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input, first printing the given line, then return user input as a String.
- prompt(String, Class<T>) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input, first printing the given message, then return user input cast to the type provided.
- prompt(String, Class<T>, T) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input, first printing the given line, then returning user input as a converted value.
- promptAndSwallowCR() - Method in interface org.jboss.forge.shell.ShellPrompt
-
This works like prompt, however when a CR is received, the method returns the value, but does not produce a CR in
the actual terminal buffer.
- promptBoolean(String) - Method in interface org.jboss.forge.shell.ShellPrompt
-
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.shell.ShellPrompt
-
Prompt for boolean user input (Y/n), first printing the given message, then returning user input as a boolean.
- promptChoice(String, Object...) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input, first printing the given message, followed by an enumerated list of options (printing the
String value of each item in the list.) Loop until the user enters a number corresponding to one of the options,
then return the index of that option from the list.
- promptChoice(String, List<?>) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input, first printing the given message, followed by an enumerated list of options (printing the
String value of each item in the list.) Loop until the user enters a number corresponding to one of the options,
then return the index of that option from the list.
- promptChoice(String, Map<String, T>) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input, first printing the given message, followed by a keyed list of options.
- promptChoiceTyped(String, List<T>) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input, first printing the given message, followed by an enumerated list of options (printing the
String value of each item in the list.) Loop until the user enters a number corresponding to one of the options,
then return that option from the list.
- promptChoiceTyped(String, List<T>, T) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input, first printing the given message, followed by an enumerated list of options (printing the
String value of each item in the list.) Loop until the user enters a number corresponding to one of the options,
then return that option from the list.
- promptCommon(String, PromptType) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input, first printing the given message, then returning user input as a String.
- promptCommon(String, PromptType, String) - Method in interface org.jboss.forge.shell.ShellPrompt
-
- promptCompleter(String, Class<? extends CommandCompleter>) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input, first printing the given line, then returning user input with help from the given completer
type.
- promptEnum(String, Class<T>) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input in the form of an
Enum, first printing the given message, then returning user input
as a
Enum.
- promptEnum(String, Class<T>, T) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input in the form of an
Enum, first printing the given message, then returning user input
as a
Enum.
- promptFile(String) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input in the form of a file path, first printing the given message, then returning user input as a
File.
- promptFile(String, FileResource<?>) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input in the form of a file path, first printing the given message, then returning user input as a
File.
- promptMultiSelect(String, Set<T>) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input, first printing the given message, followed by a keyed list of options.
- promptMultiSelect(String, T...) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input, first printing the given message, followed by a keyed list of options.
- promptMultiSelect(String, Map<String, T>) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input, first printing the given message, followed by a keyed list of options.
- promptMultiSelectWithWildcard(String, String, Set<T>) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input, first printing the given message, followed by a keyed list of options, including a
"wildcard" option to select all.
- promptMultiSelectWithWildcard(String, String, T...) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input, first printing the given message, followed by a keyed list of options, including a
"wildcard" option to select all.
- promptMultiSelectWithWildcard(String, String, Map<String, T>) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input, first printing the given message, followed by a keyed list of options, including a
"wildcard" option to select all.
- promptRegex(String, String) - Method in interface org.jboss.forge.shell.ShellPrompt
-
Prompt for user input (Y/n), first printing the given message, then returning user input as a String.
- promptRegex(String, String, String) - Method in interface org.jboss.forge.shell.ShellPrompt
-
- promptRequested() - Method in class org.jboss.forge.project.facets.events.InstallFacets
-
Return whether or not the caller has requested to prompt the user for confirmation
- promptRequested() - Method in class org.jboss.forge.project.facets.events.RemoveFacets
-
Return whether or not the caller has requested to prompt the user for confirmation
- promptSecret(String) - Method in interface org.jboss.forge.shell.ShellPrompt
-
First print the given message, prompt the user for input (masking keystrokes for secrecy,) then return user input.
- promptSecret(String, String) - Method in interface org.jboss.forge.shell.ShellPrompt
-
First print the given message, prompt the user for input (masking keystrokes for secrecy,) then return user input.
- PromptType - Enum in org.jboss.forge.shell
-
- PropertiesFileResource - Class in org.jboss.forge.resources
-
A property based resource
- PropertiesFileResource(ResourceFactory) - Constructor for class org.jboss.forge.resources.PropertiesFileResource
-
- PropertiesFileResource(ResourceFactory, File) - Constructor for class org.jboss.forge.resources.PropertiesFileResource
-
- PropertyCompleter - Class in org.jboss.forge.shell.completer
-
- PropertyCompleter(Shell) - Constructor for class org.jboss.forge.shell.completer.PropertyCompleter
-
- ProxySettings - Class in org.jboss.forge.shell.util
-
- putAllProperties(Map<String, String>) - Method in class org.jboss.forge.resources.PropertiesFileResource
-
Adds all the properties and updates the file
- putProperty(String, String) - Method in class org.jboss.forge.resources.PropertiesFileResource
-
Adds a property to this resource
- saveEnumTypeSource(JavaEnum) - Method in interface org.jboss.forge.project.facets.JavaSourceFacet
-
- saveJavaSource(JavaSource<?>) - Method in interface org.jboss.forge.project.facets.JavaSourceFacet
-
Create or update a Java file in the primary source directory:
JavaSourceFacet.getSourceFolder() - 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.project.facets.JavaSourceFacet
-
Create or update a Java file in the primary test source directory:
JavaSourceFacet.getTestSourceFolder() - use
information in the given
JavaSource to determine the appropriate package; packages will be created if
necessary.
- scan(ProcessBean<Resource<?>>, BeanManager) - Method in class org.jboss.forge.project.services.ResourceFactory
-
- scan() - Method in interface org.jboss.forge.shell.Shell
-
Wait for input.
- ScopeType - Enum in org.jboss.forge.project.dependencies
-
Represents the various dependency scopes.
- scratch - Variable in class org.jboss.forge.resources.FileResource
-
- scratchFile - Variable in class org.jboss.forge.resources.FileResource
-
- search() - Method in class org.jboss.forge.shell.util.PathspecParser
-
Perform a search, by doing a breadth-first traversal of the resource tree for resources that match the path
string.
- setAcceptDefaults(boolean) - Method in interface org.jboss.forge.shell.Shell
-
Set this
Shell to accept prompt defaults automatically.
- setAnsiSupported(boolean) - Method in interface org.jboss.forge.shell.Shell
-
Controls the shell's usage of ANSI escape code support.
- setArtifactId(String) - Method in class org.jboss.forge.project.dependencies.DependencyBuilder
-
- setArtifactId(String) - Method in class org.jboss.forge.project.dependencies.DependencyImpl
-
- setArtifactId(String) - Method in class org.jboss.forge.project.dependencies.ExcludedDependencyBuilder
-
- setAttribute(String, Object) - Method in class org.jboss.forge.project.BaseProject
-
- setAttribute(String, Object) - Method in interface org.jboss.forge.project.Project
-
Set a value in this project's internal attributes.
- setBufferPosition(int, int) - Method in interface org.jboss.forge.shell.integration.BufferManager
-
Set buffer position.
- setBufferPosition(int, int) - Method in enum org.jboss.forge.shell.integration.NoopBufferManager
-
- setClassifier(String) - Method in class org.jboss.forge.project.dependencies.DependencyBuilder
-
- setClassifier(String) - Method in class org.jboss.forge.project.dependencies.DependencyImpl
-
- setCommand(CommandMetadata) - Method in class org.jboss.forge.shell.events.CommandVetoed
-
- setContents(String) - Method in class org.jboss.forge.resources.FileResource
-
- setContents(char[]) - Method in class org.jboss.forge.resources.FileResource
-
Set the contents of this
FileResource to the given character array.
- setContents(InputStream) - Method in class org.jboss.forge.resources.FileResource
-
- setContents(JavaSource<?>) - Method in class org.jboss.forge.resources.java.JavaResource
-
- setCurrentResource(Resource<?>) - Method in interface org.jboss.forge.shell.Shell
-
Set the
Resource on which the shell should operate.
- setDefaultPrompt() - Method in interface org.jboss.forge.shell.Shell
-
Reset the shell prompt to default.
- setExceptionHandlingEnabled(boolean) - Method in interface org.jboss.forge.shell.Shell
-
Toggle exception handling.
- setExcludedDependencies(List<Dependency>) - Method in class org.jboss.forge.project.dependencies.DependencyImpl
-
- setFilter(DependencyFilter) - Method in class org.jboss.forge.project.dependencies.DependencyQueryBuilder
-
- setFinalName(String) - Method in interface org.jboss.forge.project.facets.PackagingFacet
-
Set the final name of this project's build output artifact.
- setFlag(ResourceFlag) - Method in class org.jboss.forge.resources.AbstractResource
-
- setFlag(ResourceFlag) - Method in interface org.jboss.forge.resources.Resource
-
- setGroupId(String) - Method in class org.jboss.forge.project.dependencies.DependencyBuilder
-
- setGroupId(String) - Method in class org.jboss.forge.project.dependencies.DependencyImpl
-
- setGroupId(String) - Method in class org.jboss.forge.project.dependencies.ExcludedDependencyBuilder
-
- setHistory(List<String>) - Method in interface org.jboss.forge.shell.ShellHistory
-
- setHistoryEnabled(boolean) - Method in interface org.jboss.forge.shell.Shell
-
Toggle whether or not this shell should keep a record of command history.
- setHistoryOutputStream(OutputStream) - Method in interface org.jboss.forge.shell.ShellHistory
-
- setIndex(int) - Method in interface org.jboss.forge.shell.completer.CommandCompleterState
-
- setInputStream(InputStream) - Method in interface org.jboss.forge.shell.Shell
-
Set the stream from which the shell should read input.
- setManager(PostStartup, Instance<BeanManager>) - Method in class org.jboss.forge.project.services.ResourceFactory
-
- setOriginalStatement(String) - Method in class org.jboss.forge.shell.events.CommandVetoed
-
- setOutputStream(OutputStream) - Method in interface org.jboss.forge.shell.Shell
-
Set the stream to which the shell should print output.
- setPackagingType(PackagingType) - Method in class org.jboss.forge.project.dependencies.DependencyBuilder
-
- setPackagingType(String) - Method in class org.jboss.forge.project.dependencies.DependencyBuilder
-
- setPackagingType(PackagingType) - Method in class org.jboss.forge.project.dependencies.DependencyImpl
-
- setPackagingType(String) - Method in class org.jboss.forge.project.dependencies.DependencyImpl
-
- setPackagingType(PackagingType) - Method in interface org.jboss.forge.project.facets.PackagingFacet
-
Set the packaging type currently in use by this project.
- setParameters(Object[]) - Method in class org.jboss.forge.shell.events.CommandVetoed
-
- setPiped(boolean) - Method in interface org.jboss.forge.shell.plugins.PipeOut
-
- setPretendWindows(boolean) - Static method in class org.jboss.forge.shell.util.OSUtils
-
- setProject(Project) - Method in interface org.jboss.forge.project.Facet
-
- setProject(Project) - Method in class org.jboss.forge.project.facets.BaseFacet
-
- setProjectName(String) - Method in interface org.jboss.forge.project.facets.MetadataFacet
-
- setPrompt(String) - Method in interface org.jboss.forge.shell.Shell
-
Set the current shell prompt, followed by '> '.
- setProperty(String, Object) - Method in interface org.jboss.forge.env.Configuration
-
Set a property, this will replace any previously set values.
- setProperty(String, Object) - Method in interface org.jboss.forge.ForgeEnvironment
-
Set a configuration property for the current Forge execution.
- setProperty(String, String) - Method in interface org.jboss.forge.project.facets.DependencyFacet
-
Set a build dependency property.
- setRepositories(DependencyRepository...) - Method in class org.jboss.forge.project.dependencies.DependencyQueryBuilder
-
- setRepositories(Iterable<DependencyRepository>) - Method in class org.jboss.forge.project.dependencies.DependencyQueryBuilder
-
- setScope(ScopeType) - Method in class org.jboss.forge.project.dependencies.ExcludedDependencyBuilder
-
- setScopeType(ScopeType) - Method in class org.jboss.forge.project.dependencies.DependencyBuilder
-
- setScopeType(String) - Method in class org.jboss.forge.project.dependencies.DependencyBuilder
-
- setScopeType(ScopeType) - Method in class org.jboss.forge.project.dependencies.DependencyImpl
-
- setScopeType(String) - Method in class org.jboss.forge.project.dependencies.DependencyImpl
-
- setSystemPath(String) - Method in class org.jboss.forge.project.dependencies.DependencyBuilder
-
- setSystemPath(String) - Method in class org.jboss.forge.project.dependencies.DependencyImpl
-
- setTopLevelPackage(String) - Method in interface org.jboss.forge.project.facets.MetadataFacet
-
- SetupCommand - Annotation Type in org.jboss.forge.shell.plugins
-
Defines a @
Command to be used when performing setup for a
Plugin.
- setVerbose(boolean) - Method in interface org.jboss.forge.shell.Shell
-
Toggle verbose mode.
- setVersion(String) - Method in class org.jboss.forge.project.dependencies.DependencyBuilder
-
- setVersion(String) - Method in class org.jboss.forge.project.dependencies.DependencyImpl
-
- setVersion(String) - Method in class org.jboss.forge.project.dependencies.ExcludedDependencyBuilder
-
- Shell - Interface in org.jboss.forge.shell
-
- ShellColor - Enum in org.jboss.forge.shell
-
- ShellHistory - Interface in org.jboss.forge.shell
-
- ShellMessages - Class in org.jboss.forge.shell
-
Used to generate properly formatted status messages.
- ShellMessages() - Constructor for class org.jboss.forge.shell.ShellMessages
-
- ShellPrintWriter - Interface in org.jboss.forge.shell
-
- ShellPrompt - Interface in org.jboss.forge.shell
-
- Shutdown - Class in org.jboss.forge.shell.events
-
Fired as a signal to the shell that it should shut down now.
- Shutdown() - Constructor for class org.jboss.forge.shell.events.Shutdown
-
- Shutdown(Shutdown.Status) - Constructor for class org.jboss.forge.shell.events.Shutdown
-
- Shutdown.Status - Enum in org.jboss.forge.shell.events
-
Status of the shell during shutdown.
- SimpleTokenCompleter - Class in org.jboss.forge.shell.completer
-
The simplest possible command option completer.
- SimpleTokenCompleter() - Constructor for class org.jboss.forge.shell.completer.SimpleTokenCompleter
-
- SLASH - Static variable in class org.jboss.forge.shell.util.Files
-
- Squelched - Annotation Type in org.jboss.forge.shell.squelch
-
InterceptorBinding that disables STDOUT and STDERR during wrapped invocations.
- SquelchingInterceptor - Class in org.jboss.forge.shell.squelch
-
- SquelchingInterceptor() - Constructor for class org.jboss.forge.shell.squelch.SquelchingInterceptor
-
- start() - Method in class org.jboss.forge.shell.Wait
-
Start waiting, printing the default message.
- start(String) - Method in class org.jboss.forge.shell.Wait
-
Start waiting.
- Startup - Class in org.jboss.forge.shell.events
-
Fired as a signal to the shell to bootstrap and accept user input.
- Startup() - Constructor for class org.jboss.forge.shell.events.Startup
-
- Startup(File) - Constructor for class org.jboss.forge.shell.events.Startup
-
- Startup(File, boolean) - Constructor for class org.jboss.forge.shell.events.Startup
-
- stop() - Method in class org.jboss.forge.shell.Wait
-
Stop waiting.
- Streams - Class in org.jboss.forge.shell.util
-
Stream utilities.
- Streams() - Constructor for class org.jboss.forge.shell.util.Streams
-
- subset(String) - Method in interface org.jboss.forge.env.Configuration
-
Return a decorator Configuration containing every key from the current Configuration that starts with the
specified prefix.
- success(ShellPrintWriter, String) - Static method in class org.jboss.forge.shell.ShellMessages
-
- value() - Method in class org.jboss.forge.shell.plugins.AliasLiteral
-
- valueOf(String) - Static method in enum org.jboss.forge.env.ConfigurationScope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.project.dependencies.ScopeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.project.facets.DependencyFacet.KnownRepository
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.project.packaging.PackagingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.resources.ResourceFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.shell.events.CommandExecuted.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.shell.events.Shutdown.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.shell.integration.NoopBufferManager
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.shell.PromptType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.shell.ShellColor
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jboss.forge.env.ConfigurationScope
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.project.dependencies.ScopeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.project.facets.DependencyFacet.KnownRepository
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.project.packaging.PackagingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.resources.ResourceFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.shell.events.CommandExecuted.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.shell.events.Shutdown.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.shell.integration.NoopBufferManager
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.shell.PromptType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.shell.ShellColor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- veto(String) - Method in class org.jboss.forge.project.dependencies.events.UpdatingDependency
-
Abort the Update.
- veto() - Method in class org.jboss.forge.shell.events.PreCommandExecution
-
Vetoes the execution of this command
- VirtualResource<T> - Class in org.jboss.forge.resources
-
- VirtualResource(Resource<?>) - Constructor for class org.jboss.forge.resources.VirtualResource
-
- VirtualResource(ResourceFactory, Resource<?>) - Constructor for class org.jboss.forge.resources.VirtualResource
-
- visit(JavaResource) - Method in interface org.jboss.forge.resources.java.JavaResourceVisitor
-
Called when a Java File is found.
- visitJavaSources(JavaResourceVisitor) - Method in interface org.jboss.forge.project.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.project.facets.JavaSourceFacet
-
Recursively loops over all the test source directories and for each java file it finds, calls the visitor.