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

A

accept(Addon) - Method in interface org.jboss.forge.container.addons.AddonFilter
 
accept(INPUTTYPE) - Method in interface org.jboss.forge.container.util.Predicate
 
addContainerLifecycleListener(ContainerLifecycleListener) - Method in interface org.jboss.forge.container.Forge
Register a ContainerLifecycleListener instance.
Addon - Interface in org.jboss.forge.container.addons
Represents a node in the Addon dependency graph.
AddonDependency - Interface in org.jboss.forge.container.addons
An edge in the registered Addon graph.
AddonDependencyEntry - Class in org.jboss.forge.container.repositories
Represents an Addon dependency as specified in its originating AddonRepository.
AddonDependencyEntry() - Constructor for class org.jboss.forge.container.repositories.AddonDependencyEntry
 
AddonFilter - Interface in org.jboss.forge.container.addons
 
AddonId - Class in org.jboss.forge.container.addons
 
AddonId() - Constructor for class org.jboss.forge.container.addons.AddonId
 
AddonRegistry - Interface in org.jboss.forge.container.addons
Provides methods for registering, starting, stopping, and interacting with registered Addon instances.
AddonRepository - Interface in org.jboss.forge.container.repositories
Used to perform Addon installation/registration operations.
Addons - Class in org.jboss.forge.container.util
 
Addons() - Constructor for class org.jboss.forge.container.util.Addons
 
AddonStatus - Enum in org.jboss.forge.container.addons
 
afterStop(Forge) - Method in interface org.jboss.forge.container.spi.ContainerLifecycleListener
Called after Forge container stops
Assert - Class in org.jboss.forge.container.util
 
Assert() - Constructor for class org.jboss.forge.container.util.Assert
 
attribute(String, Object) - Method in class org.jboss.forge.parser.xml.Node
Add or override a named attribute.

value will be converted to String using String.valueOf(value);
attribute(String, String) - Method in class org.jboss.forge.parser.xml.Node
Add or override a named attribute.

B

beforeStart(Forge) - Method in interface org.jboss.forge.container.spi.ContainerLifecycleListener
Called before the Forge container starts
beforeStop(Forge) - Method in interface org.jboss.forge.container.spi.ContainerLifecycleListener
Called before the Forge container stops

C

call(Callable<T>) - Static method in class org.jboss.forge.container.util.Callables
Calls the Callable avoiding the checked Exception.
Callables - Class in org.jboss.forge.container.util
Utility to create and handle Callable objects
ClassLoaders - Class in org.jboss.forge.container.util
Utility class for executing fragments of code within a specific Thread.getContextClassLoader()
ClassLoaders() - Constructor for class org.jboss.forge.container.util.ClassLoaders
 
closeQuietly(Closeable) - Static method in class org.jboss.forge.container.util.Streams
Closes the resource without throwing any exception
compare(Weighted, Weighted) - Method in class org.jboss.forge.container.util.WeightedComparator
 
ContainerException - Exception in org.jboss.forge.container.exception
 
ContainerException() - Constructor for exception org.jboss.forge.container.exception.ContainerException
 
ContainerException(String, Throwable) - Constructor for exception org.jboss.forge.container.exception.ContainerException
 
ContainerException(String) - Constructor for exception org.jboss.forge.container.exception.ContainerException
 
ContainerException(Throwable) - Constructor for exception org.jboss.forge.container.exception.ContainerException
 
ContainerLifecycleListener - Interface in org.jboss.forge.container.spi
Listens for actions in a Forge container Listeners should be registered using the Service Provider mechanism
ContainerStatus - Enum in org.jboss.forge.container
The container status
containsClass(ClassLoader, Class<?>) - Static method in class org.jboss.forge.container.util.ClassLoaders
 
containsClass(ClassLoader, String) - Static method in class org.jboss.forge.container.util.ClassLoaders
 
create(AddonId) - Static method in class org.jboss.forge.container.repositories.AddonDependencyEntry
 
create(AddonId, boolean, boolean) - Static method in class org.jboss.forge.container.repositories.AddonDependencyEntry
 
