Skip navigation links
WildFly Swarm: SPI 2016.12.1
A B C D E F G H I J K L M N O P R S T U V W 

A

addAllDependencies() - Method in interface org.wildfly.swarm.spi.api.DependenciesContainer
Add all application dependencies to this deployment.
addAllDependencies(boolean) - Method in interface org.wildfly.swarm.spi.api.DependenciesContainer
 
addDependency(String) - Method in interface org.wildfly.swarm.spi.api.DependenciesContainer
Add a single Maven dependency into the Archive.
addMarker(String) - Method in interface org.wildfly.swarm.spi.api.MarkerContainer
 
addModule(String) - Method in class org.wildfly.swarm.spi.api.JBossDeploymentStructureAsset
 
addModule(String, String) - Method in class org.wildfly.swarm.spi.api.JBossDeploymentStructureAsset
 
addModule(String) - Method in interface org.wildfly.swarm.spi.api.JBossDeploymentStructureContainer
Add a dependency on a given module, presuming the main slot.
addModule(String, String) - Method in interface org.wildfly.swarm.spi.api.JBossDeploymentStructureContainer
Add a dependency on a given module, with the specified slot.
AJP_PORT - Static variable in interface org.wildfly.swarm.spi.api.SwarmProperties
Sets the AJP port to be used, defaults to 8009
allArtifacts() - Method in interface org.wildfly.swarm.spi.api.ArtifactLookup
Retrieve all dependency artifacts for the user's project.
allArtifacts(String...) - Method in interface org.wildfly.swarm.spi.api.ArtifactLookup
 
APP_ARTIFACT - Static variable in class org.wildfly.swarm.spi.api.DefaultDeploymentFactory
 
APP_NAME - Static variable in class org.wildfly.swarm.spi.api.DefaultDeploymentFactory
 
APP_PATH - Static variable in class org.wildfly.swarm.spi.api.DefaultDeploymentFactory
 
applyDefaults() - Method in interface org.wildfly.swarm.spi.api.Fraction
Apply whatever defaults are required if this fraction was not explicitly configured by a user.
ArchiveMetadataProcessor - Interface in org.wildfly.swarm.spi.api
Deployment processor capable of inspecting the Jandex metadata of an archive.
ArchivePreparer - Interface in org.wildfly.swarm.spi.api
General deployment processor.
ARQUILLIAN_DAEMON_PORT - Static variable in interface org.wildfly.swarm.spi.api.SwarmProperties
Port number for Swarm's Arquillian Daemon.
artifact(String) - Method in interface org.wildfly.swarm.spi.api.ArtifactLookup
Retrieve an artifact that was part of the original build using a full or simplified Maven GAV specifier.
artifact(String, String) - Method in interface org.wildfly.swarm.spi.api.ArtifactLookup
Retrieve an artifact that was part of the original build using a full or simplified Maven GAV specifier, returning an archive with a specified name.
ArtifactLookup - Interface in org.wildfly.swarm.spi.api
Manager capable of locating artifacts from the application build.
as(Class<N>) - Method in class org.wildfly.swarm.spi.api.StageConfig.Builder
 
as(Class<N>, StageConfig.Converter<T>) - Method in class org.wildfly.swarm.spi.api.StageConfig.Builder
 
as(Class<N>) - Method in interface org.wildfly.swarm.spi.api.StageConfig.Resolver
Retrieve a resolver capable of coercing to another simple type.
as(Class<N>, StageConfig.Converter<T>) - Method in interface org.wildfly.swarm.spi.api.StageConfig.Resolver
Retrieve a resolver capable of coering to another type.

B

BIND_ADDRESS - Static variable in interface org.wildfly.swarm.spi.api.SwarmProperties
Interface to bind servers, defaults to 0.0.0.0
bool(boolean) - Static method in class org.wildfly.swarm.spi.api.Defaultable
 
bool(Supplier<Boolean>) - Static method in class org.wildfly.swarm.spi.api.Defaultable
 
BUILD_MODULES - Static variable in interface org.wildfly.swarm.spi.api.internal.SwarmInternalProperties
 
BUILD_REPOS - Static variable in interface org.wildfly.swarm.spi.api.internal.SwarmInternalProperties
 
