public class AddModuleRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AddModuleRequest.ModuleResource |
| Constructor and Description |
|---|
AddModuleRequest(String moduleName,
String slot,
String mainClass,
Set<AddModuleRequest.ModuleResource> resources,
Set<String> dependencies,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getDependencies()
List of the dependencies for this module.
|
String |
getMainClass()
The main class of this module, if any.
|
String |
getModuleName()
The name of the JBoss Module to create, such as "org.example.jdbc.driver" (Required)
|
Map<String,String> |
getProperties()
A simple map of named parameters.
|
Set<AddModuleRequest.ModuleResource> |
getResources()
List of resource paths relative to module folder on the server.
|
String |
getSlot()
The version slot of the module.
|
public String getModuleName()
public String getSlot()
public String getMainClass()
public Set<AddModuleRequest.ModuleResource> getResources()
public Set<String> getDependencies()
Copyright © 2015 Red Hat, Inc.. All rights reserved.