createChild(String) - Method in class org.jboss.forge.parser.xml.Node
Create a new Node with given name.
createChild(Pattern...) - Method in class org.jboss.forge.parser.xml.Node
 

D

DEFAULT - Static variable in interface org.jboss.forge.container.util.Weighted
 
deploy(AddonId, List<AddonDependencyEntry>, List<File>) - Method in interface org.jboss.forge.container.repositories.MutableAddonRepository
 
disable(AddonId) - Method in interface org.jboss.forge.container.repositories.MutableAddonRepository
 

E

EmptyVersionRange - Class in org.jboss.forge.container.versions
A VersionRange that matches no possible Version instances.
EmptyVersionRange() - Constructor for class org.jboss.forge.container.versions.EmptyVersionRange
 
enable(AddonId) - Method in interface org.jboss.forge.container.repositories.MutableAddonRepository
 
equals(Object) - Method in class org.jboss.forge.container.addons.AddonId
 
equals(Object) - Method in class org.jboss.forge.container.repositories.AddonDependencyEntry
 
equals(Object) - Method in class org.jboss.forge.container.versions.SingleVersion
 
executeIn(ClassLoader, Callable<T>) - Static method in class org.jboss.forge.container.util.ClassLoaders
Execute the given Callable in the ClassLoader provided.
Exported - Annotation Type in org.jboss.forge.container.services
Specifies that the target type should be exported to dependent containers, and that it may be imported via Inject annotation.
ExportedInstance<T> - Interface in org.jboss.forge.container.services
 

F

Forge - Interface in org.jboss.forge.container
Operations for initializing, starting, interacting with, and stopping a Forge container.
from(String, String) - Static method in class org.jboss.forge.container.addons.AddonId
 
from(String, String, String) - Static method in class org.jboss.forge.container.addons.AddonId
 
fromCoordinates(String) - Static method in class org.jboss.forge.container.addons.AddonId
 
fromString(String) - Static method in class org.jboss.forge.container.util.Streams
 

G

get() - Method in interface org.jboss.forge.container.services.ExportedInstance
 
get(String) - Method in class org.jboss.forge.parser.xml.Node
Get all children with a specific name.
get(Pattern...) - Method in class org.jboss.forge.parser.xml.Node
Get all children matching the specified query.
getAddon(AddonId) - Method in interface org.jboss.forge.container.addons.AddonRegistry
Get the registered Addon for the given AddonId instance.
getAddonBaseDir(AddonId) - Method in interface org.jboss.forge.container.repositories.AddonRepository
 
getAddonDependencies(AddonId) - Method in interface org.jboss.forge.container.repositories.AddonRepository
 
getAddonDescriptor(AddonId) - Method in interface org.jboss.forge.container.repositories.AddonRepository
 
getAddonRegistry() - Method in interface org.jboss.forge.container.Forge
Get the central AddonRegistry for this Forge instance.
getAddonResources(AddonId) - Method in interface org.jboss.forge.container.repositories.AddonRepository
 
getAddons() - Method in interface org.jboss.forge.container.addons.AddonRegistry
Get all currently registered Addon instances.
getAddons(AddonFilter) - Method in interface org.jboss.forge.container.addons.AddonRegistry
Get all registered Addon instances matching the given AddonFilter.
getApiVersion() - Method in class org.jboss.forge.container.addons.AddonId
 
getAttribute(String) - Method in class org.jboss.forge.parser.xml.Node
Get a named attribute.
getAttributes() - Method in class org.jboss.forge.parser.xml.Node
Get all defined attributes for this Node in an immutable view
getChildren() - Method in class org.jboss.forge.parser.xml.Node
Get all the defined children for this node in an immutable view.
getClassLoader() - Method in interface org.jboss.forge.container.addons.Addon
Get the ClassLoader containing the resources of this Addon.
getContextClassLoader() - Static method in class org.jboss.forge.container.util.SecurityActions
Gets context classloader.
getDependencies() - Method in interface org.jboss.forge.container.addons.Addon
Get the Set of AddonDependency for this Addon (never null.)
getDependency() - Method in interface org.jboss.forge.container.addons.AddonDependency
Get the Addon dependency of the Addon returned by AddonDependency.getDependent().
getDependencyVersionRange() - Method in interface org.jboss.forge.container.addons.AddonDependency
Return the Version range in which the Addon returned by AddonDependency.getDependency() must be included.
getDependent() - Method in interface org.jboss.forge.container.addons.AddonDependency
Get the Addon dependent on the Addon returned by AddonDependency.getDependency().
getExportedInstance(Class<T>) - Method in interface org.jboss.forge.container.addons.AddonRegistry
 