Builder(String) - Constructor for class org.wildfly.swarm.spi.api.StageConfig.Builder
 

C

ClassLoading - Interface in org.wildfly.swarm.spi.api
Utility to execute code within a context using a particular ClassLoader as the thread-context-classloader.
Configurable - Annotation Type in org.wildfly.swarm.spi.api.annotations
A group of configuration properties.
Configurable.Literal - Class in org.wildfly.swarm.spi.api.annotations
 
ConfigurationValue - Annotation Type in org.wildfly.swarm.spi.runtime.annotations
Provides for simple runtime configuration of a Fraction.
ConfigurationValue.Literal - Class in org.wildfly.swarm.spi.runtime.annotations
 
configure() - Method in interface org.wildfly.swarm.spi.api.UserSpaceExtensionFactory
Perform whatever is necessary to configure the user-space factory.
CONTEXT_PATH - Static variable in interface org.wildfly.swarm.spi.api.SwarmProperties
The context path to be used, defaults to /
convert(String) - Method in interface org.wildfly.swarm.spi.api.StageConfig.Converter
 
convertSeparators(Path) - Method in class org.wildfly.swarm.spi.api.DefaultDeploymentFactory
 
create() - Method in class org.wildfly.swarm.spi.api.DefaultDeploymentFactory
 
CURRENT_DEPLOYMENT - Static variable in interface org.wildfly.swarm.spi.api.internal.SwarmInternalProperties
 
customize() - Method in interface org.wildfly.swarm.spi.api.Customizer
Perform customization.
Customizer - Interface in org.wildfly.swarm.spi.api
A CDI component which may customize the fraction configuration.

D

DEBUG_BOOTSTRAP - Static variable in interface org.wildfly.swarm.spi.api.SwarmProperties
If provided, the swarm container will log bootstrap information
DEBUG_PORT - Static variable in interface org.wildfly.swarm.spi.api.SwarmProperties
If provided, the swarm process will pause for debugging on the given port.
Defaultable<T> - Class in org.wildfly.swarm.spi.api
 
DefaultDeploymentFactory - Class in org.wildfly.swarm.spi.api
Abstract factory for creating default deployments automatically.
DefaultDeploymentFactory() - Constructor for class org.wildfly.swarm.spi.api.DefaultDeploymentFactory
 
defaultInterface() - Method in class org.wildfly.swarm.spi.api.SocketBindingGroup
Retrieve the name of the default interface.
defaultValue() - Method in class org.wildfly.swarm.spi.api.Defaultable
Retrieve the default value, if any.
DependenciesContainer<T extends org.jboss.shrinkwrap.api.Archive<T>> - Interface in org.wildfly.swarm.spi.api
Archive mix-in capable of supporting addAllDependencies
DEPLOYMENT_TIMEOUT - Static variable in interface org.wildfly.swarm.spi.api.SwarmProperties
Timeout, in seconds, to wait for a deployment to occur, defaults to 300
deploymentExclusions() - Method in class org.wildfly.swarm.spi.api.JBossDeploymentStructureAsset
 
DeploymentModule - Annotation Type in org.wildfly.swarm.spi.api.annotations
Provides for simple runtime configuration of a Fraction.
DeploymentModule.MetaInfDisposition - Enum in org.wildfly.swarm.spi.api.annotations
 
DeploymentModules - Annotation Type in org.wildfly.swarm.spi.api.annotations
Provides for simple runtime configuration of a Fraction.
deploymentModules() - Method in class org.wildfly.swarm.spi.api.JBossDeploymentStructureAsset
 
determineName(String) - Static method in class org.wildfly.swarm.spi.api.DefaultDeploymentFactory
 

E

Environment - Class in org.wildfly.swarm.spi.api
Utility to determine what sort of environment the application is running within.
Environment() - Constructor for class org.wildfly.swarm.spi.api.Environment
 
