public interface ModuleConfig extends org.jboss.staxmapper.XMLElementWriter<ModuleConfig>
Modifier and Type | Interface and Description |
---|---|
static interface |
ModuleConfig.Dependency |
static interface |
ModuleConfig.Resource |
Modifier and Type | Method and Description |
---|---|
Collection<ModuleConfig.Dependency> |
getDependencies() |
String |
getMainClass() |
String |
getModuleName() |
Map<String,String> |
getProperties() |
Collection<ModuleConfig.Resource> |
getResources() |
String |
getSchemaVersion() |
String |
getSlot() |
String getSchemaVersion()
String getModuleName()
String getSlot()
String getMainClass()
Collection<ModuleConfig.Resource> getResources()
Collection<ModuleConfig.Dependency> getDependencies()
Copyright © 2023 JBoss by Red Hat. All rights reserved.