getExportedInstance(String) - Method in interface org.jboss.forge.container.addons.AddonRegistry
 
getExportedInstance(Class<T>) - Method in interface org.jboss.forge.container.services.ServiceRegistry
 
getExportedInstance(String) - Method in interface org.jboss.forge.container.services.ServiceRegistry
 
getExportedInstances(Class<T>) - Method in interface org.jboss.forge.container.addons.AddonRegistry
 
getExportedInstances(String) - Method in interface org.jboss.forge.container.addons.AddonRegistry
 
getExportedInstances(Class<T>) - Method in interface org.jboss.forge.container.services.ServiceRegistry
 
getExportedInstances(String) - Method in interface org.jboss.forge.container.services.ServiceRegistry
 
getForgeHomeDir() - Static method in class org.jboss.forge.container.util.OperatingSystemUtils
 
getFuture() - Method in interface org.jboss.forge.container.addons.Addon
Return the Future representing the boot-up sequence for this Addon instance.
getId() - Method in interface org.jboss.forge.container.addons.Addon
Get the ID of this Addon.
getId() - Method in class org.jboss.forge.container.repositories.AddonDependencyEntry
 
getIntersection(VersionRange...) - Method in class org.jboss.forge.container.versions.EmptyVersionRange
 
getIntersection(VersionRange...) - Method in class org.jboss.forge.container.versions.SingleVersionRange
 
getIntersection(VersionRange...) - Method in interface org.jboss.forge.container.versions.VersionRange
Return the intersection of this VersionRange with the given VersionRange instances (never null.)
getLineSeparator() - Static method in class org.jboss.forge.container.util.OperatingSystemUtils
 
getLockManager() - Method in interface org.jboss.forge.container.Forge
Get the LockManager associated with this Forge instance
getMax() - Method in class org.jboss.forge.container.versions.EmptyVersionRange
 
getMax() - Method in class org.jboss.forge.container.versions.SingleVersionRange
 
getMax() - Method in interface org.jboss.forge.container.versions.VersionRange
Get the maximum Version (never null.)
getMin() - Method in class org.jboss.forge.container.versions.EmptyVersionRange
 
getMin() - Method in class org.jboss.forge.container.versions.SingleVersionRange
 
getMin() - Method in interface org.jboss.forge.container.versions.VersionRange
Get the minimum Version (never null.)
getName() - Method in class org.jboss.forge.container.addons.AddonId
 
getName() - Method in class org.jboss.forge.parser.xml.Node
Get the Nodes name.
getNodeName() - Method in enum org.jboss.forge.parser.xml.XMLParser.NodeType
 
getOrCreate(String) - Method in class org.jboss.forge.parser.xml.Node
Get or create a named child node.
getOrCreate(Pattern...) - Method in class org.jboss.forge.parser.xml.Node
 
getOsName() - Static method in class org.jboss.forge.container.util.OperatingSystemUtils
 
getParent() - Method in class org.jboss.forge.parser.xml.Node
Get the Nodes parent.
getRepositories() - Method in interface org.jboss.forge.container.Forge
Get the List of configured AddonRepository instances.
getRepository() - Method in interface org.jboss.forge.container.addons.Addon
Get the AddonRepository from which this Addon was loaded.
getResult() - Method in class org.jboss.forge.container.util.ValuedVisitor
Get the result value.
getRoot() - Method in class org.jboss.forge.parser.xml.Node
Obtains the root Node for this reference
getRootDirectory() - Method in interface org.jboss.forge.container.repositories.AddonRepository
 