ENVIRONMENT - Static variable in interface org.wildfly.swarm.spi.api.SwarmProperties
The environment this process is running on (eg.
excludeModule(String) - Method in class org.wildfly.swarm.spi.api.JBossDeploymentStructureAsset
 
excludeModule(String, String) - Method in class org.wildfly.swarm.spi.api.JBossDeploymentStructureAsset
 
excludeModule(String) - Method in interface org.wildfly.swarm.spi.api.JBossDeploymentStructureContainer
Exclude a module dependency, presuming the main slot.
excludeModule(String, String) - Method in interface org.wildfly.swarm.spi.api.JBossDeploymentStructureContainer
Exclude a module dependency, with the specified slot.
explicit() - Method in class org.wildfly.swarm.spi.api.Defaultable
Retrieve a standard Optional containing the explicit value, if any.
explicitOrElseGet(Supplier<? extends T>) - Method in class org.wildfly.swarm.spi.api.Defaultable
Retrieve the explicit value if present, otherwise return the value supplied by the Supplier parameter.
explicitValue() - Method in class org.wildfly.swarm.spi.api.Defaultable
Retrieve the explicitly set value, if any.
export() - Method in class org.wildfly.swarm.spi.api.Module
Determine if this module should be exported.
EXPORT_DEPLOYMENT - Static variable in interface org.wildfly.swarm.spi.api.SwarmProperties
Causes a deployed artifact to be dumped to disk when swarm starts, for debugging.
EXPORT_UBERJAR - Static variable in interface org.wildfly.swarm.spi.api.internal.SwarmInternalProperties
 
exportExcludePaths() - Method in class org.wildfly.swarm.spi.api.Module
Retrieve the list of paths excluded from exportation from this module.
exportIncludePaths() - Method in class org.wildfly.swarm.spi.api.Module
Retrieve this list of paths exported from this module.

F

Fraction<T extends Fraction> - Interface in org.wildfly.swarm.spi.api
Root of a tree of configuration for a particular subset of functionality.

G

get() - Static method in interface org.wildfly.swarm.spi.api.ArtifactLookup
 
get() - Method in class org.wildfly.swarm.spi.api.Defaultable
Retrieve the value, regardless of it's origin.
get(Supplier<? extends T>) - Method in class org.wildfly.swarm.spi.api.Defaultable
Retrieve the explicit value if present, followed in precedence by whatever value, if not-null supplied by the preferred parameter, followed by the default if all previous options were null.
getDescriptorAsset() - Method in interface org.wildfly.swarm.spi.api.JBossDeploymentStructureContainer
Retrieve the underlying jboss-deployment-structure.xml descriptor asset.
getKey() - Method in class org.wildfly.swarm.spi.api.StageConfig.Builder
 
getKey() - Method in interface org.wildfly.swarm.spi.api.StageConfig.Resolver
Retrieve the key of the configuration item.
getName() - Method in interface org.wildfly.swarm.spi.api.ProjectStage
 
getName() - Method in class org.wildfly.swarm.spi.api.StageConfig
Retrieve the name of this stage.
getPriority() - Method in class org.wildfly.swarm.spi.api.DefaultDeploymentFactory
 
getProperties() - Method in interface org.wildfly.swarm.spi.api.ProjectStage
 
getType() - Method in class org.wildfly.swarm.spi.api.DefaultDeploymentFactory
 
getValue() - Method in class org.wildfly.swarm.spi.api.StageConfig.Builder
 
getValue() - Method in interface org.wildfly.swarm.spi.api.StageConfig.Resolver
Retrieve the coerced value.

H

hasKeyOrSubkeys(String) - Method in class org.wildfly.swarm.spi.api.StageConfig
Determine if the specified key or any sub-keys exists.
hasMarker(String) - Method in interface org.wildfly.swarm.spi.api.MarkerContainer
 
hasValue() - Method in class org.wildfly.swarm.spi.api.StageConfig.Builder
 
hasValue() - Method in interface org.wildfly.swarm.spi.api.StageConfig.Resolver
Determine if there is any value set.
HTTP_EAGER - Static variable in interface org.wildfly.swarm.spi.api.SwarmProperties
Since introducing the delayed open HTTP listeners, it has been determined that maybe it'd be useful to be able to eagerly open the listeners through usage of a property.
HTTP_PORT - Static variable in interface org.wildfly.swarm.spi.api.SwarmProperties
Sets the HTTP port to be used, defaults to 8080
HTTPS_GENERATE_SELF_SIGNED_CERTIFICATE - Static variable in interface org.wildfly.swarm.spi.api.SwarmProperties
If true, generates a self-signed certificate for development purposes
HTTPS_GENERATE_SELF_SIGNED_CERTIFICATE_HOST - Static variable in interface org.wildfly.swarm.spi.api.SwarmProperties
The host used in the self-signed certificate if SwarmProperties.HTTPS_GENERATE_SELF_SIGNED_CERTIFICATE is true Defaults to localhost
HTTPS_PORT - Static variable in interface org.wildfly.swarm.spi.api.SwarmProperties
Sets the HTTPS port to be used, defaults to 8443

I

ifAllExplicitlySet(Defaultable<?>...) - Static method in class org.wildfly.swarm.spi.api.Defaultable
Create a Boolean configuration that has a default value of true if all arguments have been explicitly set to non-default values.
ifAnyExplicitlySet(Defaultable<?>...) - Static method in class org.wildfly.swarm.spi.api.Defaultable
Create a Boolean configuration that has a default value of true if any arguments have been explicitly set to non-default values.
ifDefault(Consumer<? super T>) - Method in class org.wildfly.swarm.spi.api.Defaultable
If (and only if) only a default value is present (without an explicit value), invoke the supplied consumer with it.
ifExplicit(Consumer<? super T>) - Method in class org.wildfly.swarm.spi.api.Defaultable
If (and only if) an explicit value is present, invoke the supplied consumer with it
ifPresent(Consumer<? super T>) - Method in class org.wildfly.swarm.spi.api.Defaultable
If a default or explicit value is present, invoke the supplied consumer with it.
Ignorable - Annotation Type in org.wildfly.swarm.spi.api.annotations
Provides for simple runtime configuration of a Fraction.
importExcludePaths() - Method in class org.wildfly.swarm.spi.api.Module
Retreive the list of paths excluded from importation from this module.
importIncludePaths() - Method in class org.wildfly.swarm.spi.api.Module
Retrieve the list of paths imported from this module.
INSTANCE - Static variable in class org.wildfly.swarm.spi.api.annotations.Configurable.Literal
 
INSTANCE - Static variable in interface org.wildfly.swarm.spi.api.ArtifactLookup
 
INSTANCE - Static variable in class org.wildfly.swarm.spi.runtime.annotations.ConfigurationValue.Literal
 
integer(int) - Static method in class org.wildfly.swarm.spi.api.Defaultable
 
integer(Supplier<Integer>) - Static method in class org.wildfly.swarm.spi.api.Defaultable
 
isDefault() - Method in class org.wildfly.swarm.spi.api.Defaultable
Determine if the value that would be provided (even if null) is the default value or not.
isExplicit() - Method in class org.wildfly.swarm.spi.api.Defaultable
Determine if the value that would be provided is explicitly set or not.
isExplicitPresent(Supplier<T>) - Method in class org.wildfly.swarm.spi.api.Defaultable
Determine if either an explicit value is set of the supplied other Supplier parameter returns non-null.
isPresent() - Method in class org.wildfly.swarm.spi.api.Defaultable
Determine if any value (default or explicit) is present.

J

JARArchive - Interface in org.wildfly.swarm.spi.api
An improvement of the ShrinkWrap JavaArchive.
JBossDeploymentStructureAsset - Class in org.wildfly.swarm.spi.api
 
JBossDeploymentStructureAsset() - Constructor for class org.wildfly.swarm.spi.api.JBossDeploymentStructureAsset
 
JBossDeploymentStructureAsset(InputStream) - Constructor for class org.wildfly.swarm.spi.api.JBossDeploymentStructureAsset
 
JBossDeploymentStructureContainer<T extends org.jboss.shrinkwrap.api.Archive<T>> - Interface in org.wildfly.swarm.spi.api
An archive mix-in capable of adding JBoss Module dependencies.

K

keys() - Method in class org.wildfly.swarm.spi.api.StageConfig
Retrieve the set of explicit keys in the stage.

L

Literal() - Constructor for class org.wildfly.swarm.spi.api.annotations.Configurable.Literal
 
Literal() - Constructor for class org.wildfly.swarm.spi.runtime.annotations.ConfigurationValue.Literal
 

M

MarkerContainer<T extends org.jboss.shrinkwrap.api.Archive<T>> - Interface in org.wildfly.swarm.spi.api
Utility to track internal markers regarding operations performed upon archives.
MarshalDMR - Annotation Type in org.wildfly.swarm.spi.api.annotations
Provides for simple runtime configuration of a Fraction.
metaInf() - Method in class org.wildfly.swarm.spi.api.Module
Retrieve the meta-inf disposition.
Module - Class in org.wildfly.swarm.spi.api
JBoss Modules module descriptor.
Module.ServiceHandling - Enum in org.wildfly.swarm.spi.api
 
multicastAddress(String) - Method in class org.wildfly.swarm.spi.api.SocketBinding
Set the multicast address or expression.
multicastAddress() - Method in class org.wildfly.swarm.spi.api.SocketBinding
Retrieve the multicast address or expression.
multicastPort(int) - Method in class org.wildfly.swarm.spi.api.SocketBinding
Set the multicast port.
multicastPort(String) - Method in class org.wildfly.swarm.spi.api.SocketBinding
Set the multicast port expression.
multicastPortExpression() - Method in class org.wildfly.swarm.spi.api.SocketBinding
Retrieve the multicast port expression.

N

name() - Method in class org.wildfly.swarm.spi.api.Module
The name of the module.
name() - Method in class org.wildfly.swarm.spi.api.OutboundSocketBinding
Retrieve the name of the binding.
name() - Method in class org.wildfly.swarm.spi.api.SocketBinding
Retrieve the name of the binding.
name() - Method in class org.wildfly.swarm.spi.api.SocketBindingGroup
Retrieve the name of this group.
NODE_ID - Static variable in interface org.wildfly.swarm.spi.api.internal.SwarmInternalProperties
 

O

openshift() - Static method in class org.wildfly.swarm.spi.api.Environment
 
openStream() - Method in class org.wildfly.swarm.spi.api.JBossDeploymentStructureAsset
 
optional() - Method in class org.wildfly.swarm.spi.api.Module
Determine if this module is considered optional.
orElse(T) - Method in class org.wildfly.swarm.spi.api.Defaultable
Retrieve the value (default or explicit) if present, otherwise the provided value parameter.
orElseGet(Supplier<? extends T>) - Method in class org.wildfly.swarm.spi.api.Defaultable
Retrieve the value (default or explicit) if present, otherwise return the value supplied by the Supplier parameter.
org.wildfly.swarm.spi.api - package org.wildfly.swarm.spi.api
 
org.wildfly.swarm.spi.api.annotations - package org.wildfly.swarm.spi.api.annotations
 
org.wildfly.swarm.spi.api.internal - package org.wildfly.swarm.spi.api.internal
 
org.wildfly.swarm.spi.runtime.annotations - package org.wildfly.swarm.spi.runtime.annotations
 
OutboundSocketBinding - Class in org.wildfly.swarm.spi.api
An outbound socket-binding.
OutboundSocketBinding(String) - Constructor for class org.wildfly.swarm.spi.api.OutboundSocketBinding
Construct a new outbound binding.
outboundSocketBinding(OutboundSocketBinding) - Method in class org.wildfly.swarm.spi.api.SocketBindingGroup
Add an outbound socket-binding to this group.
outboundSocketBindings() - Method in class org.wildfly.swarm.spi.api.SocketBindingGroup
Retrieve all outbound socket-bindings attached to this group.

P

PATH_MARKERS - Static variable in interface org.wildfly.swarm.spi.api.MarkerContainer
 
port(int) - Method in class org.wildfly.swarm.spi.api.SocketBinding
Set the port.
port(String) - Method in class org.wildfly.swarm.spi.api.SocketBinding
Set the port expression
PORT_OFFSET - Static variable in interface org.wildfly.swarm.spi.api.SwarmProperties
Sets a global port adjustment, defaults to 0
portExpression() - Method in class org.wildfly.swarm.spi.api.SocketBinding
Retrieve the port expression.
portOffsetExpression() - Method in class org.wildfly.swarm.spi.api.SocketBindingGroup
Retrieve the port-offset expression.
Post - Annotation Type in org.wildfly.swarm.spi.runtime.annotations
Qualifier attached to a Customizer to assist in ordering.
Pre - Annotation Type in org.wildfly.swarm.spi.runtime.annotations
Qualifier attached to a Customizer to assist in ordering.
prepareArchive(Archive<?>) - Method in interface org.wildfly.swarm.spi.api.ArchivePreparer
 
PRIMARY_JBOSS_DEPLOYMENT_DESCRIPTOR_PATH - Static variable in interface org.wildfly.swarm.spi.api.JBossDeploymentStructureContainer
 
processArchive(Archive<?>, Index) - Method in interface org.wildfly.swarm.spi.api.ArchiveMetadataProcessor
 
PROJECT_STAGE - Static variable in interface org.wildfly.swarm.spi.api.SwarmProperties
Activates a stage in project-stages.yml
PROJECT_STAGE_FILE - Static variable in interface org.wildfly.swarm.spi.api.SwarmProperties
A URL spec reference to a project stage file
ProjectStage - Interface in org.wildfly.swarm.spi.api
 
propertyVar(String) - Static method in interface org.wildfly.swarm.spi.api.SwarmProperties
Formats a property as ${property}
propertyVar(String, String) - Static method in interface org.wildfly.swarm.spi.api.SwarmProperties
Formats a property as ${property:defaultValue}

R

remoteHost(String) - Method in class org.wildfly.swarm.spi.api.OutboundSocketBinding
Set the remote-host name or expression.
remoteHostExpression() - Method in class org.wildfly.swarm.spi.api.OutboundSocketBinding
Retrieve the remote-host name or expression.
remotePort(int) - Method in class org.wildfly.swarm.spi.api.OutboundSocketBinding
Set the remote port.
remotePort(String) - Method in class org.wildfly.swarm.spi.api.OutboundSocketBinding
Set the remote port expression
remotePortExpression() - Method in class org.wildfly.swarm.spi.api.OutboundSocketBinding
Retrieve the remote port expression.
resolve(String) - Method in class org.wildfly.swarm.spi.api.StageConfig
Obtain a resolver for a given configuration item name.

S

SECONDARY_JBOSS_DEPLOYMENT_DESCRIPTOR_PATH - Static variable in interface org.wildfly.swarm.spi.api.JBossDeploymentStructureContainer
 
services() - Method in class org.wildfly.swarm.spi.api.Module
Retrieve the services flag.
set(T) - Method in class org.wildfly.swarm.spi.api.Defaultable
Explicitly set a value.
setup(Archive<?>) - Method in class org.wildfly.swarm.spi.api.DefaultDeploymentFactory
 
setupUsingAppArtifact(Archive<?>) - Method in class org.wildfly.swarm.spi.api.DefaultDeploymentFactory
 
setupUsingAppPath(Archive<?>) - Method in class org.wildfly.swarm.spi.api.DefaultDeploymentFactory
 
setupUsingMaven(Archive<?>) - Method in class org.wildfly.swarm.spi.api.DefaultDeploymentFactory
 
simpleName() - Method in class org.wildfly.swarm.spi.api.annotations.Configurable.Literal
 
simpleSubkeys(String) - Method in class org.wildfly.swarm.spi.api.StageConfig
Retrieve the set of sub-keys that are immediately underneath the specified prefix.
slot() - Method in class org.wildfly.swarm.spi.api.Module
The slot of the module.
SocketBinding - Class in org.wildfly.swarm.spi.api
An inbound socket-binding.
SocketBinding(String) - Constructor for class org.wildfly.swarm.spi.api.SocketBinding
Construct a new socket-binding.
socketBinding(SocketBinding) - Method in class org.wildfly.swarm.spi.api.SocketBindingGroup
Add a socket-binding to this group.
socketBinding(String) - Method in class org.wildfly.swarm.spi.api.SocketBindingGroup
Retrieve a socket-binding by name.
SocketBindingGroup - Class in org.wildfly.swarm.spi.api
A group of inbound and outbound socket-bindings.
SocketBindingGroup(String, String, String) - Constructor for class org.wildfly.swarm.spi.api.SocketBindingGroup
Create a new socket-binding group.
socketBindings() - Method in class org.wildfly.swarm.spi.api.SocketBindingGroup
Retrieve all socket-bindings attached to this group.
StageConfig - Class in org.wildfly.swarm.spi.api
Handle to stage-centric configuration items.
StageConfig(ProjectStage) - Constructor for class org.wildfly.swarm.spi.api.StageConfig
 
StageConfig.Builder<T> - Class in org.wildfly.swarm.spi.api
 
StageConfig.Converter<T> - Interface in org.wildfly.swarm.spi.api
Converter capable of converting a native String value to a specific type.
StageConfig.Resolver<T> - Interface in org.wildfly.swarm.spi.api
Coercing resolver for a given configuration item.
string(String) - Static method in class org.wildfly.swarm.spi.api.Defaultable
 
string(Supplier<String>) - Static method in class org.wildfly.swarm.spi.api.Defaultable
 
SwarmInternalProperties - Interface in org.wildfly.swarm.spi.api.internal
Defines a set of properties used internally by WildFly Swarm.
SwarmProperties - Interface in org.wildfly.swarm.spi.api
This class defines all system properties used by Swarm

T

type() - Method in class org.wildfly.swarm.spi.api.Defaultable
 

U

url(URL) - Static method in class org.wildfly.swarm.spi.api.Defaultable
 
url(Supplier<URL>) - Static method in class org.wildfly.swarm.spi.api.Defaultable
 
UserSpaceExtensionFactory - Interface in org.wildfly.swarm.spi.api
Hook point to allow user-space (deployment) extensions for CDIi runtimes.

V

value() - Method in class org.wildfly.swarm.spi.api.annotations.Configurable.Literal
 
value() - Method in enum org.wildfly.swarm.spi.api.Module.ServiceHandling
 
value() - Method in class org.wildfly.swarm.spi.runtime.annotations.ConfigurationValue.Literal
 
valueOf(String) - Static method in enum org.wildfly.swarm.spi.api.annotations.DeploymentModule.MetaInfDisposition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.swarm.spi.api.Module.ServiceHandling
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wildfly.swarm.spi.api.annotations.DeploymentModule.MetaInfDisposition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.swarm.spi.api.Module.ServiceHandling
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in interface org.wildfly.swarm.spi.api.internal.SwarmInternalProperties
 

W

WildFlyExtension - Annotation Type in org.wildfly.swarm.spi.api.annotations
Provides for simple runtime configuration of a Fraction.
WildFlySubsystem - Annotation Type in org.wildfly.swarm.spi.api.annotations
Provides for simple runtime configuration of a Fraction.
withDefault(T) - Method in class org.wildfly.swarm.spi.api.StageConfig.Builder
 
withDefault(T) - Method in interface org.wildfly.swarm.spi.api.StageConfig.Resolver
Provide a default value to be provided in the case no value is currently bound.
withExport(Boolean) - Method in class org.wildfly.swarm.spi.api.Module
Set the flag to determine if this module should be exported.
withExportExcludePath(String) - Method in class org.wildfly.swarm.spi.api.Module
Add a path to exclude from exporting from this module.
withExportIncludePath(String) - Method in class org.wildfly.swarm.spi.api.Module
Add a path to export from this module.
withImportExcludePath(String) - Method in class org.wildfly.swarm.spi.api.Module
Add a path to exclude from importing from this module.
withImportIncludePath(String) - Method in class org.wildfly.swarm.spi.api.Module
Add a path to import from this module.
withMetaInf(String) - Method in class org.wildfly.swarm.spi.api.Module
Set the meta-inf disposition.
withOptional(Boolean) - Method in class org.wildfly.swarm.spi.api.Module
Set the optional flag.
withServices(Module.ServiceHandling) - Method in class org.wildfly.swarm.spi.api.Module
Set the services flag.
withTCCL(ClassLoader, Callable<T>) - Static method in interface org.wildfly.swarm.spi.api.ClassLoading
With a given ClassLoader, execute an action with that classloader as the TCCL.
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links
WildFly Swarm: SPI 2016.12.1

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