- get() - Method in interface org.jboss.forge.furnace.services.Imported
-
Get a fully constructed instance of the underlying type.
- get() - Method in interface org.jboss.forge.furnace.spi.ExportedInstance
-
- getActualType() - Method in interface org.jboss.forge.furnace.spi.ExportedInstance
-
- getAddon(AddonId) - Method in interface org.jboss.forge.furnace.addons.AddonView
-
- getAddon() - Method in class org.jboss.forge.furnace.event.PostStartup
-
- getAddon() - Method in class org.jboss.forge.furnace.event.PreShutdown
-
- getAddonBaseDir(AddonId) - Method in interface org.jboss.forge.furnace.repositories.AddonRepository
-
Get the base installation directory of the given
AddonId.
- getAddonDependencies(AddonId) - Method in interface org.jboss.forge.furnace.repositories.AddonRepository
-
- getAddonDescriptor(AddonId) - Method in interface org.jboss.forge.furnace.repositories.AddonRepository
-
Get the addon descriptor file for the given
AddonId.
- getAddonRegistry(AddonRepository...) - Method in interface org.jboss.forge.furnace.Furnace
-
- getAddonResources(AddonId) - Method in interface org.jboss.forge.furnace.repositories.AddonRepository
-
Get a list of all local resources for the given
AddonId.
- getAddons() - Method in interface org.jboss.forge.furnace.addons.AddonView
-
Get all currently registered
Addon instances.
- getAddons(AddonFilter) - Method in interface org.jboss.forge.furnace.addons.AddonView
-
- getAnnotation(Method, Class<A>) - Static method in class org.jboss.forge.furnace.util.Annotations
-
Inspect method m for a specific type of annotation.
- getAnnotation(Annotation, Class<A>) - Static method in class org.jboss.forge.furnace.util.Annotations
-
Inspect annotation a for a specific type of annotation.
- getAnnotation(Class<?>, Class<A>) - Static method in class org.jboss.forge.furnace.util.Annotations
-
Inspect class c for a specific type of annotation.
- getApiVersion() - Method in class org.jboss.forge.furnace.addons.AddonId
-
- getArgs() - Method in interface org.jboss.forge.furnace.Furnace
-
Get the arguments with which
Furnace should start.
- getBuildNumber() - Method in class org.jboss.forge.furnace.versions.SingleVersion
-
- getBuildNumber() - Method in interface org.jboss.forge.furnace.versions.Version
-
Get the build number version component.
- getClassLoader() - Method in interface org.jboss.forge.furnace.addons.Addon
-
- getClassLoadingExceptionFor(ClassLoader, String) - Static method in class org.jboss.forge.furnace.util.ClassLoaders
-
- getConcurrentSet(Class<T>) - Static method in class org.jboss.forge.furnace.util.Sets
-
- getConcurrentSet() - Static method in class org.jboss.forge.furnace.util.Sets
-
- getContextClassLoader() - Static method in class org.jboss.forge.furnace.util.SecurityActions
-
Gets context classloader.
- getControlType() - Method in interface org.jboss.forge.furnace.lifecycle.AddonLifecycleProvider
-
- getDependencies() - Method in interface org.jboss.forge.furnace.addons.Addon
-
- getDependency() - Method in interface org.jboss.forge.furnace.addons.AddonDependency
-
Get the
Addon dependency of the
Addon returned by
#getDependent().
- getEventManager() - Method in interface org.jboss.forge.furnace.addons.Addon
-
- getEventManager(Addon) - Method in interface org.jboss.forge.furnace.lifecycle.AddonLifecycleProvider
-
- getExportedInstance(Class<T>) - Method in interface org.jboss.forge.furnace.spi.ServiceRegistry
-
Get an instance of any currently available service of the given
Class type.
- getExportedInstance(String) - Method in interface org.jboss.forge.furnace.spi.ServiceRegistry
-
Get an instance of any currently available service types with
Class.getName() matching the given name.
- getExportedInstances(Class<T>) - Method in interface org.jboss.forge.furnace.spi.ServiceRegistry
-
Get the set of currently available services of the given
Class type.
- getExportedInstances(String) - Method in interface org.jboss.forge.furnace.spi.ServiceRegistry
-
Get the set of currently available services types with
Class.getName() matching the given name.
- getExportedTypes() - Method in interface org.jboss.forge.furnace.addons.AddonRegistry
-
Get a
Set of all currently available service types.
- getExportedTypes(Class<T>) - Method in interface org.jboss.forge.furnace.addons.AddonRegistry
-
- getExportedTypes() - Method in interface org.jboss.forge.furnace.spi.ServiceRegistry
-
Get a
Set of all currently available service types.
- getExportedTypes(Class<T>) - Method in interface org.jboss.forge.furnace.spi.ServiceRegistry
-
- getForgeHomeDir() - Static method in class org.jboss.forge.furnace.util.OperatingSystemUtils
-
Get the FORGE_HOME directory as a
File.
- getFuture() - Method in interface org.jboss.forge.furnace.addons.Addon
-
Return the
Future representing the boot-up sequence for this
Addon instance.
- getHighestMatch(List<Version>) - Method in class org.jboss.forge.furnace.versions.MultipleVersionRange
-
- getId() - Method in interface org.jboss.forge.furnace.addons.Addon
-
Get the ID of this
Addon.
- getIncrementalVersion() - Method in class org.jboss.forge.furnace.versions.SingleVersion
-
- getIncrementalVersion() - Method in interface org.jboss.forge.furnace.versions.Version
-
Get the micro version component.
- getInstance() - Static method in class org.jboss.forge.furnace.versions.EmptyVersion
-
- getIntersection(VersionRange...) - Method in class org.jboss.forge.furnace.versions.DefaultVersionRange
-
- getIntersection(VersionRange...) - Method in class org.jboss.forge.furnace.versions.EmptyVersionRange
-
- getIntersection(VersionRange...) - Method in class org.jboss.forge.furnace.versions.MultipleVersionRange
-
- getIntersection(VersionRange...) - Method in class org.jboss.forge.furnace.versions.SingleVersionRange
-
- getIntersection(VersionRange...) - Method in interface org.jboss.forge.furnace.versions.VersionRange
-
- getLastModified() - Method in interface org.jboss.forge.furnace.repositories.AddonRepository
-
- getLineSeparator() - Static method in class org.jboss.forge.furnace.util.OperatingSystemUtils
-
Return the
String used as line separator for carriage returns.
- getLockManager() - Method in interface org.jboss.forge.furnace.Furnace
-
- getMajorVersion() - Method in class org.jboss.forge.furnace.versions.SingleVersion
-
- getMajorVersion() - Method in interface org.jboss.forge.furnace.versions.Version
-
Get the major version component.
- getMax() - Method in class org.jboss.forge.furnace.versions.DefaultVersionRange
-
- getMax() - Method in class org.jboss.forge.furnace.versions.EmptyVersionRange
-
- getMax() - Method in class org.jboss.forge.furnace.versions.MultipleVersionRange
-
- getMax() - Method in class org.jboss.forge.furnace.versions.SingleVersionRange
-
- getMax() - Method in interface org.jboss.forge.furnace.versions.VersionRange
-
Get the maximum
Version (never
null.)
- getMin() - Method in class org.jboss.forge.furnace.versions.DefaultVersionRange
-
- getMin() - Method in class org.jboss.forge.furnace.versions.EmptyVersionRange
-
- getMin() - Method in class org.jboss.forge.furnace.versions.MultipleVersionRange
-
- getMin() - Method in class org.jboss.forge.furnace.versions.SingleVersionRange
-
- getMin() - Method in interface org.jboss.forge.furnace.versions.VersionRange
-
Get the minimum
Version (never
null.)
- getMinorVersion() - Method in class org.jboss.forge.furnace.versions.SingleVersion
-
- getMinorVersion() - Method in interface org.jboss.forge.furnace.versions.Version
-
Get the minor version component.
- getName() - Method in class org.jboss.forge.furnace.addons.AddonId
-
- getName() - Method in interface org.jboss.forge.furnace.addons.AddonView
-
- getName() - Method in class org.jboss.forge.furnace.repositories.AddonDependencyEntry
-
Get the dependency name.
- getOsName() - Static method in class org.jboss.forge.furnace.util.OperatingSystemUtils
-
Return the name of the host operating system.
- getQualifier() - Method in class org.jboss.forge.furnace.versions.SingleVersion
-
- getQualifier() - Method in interface org.jboss.forge.furnace.versions.Version
-
Get the qualifier version component.
- getRanges() - Method in class org.jboss.forge.furnace.versions.MultipleVersionRange
-
- getRepositories() - Method in interface org.jboss.forge.furnace.addons.AddonView
-
- getRepositories() - Method in interface org.jboss.forge.furnace.Furnace
-
- getRepository() - Method in interface org.jboss.forge.furnace.addons.Addon
-
- getResult() - Method in class org.jboss.forge.furnace.util.ValuedVisitor
-
Get the result value.
- getRootDirectory() - Method in interface org.jboss.forge.furnace.repositories.AddonRepository
-
- getRuntimeClassLoader() - Method in interface org.jboss.forge.furnace.Furnace
-
- getSafeFilename(String) - Static method in class org.jboss.forge.furnace.util.OperatingSystemUtils
-
Generate a string that is usable as a single file name or directory path segment on any operating system.
- getServiceRegistry() - Method in interface org.jboss.forge.furnace.addons.Addon
-
- getServiceRegistry(Addon) - Method in interface org.jboss.forge.furnace.lifecycle.AddonLifecycleProvider
-
- getServices(Class<T>) - Method in interface org.jboss.forge.furnace.addons.AddonRegistry
-
Return an
Imported instance that can be used to obtain all currently available services of the given
Class type.
- getServices(String) - Method in interface org.jboss.forge.furnace.addons.AddonRegistry
-
Return an
Imported instance that can be used to obtain all currently available services with
Class.getName() matching the given name.
- getSourceAddon() - Method in interface org.jboss.forge.furnace.spi.ExportedInstance
-
- getStatus() - Method in interface org.jboss.forge.furnace.addons.Addon
-
- getStatus() - Method in interface org.jboss.forge.furnace.Furnace
-
Get the current status of this
Furnace container
- getTempDirectory() - Static method in class org.jboss.forge.furnace.util.OperatingSystemUtils
-
Get the current system temp directory.
- getUserForgeDir() - Static method in class org.jboss.forge.furnace.util.OperatingSystemUtils
-
Get the logged in user's Furnace directory.
- getUserHomeDir() - Static method in class org.jboss.forge.furnace.util.OperatingSystemUtils
-
Get the logged in user's home directory as a
File.
- getUserHomePath() - Static method in class org.jboss.forge.furnace.util.OperatingSystemUtils
-
Get the path of the logged in user's home directory.
- getVersion() - Method in class org.jboss.forge.furnace.addons.AddonId
-
- getVersion() - Method in interface org.jboss.forge.furnace.addons.AddonRegistry
-
- getVersion() - Method in interface org.jboss.forge.furnace.Furnace
-
Get the current runtime API version of
Furnace.
- getVersion() - Method in interface org.jboss.forge.furnace.repositories.AddonRepository
-
- getVersionRange() - Method in class org.jboss.forge.furnace.repositories.AddonDependencyEntry
-
- getWorkingDir() - Static method in class org.jboss.forge.furnace.util.OperatingSystemUtils
-
Get the directory from which this application was launched.
- Imported<T> - Interface in org.jboss.forge.furnace.services
-
Represents a handle to one or more Exported services.
- includes(Version) - Method in class org.jboss.forge.furnace.versions.DefaultVersionRange
-
- includes(Version) - Method in class org.jboss.forge.furnace.versions.EmptyVersionRange
-
- includes(Version) - Method in class org.jboss.forge.furnace.versions.MultipleVersionRange
-
- includes(Version) - Method in class org.jboss.forge.furnace.versions.SingleVersionRange
-
- includes(Version) - Method in interface org.jboss.forge.furnace.versions.VersionRange
-
- initialize(Furnace, AddonRegistry, Addon) - Method in interface org.jboss.forge.furnace.lifecycle.AddonLifecycleProvider
-
Initialize the provider with artifacts required for
Addon startup.
- intersect(MultipleVersionRange) - Method in class org.jboss.forge.furnace.versions.MultipleVersionRange
-
Creates and returns a new MultipleVersionRange that is a intersection of this version range and the
specified version range.
- intersection(VersionRange...) - Static method in class org.jboss.forge.furnace.versions.Versions
-
- intersection(Collection<VersionRange>) - Static method in class org.jboss.forge.furnace.versions.Versions
-
- isAmbiguous() - Method in interface org.jboss.forge.furnace.services.Imported
-
Returns true if multiple instances of the requested type can be produced.
- isAnnotationPresent(Method, Class<? extends Annotation>) - Static method in class org.jboss.forge.furnace.util.Annotations
-
Discover if a Method m has been annotated with type.
- isAnnotationPresent(Class<?>, Class<? extends Annotation>) - Static method in class org.jboss.forge.furnace.util.Annotations
-
Discover if a Class c has been annotated with type.
- isApiCompatible(Version, Version) - Static method in class org.jboss.forge.furnace.versions.Versions
-
This method only returns true if:
- The major version of addonApiVersion is equal to the major version of runtimeVersion AND
- The minor version of addonApiVersion is less or equal to the minor version of runtimeVersion
- The addonApiVersion is null
- isCharacterLegal(char) - Method in interface org.jboss.forge.furnace.util.Strings.CharacterFilter
-
Is character legal.
- isCharacterLegal(char) - Method in class org.jboss.forge.furnace.util.Strings.CharacterFilter.WhitespaceChecker
-
- isDeployed(AddonId) - Method in interface org.jboss.forge.furnace.repositories.AddonRepository
-
- isEjbQlIdentifier(String) - Static method in class org.jboss.forge.furnace.util.Strings
-
Check whether the given String is an identifier according to the EJB-QL definition.
- isEmpty(String) - Static method in class org.jboss.forge.furnace.util.Strings
-
Check if the given string is empty.
- isEmpty() - Method in class org.jboss.forge.furnace.versions.DefaultVersionRange
-
- isEmpty() - Method in class org.jboss.forge.furnace.versions.EmptyVersionRange
-
- isEmpty() - Method in class org.jboss.forge.furnace.versions.MultipleVersionRange
-
- isEmpty() - Method in class org.jboss.forge.furnace.versions.SingleVersionRange
-
- isEmpty() - Method in interface org.jboss.forge.furnace.versions.VersionRange
-
- isEnabled(AddonId) - Method in interface org.jboss.forge.furnace.repositories.AddonRepository
-
- isExact() - Method in class org.jboss.forge.furnace.versions.DefaultVersionRange
-
- isExact() - Method in class org.jboss.forge.furnace.versions.EmptyVersionRange
-
- isExact() - Method in class org.jboss.forge.furnace.versions.MultipleVersionRange
-
- isExact() - Method in class org.jboss.forge.furnace.versions.SingleVersionRange
-
- isExact() - Method in interface org.jboss.forge.furnace.versions.VersionRange
-
- isExported() - Method in interface org.jboss.forge.furnace.addons.AddonDependency
-
- isExported() - Method in class org.jboss.forge.furnace.repositories.AddonDependencyEntry
-
Return true if this dependency is exported.
- isFailed() - Method in enum org.jboss.forge.furnace.addons.AddonStatus
-
- isImmutable() - Method in enum org.jboss.forge.furnace.repositories.AddonRepositoryMode
-
- isJavaKeyword(String) - Static method in class org.jboss.forge.furnace.util.Strings
-
Check whether the given String is a reserved Java Keyword according to the Java Language Specifications.
- isLinux() - Static method in class org.jboss.forge.furnace.util.OperatingSystemUtils
-
Return true if the host environment is Linux.
- isLoaded() - Method in enum org.jboss.forge.furnace.addons.AddonStatus
-
- isMaxInclusive() - Method in class org.jboss.forge.furnace.versions.DefaultVersionRange
-
- isMaxInclusive() - Method in class org.jboss.forge.furnace.versions.EmptyVersionRange
-
- isMaxInclusive() - Method in class org.jboss.forge.furnace.versions.MultipleVersionRange
-
- isMaxInclusive() - Method in class org.jboss.forge.furnace.versions.SingleVersionRange
-
- isMaxInclusive() - Method in interface org.jboss.forge.furnace.versions.VersionRange
-
- isMinInclusive() - Method in class org.jboss.forge.furnace.versions.DefaultVersionRange
-
- isMinInclusive() - Method in class org.jboss.forge.furnace.versions.EmptyVersionRange
-
- isMinInclusive() - Method in class org.jboss.forge.furnace.versions.MultipleVersionRange
-
- isMinInclusive() - Method in class org.jboss.forge.furnace.versions.SingleVersionRange
-
- isMinInclusive() - Method in interface org.jboss.forge.furnace.versions.VersionRange
-
- isMissing() - Method in enum org.jboss.forge.furnace.addons.AddonStatus
-
- isMutable() - Method in enum org.jboss.forge.furnace.repositories.AddonRepositoryMode
-
- isNullOrEmpty(String) - Static method in class org.jboss.forge.furnace.util.Strings
-
Check if the given string is null or empty.
- isOptional() - Method in interface org.jboss.forge.furnace.addons.AddonDependency
-
- isOptional() - Method in class org.jboss.forge.furnace.repositories.AddonDependencyEntry
-
Return true if this dependency is optional.
- isOSX() - Static method in class org.jboss.forge.furnace.util.OperatingSystemUtils
-
Return true if the host environment is OSX.
- isServerMode() - Method in interface org.jboss.forge.furnace.Furnace
-
- isSnapshot(Version) - Static method in class org.jboss.forge.furnace.versions.Versions
-
Returns if the version specified is a SNAPSHOT
- isStarted() - Method in enum org.jboss.forge.furnace.addons.AddonStatus
-
- isStarted() - Method in enum org.jboss.forge.furnace.ContainerStatus
-
- isStarting() - Method in enum org.jboss.forge.furnace.ContainerStatus
-
- isStopped() - Method in enum org.jboss.forge.furnace.ContainerStatus
-
- isTrue(boolean, String) - Static method in class org.jboss.forge.furnace.util.Assert
-
- isUnsatisfied() - Method in interface org.jboss.forge.furnace.services.Imported
-
Returns true if no instances of the requested type can be produced.
- isValidJavaIdentifier(String) - Static method in class org.jboss.forge.furnace.util.Strings
-
Check whether the given String is a valid identifier according to the Java Language specifications.
- isWindows() - Static method in class org.jboss.forge.furnace.util.OperatingSystemUtils
-
Return true if the host environment is Windows.
- SecurityActions - Class in org.jboss.forge.furnace.util
-
- selectExact(Class<T>) - Method in interface org.jboss.forge.furnace.services.Imported
-
Get a fully constructed instance of the exact requested type.
- ServiceRegistry - Interface in org.jboss.forge.furnace.spi
-
- setArgs(String[]) - Method in interface org.jboss.forge.furnace.Furnace
-
Set the arguments with which
Furnace should start.
- setContextClassLoader(ClassLoader) - Static method in class org.jboss.forge.furnace.util.SecurityActions
-
Sets context classloader.
- setPretendWindows(boolean) - Static method in class org.jboss.forge.furnace.util.OperatingSystemUtils
-
Set this utility to pretend that the current host environment is actually Windows.
- setResult(VALUETYPE) - Method in class org.jboss.forge.furnace.util.ValuedVisitor
-
Set the result value.
- Sets - Class in org.jboss.forge.furnace.util
-
Utilities for interacting with
Set instances.
- Sets() - Constructor for class org.jboss.forge.furnace.util.Sets
-
- setServerMode(boolean) - Method in interface org.jboss.forge.furnace.Furnace
-
When server mode is set to
true,
Furnace will run as a server process until explicitly
stopped.
- SingleVersion - Class in org.jboss.forge.furnace.versions
-
Default implementation of artifact versioning.
- SingleVersion(String) - Constructor for class org.jboss.forge.furnace.versions.SingleVersion
-
- SingleVersionRange - Class in org.jboss.forge.furnace.versions
-
- SingleVersionRange(Version) - Constructor for class org.jboss.forge.furnace.versions.SingleVersionRange
-
- Specialized<T> - Interface in org.jboss.forge.furnace.util
-
- split(String, String, int) - Static method in class org.jboss.forge.furnace.util.Strings
-
Split up a string into multiple strings based on a delimiter.
- split(String, String) - Static method in class org.jboss.forge.furnace.util.Strings
-
Split up a string into multiple strings based on a delimiter.
- start() - Method in interface org.jboss.forge.furnace.Furnace
-
Start this
Furnace instance and wait for completion.
- start(ClassLoader) - Method in interface org.jboss.forge.furnace.Furnace
-
Start this
Furnace instance and wait for completion, using the given
ClassLoader to load core
implementation resources.
- start(Addon) - Method in interface org.jboss.forge.furnace.lifecycle.AddonLifecycleProvider
-
- startAsync() - Method in interface org.jboss.forge.furnace.Furnace
-
- startAsync(ClassLoader) - Method in interface org.jboss.forge.furnace.Furnace
-
Start this
Furnace instance in a new background
Thread, using the given
ClassLoader to
load core implementation resources.
- stop() - Method in interface org.jboss.forge.furnace.Furnace
-
- stop(Addon) - Method in interface org.jboss.forge.furnace.lifecycle.AddonLifecycleProvider
-
- Streams - Class in org.jboss.forge.furnace.util
-
Stream utilities.
- Streams() - Constructor for class org.jboss.forge.furnace.util.Streams
-
- Strings - Class in org.jboss.forge.furnace.util
-
A collection of String utilities.
- Strings() - Constructor for class org.jboss.forge.furnace.util.Strings
-
- Strings.CharacterFilter - Interface in org.jboss.forge.furnace.util
-
- Strings.CharacterFilter.WhitespaceChecker - Class in org.jboss.forge.furnace.util
-
- Strings.CharacterFilter.WhitespaceChecker() - Constructor for class org.jboss.forge.furnace.util.Strings.CharacterFilter.WhitespaceChecker
-
- Strings.Range - Class in org.jboss.forge.furnace.util
-
Represents a range between two integers.
- Strings.Range(int, int) - Constructor for class org.jboss.forge.furnace.util.Strings.Range
-
Construct a new range.
- Strings.Range() - Constructor for class org.jboss.forge.furnace.util.Strings.Range
-
Default constructor.
- subst(StringBuffer, String, String, String) - Static method in class org.jboss.forge.furnace.util.Strings
-
Substitute sub-strings in side of a string.
- subst(String, String, String) - Static method in class org.jboss.forge.furnace.util.Strings
-
Substitute sub-strings in side of a string.
- subst(StringBuffer, String, Map<?, ?>, String, String) - Static method in class org.jboss.forge.furnace.util.Strings
-
Substitute sub-strings in side of a string.
- subst(String, Map<?, ?>, String, String) - Static method in class org.jboss.forge.furnace.util.Strings
-
Substitute sub-strings in side of a string.
- subst(StringBuffer, String, String[], char) - Static method in class org.jboss.forge.furnace.util.Strings
-
Substitute index identifiers with the replacement value from the given array for the corresponding index.
- subst(String, String[], char) - Static method in class org.jboss.forge.furnace.util.Strings
-
Substitute index identifiers with the replacement value from the given array for the corresponding index.
- subst(String, String[]) - Static method in class org.jboss.forge.furnace.util.Strings
-
Substitute index identifiers (with % for the index token) with the replacement value from the given
array for the corresponding index.
- ValuedVisitor<VALUETYPE,INPUTTYPE> - Class in org.jboss.forge.furnace.util
-
- ValuedVisitor() - Constructor for class org.jboss.forge.furnace.util.ValuedVisitor
-
- valueOf(String) - Static method in enum org.jboss.forge.furnace.addons.AddonStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.furnace.ContainerStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.furnace.lifecycle.ControlType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.furnace.lock.LockMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.furnace.repositories.AddonRepositoryMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.forge.furnace.util.WeightedComparator
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jboss.forge.furnace.addons.AddonStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.furnace.ContainerStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.furnace.lifecycle.ControlType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.furnace.lock.LockMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.furnace.repositories.AddonRepositoryMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jboss.forge.furnace.util.WeightedComparator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Version - Interface in org.jboss.forge.furnace.versions
-
Represents an
Addon version.
- VersionException - Exception in org.jboss.forge.furnace.versions
-
- VersionException(String, Throwable) - Constructor for exception org.jboss.forge.furnace.versions.VersionException
-
- VersionException(String) - Constructor for exception org.jboss.forge.furnace.versions.VersionException
-
- VersionRange - Interface in org.jboss.forge.furnace.versions
-
A range of versions to which an
Addon may be restricted when building a dependency graph.
- Versions - Class in org.jboss.forge.furnace.versions
-
Utility for interacting with
Version instances.
- Versions() - Constructor for class org.jboss.forge.furnace.versions.Versions
-
- visit(INPUTTYPE) - Method in interface org.jboss.forge.furnace.util.Visitor
-
- Visitor<INPUTTYPE> - Interface in org.jboss.forge.furnace.util
-
Visits a given input.