getRuntimeClassLoader() - Method in interface org.jboss.forge.container.Forge
Get the ClassLoader from which Forge loaded its internal classes.
getServiceRegistry() - Method in interface org.jboss.forge.container.addons.Addon
Get the ServiceRegistry containing services provided by this Addon.
getServices() - Method in interface org.jboss.forge.container.services.ServiceRegistry
 
getSingle(String) - Method in class org.jboss.forge.parser.xml.Node
Get a single child node.

If multiple children are found with same name it is considered a IllegalArgumentException.
getSingle(Pattern...) - Method in class org.jboss.forge.parser.xml.Node
 
getStatus() - Method in interface org.jboss.forge.container.addons.Addon
Get the AddonStatus of this Addon.
getStatus() - Method in interface org.jboss.forge.container.Forge
Get the current status of this Forge container
getText() - Method in class org.jboss.forge.parser.xml.Node
Get the Nodes text body.
getTextValueForPatternName(String) - Method in class org.jboss.forge.parser.xml.Node
Get the text value of the element found at the given query name.
getTextValuesForPatternName(String) - Method in class org.jboss.forge.parser.xml.Node
Get the text values of all elements found at the given query name.
getUserForgeDir() - Static method in class org.jboss.forge.container.util.OperatingSystemUtils
 
getUserHomeDir() - Static method in class org.jboss.forge.container.util.OperatingSystemUtils
 
getUserHomePath() - Static method in class org.jboss.forge.container.util.OperatingSystemUtils
 
getVersion() - Method in class org.jboss.forge.container.addons.AddonId
 
getVersion() - Method in interface org.jboss.forge.container.Forge
Get the current runtime API version of Forge.
getVersionString() - Method in class org.jboss.forge.container.versions.SingleVersion
 
getVersionString() - Method in interface org.jboss.forge.container.versions.Version
Get the String representation of this Version instance.

H

handles(T) - Method in interface org.jboss.forge.container.util.Specialized
Returns true if this object is appropriate for the given payload.
hashCode() - Method in class org.jboss.forge.container.addons.AddonId
 
hashCode() - Method in class org.jboss.forge.container.repositories.AddonDependencyEntry
 
hashCode() - Method in class org.jboss.forge.container.versions.SingleVersion
 
hasResult() - Method in class org.jboss.forge.container.util.ValuedVisitor
Return true if the ValuedVisitor.getResult() is not null.
hasService(Class<?>) - Method in interface org.jboss.forge.container.services.ServiceRegistry
 
hasService(String) - Method in interface org.jboss.forge.container.services.ServiceRegistry
 
HIGH - Static variable in interface org.jboss.forge.container.util.Weighted
 

I

includes(Version) - Method in class org.jboss.forge.container.versions.EmptyVersionRange
 
includes(Version) - Method in class org.jboss.forge.container.versions.SingleVersionRange
 
includes(Version) - Method in interface org.jboss.forge.container.versions.VersionRange
Return true if this VersionRange includes the given Version.
INSTANCE - Static variable in class org.jboss.forge.container.util.WeightedComparator
 
isApiCompatible(Version, Version) - Static method in class org.jboss.forge.container.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
isComment() - Method in class org.jboss.forge.parser.xml.Node
Returns whether or not this Node represents a comment
isDeployed(AddonId) - Method in interface org.jboss.forge.container.repositories.AddonRepository
 
isEmpty() - Method in class org.jboss.forge.container.versions.EmptyVersionRange
 
isEmpty() - Method in class org.jboss.forge.container.versions.SingleVersionRange
 
isEmpty() - Method in interface org.jboss.forge.container.versions.VersionRange
Return true if this VersionRange is empty.
isEnabled(AddonId) - Method in interface org.jboss.forge.container.repositories.AddonRepository
 
isExact() - Method in class org.jboss.forge.container.versions.EmptyVersionRange
 
isExact() - Method in class org.jboss.forge.container.versions.SingleVersionRange
 
isExact() - Method in interface org.jboss.forge.container.versions.VersionRange
Return true if this VersionRange contains only one single Version.
isExported() - Method in interface org.jboss.forge.container.addons.AddonDependency
Return true if the Addon dependency returned by AddonDependency.getDependency() is exported by the dependent Addon.
isExported() - Method in class org.jboss.forge.container.repositories.AddonDependencyEntry
 
