Index
All Classes and Interfaces|All Packages
A
- addAsset(Asset, String) - Method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Adds an asset to the module library.
- addClass(Class<?>) - Method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Adds a class to the module to be generated.
- addClasses(Class<?>...) - Method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Adds the classes to the module to be generated.
- addDependencies(String...) - Method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Adds the dependencies for the module.xml file.
- addDependencies(Collection<ModuleDependency>) - Method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Adds the dependencies for the module.xml file.
- addDependencies(ModuleDependency...) - Method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Adds the dependencies for the module.xml file.
- addDependency(String) - Method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Adds a dependency for the module.xml file.
- addDependency(ModuleDependency) - Method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Adds a dependency for the module.xml file.
- addExportFilter(String, boolean) - Method in class org.wildfly.testing.tools.modules.ModuleDependency.Builder
-
Adds an export filter for the dependency.
- addExportFilter(ModuleDependency.Filter) - Method in class org.wildfly.testing.tools.modules.ModuleDependency.Builder
-
Adds an export filter for the dependency.
- addExportFilters(Collection<ModuleDependency.Filter>) - Method in class org.wildfly.testing.tools.modules.ModuleDependency.Builder
-
Adds the filters as export filters for the dependency.
- addExportFilters(ModuleDependency.Filter...) - Method in class org.wildfly.testing.tools.modules.ModuleDependency.Builder
-
Adds the filters as export filters for the dependency.
- addImportFilter(String, boolean) - Method in class org.wildfly.testing.tools.modules.ModuleDependency.Builder
-
Adds an import filter for the dependency.
- addImportFilter(ModuleDependency.Filter) - Method in class org.wildfly.testing.tools.modules.ModuleDependency.Builder
-
Adds an import filter for the dependency.
- addImportFilters(Collection<ModuleDependency.Filter>) - Method in class org.wildfly.testing.tools.modules.ModuleDependency.Builder
-
Adds the filters as import filters for the dependency.
- addImportFilters(ModuleDependency.Filter...) - Method in class org.wildfly.testing.tools.modules.ModuleDependency.Builder
-
Adds the filters as import filters for the dependency.
- addJBossDeploymentStructure(T, Set<String>, Set<String>) - Static method in class org.wildfly.testing.tools.deployments.DeploymentDescriptors
-
Adds a
jboss-deployment-structure.xmlfile to a deployment with optional dependency additions or exclusions. - addManifestResource(Asset, String) - Method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Adds a manifest resource,
META-INF, inside the module JAR. - addModuleFilePermission(String...) - Static method in class org.wildfly.testing.tools.deployments.DeploymentDescriptors
-
This should only be used as a workaround for issues with API's where something like a
ServiceLoaderneeds access to an implementation. - addPackage(Package) - Method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Adds all the classes in the package to the generated module.
- addPackage(String) - Method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Adds all the classes in the package to the generated module.
- addResource(JavaArchive) - Method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Adds another resource root library to the module.
- addResourcePath(String) - Method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Adds a resource path to be added to the root resource.
- addResourcePaths(String...) - Method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Adds the resource paths to be added to the root resource.
- addResourcePaths(Set<String>) - Method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Adds the resource paths to be added to the root resource.
- addResources(Collection<JavaArchive>) - Method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Adds more resource root libraries to the module.
- addResources(JavaArchive...) - Method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Adds more resource root libraries to the module.
- addServiceProvider(Class<?>, Class<?>...) - Method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Creates a
META-INF/servicesfile for the interface with the implementations provied. - appendPermissions(Asset, Iterable<? extends Permission>) - Static method in class org.wildfly.testing.tools.deployments.DeploymentDescriptors
-
Creates a new asset with the new permissions appended to the current permissions.
- appendPermissions(Asset, Permission...) - Static method in class org.wildfly.testing.tools.deployments.DeploymentDescriptors
-
Creates a new asset with the new permissions appended to the current permissions.
B
- build() - Method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Creates the module by: Creating the module directory based on the modules name Generating a JAR file for the resource Generating a module.xml file
- build() - Method in class org.wildfly.testing.tools.modules.ModuleDependency.Builder
-
Creates the module dependency.
- builder(String) - Static method in class org.wildfly.testing.tools.modules.ModuleDependency
-
Creates a new dependency builder.
C
- close() - Method in class org.wildfly.testing.tools.modules.ModuleDescription
-
Deletes the module files and directories.
- CloseableXMLStreamWriter - Interface in org.wildfly.testing.tools.xml
-
A simple
XMLStreamWriterwhich also implementsAutoCloseable. - compareTo(ModuleDependency) - Method in class org.wildfly.testing.tools.modules.ModuleDependency
- compareTo(ModuleDescription) - Method in class org.wildfly.testing.tools.modules.ModuleDescription
- createAlias(String, String) - Static method in class org.wildfly.testing.tools.modules.ModuleDescription
-
Creates a module-alias with the discovered module path.
- createAlias(Path, String, String) - Static method in class org.wildfly.testing.tools.modules.ModuleDescription
-
Creates a module alias based on the module path.
- createJBossDeploymentStructure(Set<String>, Set<String>) - Static method in class org.wildfly.testing.tools.deployments.DeploymentDescriptors
-
Creates a
jboss-deployment-structure.xmlfile with the optional dependency additions or exclusions. - createJBossDeploymentStructureAsset(Set<String>, Set<String>) - Static method in class org.wildfly.testing.tools.deployments.DeploymentDescriptors
-
Creates a
jboss-deployment-structure.xmlfile with the optional dependency additions or exclusions. - createJBossWebContextRoot(String) - Static method in class org.wildfly.testing.tools.deployments.DeploymentDescriptors
-
Creates a
jboss-web.xmlwith the context root provided. - createJBossWebSecurityDomain(String) - Static method in class org.wildfly.testing.tools.deployments.DeploymentDescriptors
-
Creates a
jboss-web.xmlwith the security domain for the deployment. - createJBossWebXml(Map<String, String>) - Static method in class org.wildfly.testing.tools.deployments.DeploymentDescriptors
-
Creates a
jboss-web.xmlwith simple attributes. - createJBossWebXmlAsset(Map<String, String>) - Static method in class org.wildfly.testing.tools.deployments.DeploymentDescriptors
-
Creates a
jboss-web.xmlwith simple attributes. - createPermissionsXml(Iterable<? extends Permission>, Permission...) - Static method in class org.wildfly.testing.tools.deployments.DeploymentDescriptors
-
Creates a new asset with the given contents for a
permissions.xmlfile. - createPermissionsXml(Permission...) - Static method in class org.wildfly.testing.tools.deployments.DeploymentDescriptors
-
Creates a new asset with the given contents for a
permissions.xmlfile. - createPermissionsXmlAsset(Iterable<? extends Permission>) - Static method in class org.wildfly.testing.tools.deployments.DeploymentDescriptors
-
Creates a new asset with the given contents for a
permissions.xmlfile. - createPermissionsXmlAsset(Iterable<? extends Permission>, Permission...) - Static method in class org.wildfly.testing.tools.deployments.DeploymentDescriptors
-
Creates a new asset with the given contents for a
permissions.xmlfile. - createPermissionsXmlAsset(Permission...) - Static method in class org.wildfly.testing.tools.deployments.DeploymentDescriptors
-
Creates a new asset with the given contents for a
permissions.xmlfile. - createTempDirPermission(String) - Static method in class org.wildfly.testing.tools.deployments.DeploymentDescriptors
-
Creates the permissions required for the
java.io.tmpdir.
D
- DeploymentDescriptors - Class in org.wildfly.testing.tools.deployments
-
A utility to generate various deployment descriptors.
- discoverModulePath() - Static method in class org.wildfly.testing.tools.modules.Modules
-
Discovers the JBoss Module directory to use.
E
- equals(Object) - Method in class org.wildfly.testing.tools.modules.ModuleDependency
- equals(Object) - Method in class org.wildfly.testing.tools.modules.ModuleDescription
- export(boolean) - Method in class org.wildfly.testing.tools.modules.ModuleDependency.Builder
-
Whether the dependency should be exported or not.
- EXPORT - Enum constant in enum org.wildfly.testing.tools.modules.ModuleDependency.Services
- exports() - Method in class org.wildfly.testing.tools.modules.ModuleDependency
-
The export filters for the dependency.
H
- hashCode() - Method in class org.wildfly.testing.tools.modules.ModuleDependency
- hashCode() - Method in class org.wildfly.testing.tools.modules.ModuleDescription
I
- IMPORT - Enum constant in enum org.wildfly.testing.tools.modules.ModuleDependency.Services
- imports() - Method in class org.wildfly.testing.tools.modules.ModuleDependency
-
The import filters for the dependency.
- include() - Method in interface org.wildfly.testing.tools.modules.ModuleDependency.Filter
-
Whether the filter should be an include or exclude.
- isExport() - Method in class org.wildfly.testing.tools.modules.ModuleDependency
-
Indicates if the dependency should be exported.
- isOptional() - Method in class org.wildfly.testing.tools.modules.ModuleDependency
-
Indicates if the dependency is optional.
M
- ModuleBuilder - Class in org.wildfly.testing.tools.modules
-
A simple utility to create a module.
- ModuleDependency - Class in org.wildfly.testing.tools.modules
-
A module dependency used for the
ModuleBuilder. - ModuleDependency.Builder - Class in org.wildfly.testing.tools.modules
-
Builds a module dependency.
- ModuleDependency.Filter - Interface in org.wildfly.testing.tools.modules
-
A simple filter of the dependency to filter paths.
- ModuleDependency.Services - Enum in org.wildfly.testing.tools.modules
- ModuleDescription - Class in org.wildfly.testing.tools.modules
-
Describes a created module.
- modulePath() - Method in class org.wildfly.testing.tools.modules.ModuleDescription
-
The path to the module.
- Modules - Class in org.wildfly.testing.tools.modules
-
Utilities for JBoss Modules.
- Modules() - Constructor for class org.wildfly.testing.tools.modules.Modules
N
- name() - Method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Returns the module name.
- name() - Method in class org.wildfly.testing.tools.modules.ModuleDependency
-
Returns the module dependency name.
- name() - Method in class org.wildfly.testing.tools.modules.ModuleDescription
-
The modules name.
- NONE - Enum constant in enum org.wildfly.testing.tools.modules.ModuleDependency.Services
O
- of(OutputStream) - Static method in interface org.wildfly.testing.tools.xml.CloseableXMLStreamWriter
-
Creates an
XMLStreamWriterwhich writes to the output stream. - of(Writer) - Static method in interface org.wildfly.testing.tools.xml.CloseableXMLStreamWriter
-
Creates an
XMLStreamWriterwhich writes to the output stream. - of(String) - Static method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Creates a new module builder with an archive name of test-module.jar.
- of(String, boolean) - Static method in interface org.wildfly.testing.tools.modules.ModuleDependency.Filter
-
Creates a new path filter.
- of(String, String) - Static method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Creates a new module builder.
- of(String, String, Path) - Static method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Creates a new module builder.
- of(String, JavaArchive) - Static method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Creates a new module builder with an archive name of test-module.jar.
- of(String, JavaArchive, Path) - Static method in class org.wildfly.testing.tools.modules.ModuleBuilder
-
Creates a new module builder.
- optional(boolean) - Method in class org.wildfly.testing.tools.modules.ModuleDependency.Builder
-
Whether the dependency should be optional or not.
- org.wildfly.testing.tools.deployments - package org.wildfly.testing.tools.deployments
- org.wildfly.testing.tools.modules - package org.wildfly.testing.tools.modules
- org.wildfly.testing.tools.xml - package org.wildfly.testing.tools.xml
P
- path() - Method in interface org.wildfly.testing.tools.modules.ModuleDependency.Filter
-
The relative path of the filter
S
- services() - Method in class org.wildfly.testing.tools.modules.ModuleDependency
-
Returns the services value, if defined.
- services(ModuleDependency.Services) - Method in class org.wildfly.testing.tools.modules.ModuleDependency.Builder
-
Define the value for the dependencies
servicesattribute.
T
- toString() - Method in enum org.wildfly.testing.tools.modules.ModuleDependency.Services
- toString() - Method in class org.wildfly.testing.tools.modules.ModuleDependency
- toString() - Method in class org.wildfly.testing.tools.modules.ModuleDescription
V
- valueOf(String) - Static method in enum org.wildfly.testing.tools.modules.ModuleDependency.Services
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.wildfly.testing.tools.modules.ModuleDependency.Services
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes and Interfaces|All Packages