isFailed() - Method in enum org.jboss.forge.container.addons.AddonStatus
 
isLinux() - Static method in class org.jboss.forge.container.util.OperatingSystemUtils
 
isLoaded() - Method in enum org.jboss.forge.container.addons.AddonStatus
 
isMissing() - Method in enum org.jboss.forge.container.addons.AddonStatus
 
isOptional() - Method in interface org.jboss.forge.container.addons.AddonDependency
Return true if the Addon dependency returned by AddonDependency.getDependency() is an optional dependency of the dependent Addon.
isOptional() - Method in class org.jboss.forge.container.repositories.AddonDependencyEntry
 
isOSX() - Static method in class org.jboss.forge.container.util.OperatingSystemUtils
 
isRoot() - Method in class org.jboss.forge.parser.xml.Node
Returns whether or not this Node is a root
isStarted() - Method in enum org.jboss.forge.container.addons.AddonStatus
 
isStarted() - Method in enum org.jboss.forge.container.ContainerStatus
 
isStarting() - Method in enum org.jboss.forge.container.ContainerStatus
 
isStopped() - Method in enum org.jboss.forge.container.ContainerStatus
 
isTrue(boolean, String) - Static method in class org.jboss.forge.container.util.Assert
 
isWindows() - Static method in class org.jboss.forge.container.util.OperatingSystemUtils
 

L

listEnabled() - Method in interface org.jboss.forge.container.repositories.AddonRepository
 
listEnabledCompatibleWithVersion(String) - Method in interface org.jboss.forge.container.repositories.AddonRepository
 
ListenerRegistration<T> - Interface in org.jboss.forge.container.spi
Allows removal of a registered listener in the Forge container
loadClass(ClassLoader, Class<?>) - Static method in class org.jboss.forge.container.util.ClassLoaders
 
LockManager - Interface in org.jboss.forge.container.lock
An interface that provides read and write Lock instances for interacting with the underlying locking mechanism.
LockMode - Enum in org.jboss.forge.container.lock
A type-safe differentiation between read and write Lock instances.
LOW - Static variable in interface org.jboss.forge.container.util.Weighted
 

M

MEDIUM - Static variable in interface org.jboss.forge.container.util.Weighted
 
MutableAddonRepository - Interface in org.jboss.forge.container.repositories
Used to perform Addon installation/registration operations.

N

Node - Class in org.jboss.forge.parser.xml
Node is a data structure representing a container in a classic tree.
Node(String) - Constructor for class org.jboss.forge.parser.xml.Node
Creates a root Node
Node(String, Node) - Constructor for class org.jboss.forge.parser.xml.Node
Creates a Node
notNull(Object, String) - Static method in class org.jboss.forge.container.util.Assert
 

O

OperatingSystemUtils - Class in org.jboss.forge.container.util
 
OperatingSystemUtils() - Constructor for class org.jboss.forge.container.util.OperatingSystemUtils
 
org.jboss.forge.container - package org.jboss.forge.container
 
org.jboss.forge.container.addons - package org.jboss.forge.container.addons
 
org.jboss.forge.container.event - package org.jboss.forge.container.event
 
org.jboss.forge.container.exception - package org.jboss.forge.container.exception
 
org.jboss.forge.container.lock - package org.jboss.forge.container.lock
 
org.jboss.forge.container.repositories - package org.jboss.forge.container.repositories
 
org.jboss.forge.container.services - package org.jboss.forge.container.services
 
org.jboss.forge.container.spi - package org.jboss.forge.container.spi
 
org.jboss.forge.container.util - package org.jboss.forge.container.util
 
org.jboss.forge.container.versions - package org.jboss.forge.container.versions
 
org.jboss.forge.parser.xml - package org.jboss.forge.parser.xml
 

P

parse(File) - Static method in class org.jboss.forge.parser.xml.XMLParser
 
parse(byte[]) - Static method in class org.jboss.forge.parser.xml.XMLParser
 
parse(String) - Static method in class org.jboss.forge.parser.xml.XMLParser
 
parse(InputStream) - Static method in class org.jboss.forge.parser.xml.XMLParser
 
performLocked(LockMode, Callable<T>) - Method in interface org.jboss.forge.container.lock.LockManager
Perform the given Callable task after acquiring a Lock of the given LockMode type.
PostStartup - Class in org.jboss.forge.container.event
Fired by the container to signal that the current addon should begin its work.
PostStartup() - Constructor for class org.jboss.forge.container.event.PostStartup
 
Predicate<INPUTTYPE> - Interface in org.jboss.forge.container.util
Determines a true or false value for a given input.
PreShutdown - Class in org.jboss.forge.container.event
Fired before the container begins its shutdown process.
PreShutdown() - Constructor for class org.jboss.forge.container.event.PreShutdown
 
priority() - Method in interface org.jboss.forge.container.util.Weighted
 

R

release(T) - Method in interface org.jboss.forge.container.services.ExportedInstance
 
removeAttribute(String) - Method in class org.jboss.forge.parser.xml.Node
Remove a named attribute.
removeChild(Node) - Method in class org.jboss.forge.parser.xml.Node
Remove a single child from this Node
removeChild(String) - Method in class org.jboss.forge.parser.xml.Node
Remove a single child from this Node
removeChildren(String) - Method in class org.jboss.forge.parser.xml.Node
Remove all child nodes found at the given query.
removeChildren(Pattern, Pattern...) - Method in class org.jboss.forge.parser.xml.Node
Remove all child nodes found at the given Patterns.
removeListener() - Method in interface org.jboss.forge.container.spi.ListenerRegistration
 
returning(T) - Static method in class org.jboss.forge.container.util.Callables
Wrap a constant value into a Callable instance.

S

SecurityActions - Class in org.jboss.forge.container.util
 
ServiceRegistry - Interface in org.jboss.forge.container.services
Contains the collection of all installed and available ExportedInstance types.
setComment(boolean) - Method in class org.jboss.forge.parser.xml.Node
Marks this Node as a comment
setContextClassLoader(ClassLoader) - Static method in class org.jboss.forge.container.util.SecurityActions
Sets context classloader.
setPretendWindows(boolean) - Static method in class org.jboss.forge.container.util.OperatingSystemUtils
 
setRepositories(List<AddonRepository>) - Method in interface org.jboss.forge.container.Forge
Set the List of configured AddonRepository instances.
setRepositories(AddonRepository...) - Method in interface org.jboss.forge.container.Forge
Set the array of configured AddonRepository instances.
setResult(VALUETYPE) - Method in class org.jboss.forge.container.util.ValuedVisitor
Set the result value.
setServerMode(boolean) - Method in interface org.jboss.forge.container.Forge
When server mode is set to true, Forge will run as a server process until explicitly stopped.
SingleVersion - Class in org.jboss.forge.container.versions
A single, fixed value Version.
SingleVersion(String) - Constructor for class org.jboss.forge.container.versions.SingleVersion
 
SingleVersionRange - Class in org.jboss.forge.container.versions
 
SingleVersionRange(Version) - Constructor for class org.jboss.forge.container.versions.SingleVersionRange
 
Specialized<T> - Interface in org.jboss.forge.container.util
 
start(AddonId) - Method in interface org.jboss.forge.container.addons.AddonRegistry
Start the given AddonId and all its dependencies, if possible.
start() - Method in interface org.jboss.forge.container.Forge
Start this Forge instance and wait for completion.
start(ClassLoader) - Method in interface org.jboss.forge.container.Forge
Start this Forge instance and wait for completion, using the given ClassLoader to load core implementation resources.
startAsync() - Method in interface org.jboss.forge.container.Forge
Start this Forge instance in a new background Thread.
startAsync(ClassLoader) - Method in interface org.jboss.forge.container.Forge
Start this Forge instance in a new background Thread, using the given ClassLoader to load core implementation resources.
stop(Addon) - Method in interface org.jboss.forge.container.addons.AddonRegistry
Stop the given Addon that originated from this AddonRegistry.
stop() - Method in interface org.jboss.forge.container.Forge
Stop this Forge instance.
Streams - Class in org.jboss.forge.container.util
Stream utilities.
Streams() - Constructor for class org.jboss.forge.container.util.Streams
 

T

text(Object) - Method in class org.jboss.forge.parser.xml.Node
Set the Nodes text body.

text will be converted to String using String.valueOf(text);
text(String) - Method in class org.jboss.forge.parser.xml.Node
Set the Nodes text body.
toCoordinates() - Method in class org.jboss.forge.container.addons.AddonId
The name and version, comma separated.
toString() - Method in class org.jboss.forge.container.addons.AddonId
 
toString() - Method in class org.jboss.forge.container.repositories.AddonDependencyEntry
 
toString(InputStream) - Static method in class org.jboss.forge.container.util.Streams
Return a String containing the contents of the given InputStream
toString() - Method in class org.jboss.forge.container.versions.SingleVersion
 
toString() - Method in class org.jboss.forge.parser.xml.Node
toString(boolean) - Method in class org.jboss.forge.parser.xml.Node
Returns a multiline String format of this Node and all children
toXMLByteArray(Node) - Static method in class org.jboss.forge.parser.xml.XMLParser
 
toXMLInputStream(Node) - Static method in class org.jboss.forge.parser.xml.XMLParser
 
toXMLString(Node) - Static method in class org.jboss.forge.parser.xml.XMLParser
 

U

undeploy(AddonId) - Method in interface org.jboss.forge.container.repositories.MutableAddonRepository
 

V

ValuedVisitor<VALUETYPE,INPUTTYPE> - Class in org.jboss.forge.container.util
 
ValuedVisitor() - Constructor for class org.jboss.forge.container.util.ValuedVisitor
 
valueOf(String) - Static method in enum org.jboss.forge.container.addons.AddonStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.forge.container.ContainerStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.forge.container.lock.LockMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.forge.parser.xml.XMLParser.NodeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.forge.container.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.container.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.container.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.parser.xml.XMLParser.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Interface in org.jboss.forge.container.versions
Represents an Addon version.
VersionRange - Interface in org.jboss.forge.container.versions
A range of versions to which an Addon may be restricted when building a dependency graph.
Versions - Class in org.jboss.forge.container.versions
Utility for interacting with Version instances.
Versions() - Constructor for class org.jboss.forge.container.versions.Versions
 
visit(INPUTTYPE) - Method in interface org.jboss.forge.container.util.Visitor
 
Visitor<INPUTTYPE> - Interface in org.jboss.forge.container.util
Visits a given input.

W

waitUntilStarted(Addon) - Static method in class org.jboss.forge.container.util.Addons
 
waitUntilStarted(Addon, int, TimeUnit) - Static method in class org.jboss.forge.container.util.Addons
 
waitUntilStopped(Addon) - Static method in class org.jboss.forge.container.util.Addons
 
waitUntilStopped(Addon, int, TimeUnit) - Static method in class org.jboss.forge.container.util.Addons
 
Weighted - Interface in org.jboss.forge.container.util
Defines a class as having a weight for ordering.
WeightedComparator - Class in org.jboss.forge.container.util
Compares Weighted objects.
write(InputStream, OutputStream) - Static method in class org.jboss.forge.container.util.Streams
 

X

XMLParser - Class in org.jboss.forge.parser.xml
 
XMLParser() - Constructor for class org.jboss.forge.parser.xml.XMLParser
 
XMLParser.NodeType - Enum in org.jboss.forge.parser.xml
 
XMLParserException - Exception in org.jboss.forge.parser.xml
 
XMLParserException() - Constructor for exception org.jboss.forge.parser.xml.XMLParserException
 
XMLParserException(String, Throwable) - Constructor for exception org.jboss.forge.parser.xml.XMLParserException
 
XMLParserException(String) - Constructor for exception org.jboss.forge.parser.xml.XMLParserException
 
XMLParserException(Throwable) - Constructor for exception org.jboss.forge.parser.xml.XMLParserException
 

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

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.