org.jboss.forge.container.modules.providers
Class ForgeContainerSpec
java.lang.Object
org.jboss.forge.container.modules.providers.AbstractModuleSpecProvider
org.jboss.forge.container.modules.providers.ForgeContainerSpec
- All Implemented Interfaces:
- ModuleSpecProvider
public class ForgeContainerSpec
- extends AbstractModuleSpecProvider
|
Field Summary |
static org.jboss.modules.ModuleIdentifier |
ID
|
static Set<String> |
paths
|
|
Method Summary |
protected void |
configure(org.jboss.modules.ModuleLoader loader,
org.jboss.modules.ModuleSpec.Builder builder)
|
protected org.jboss.modules.ModuleIdentifier |
getId()
|
protected Set<String> |
getPaths()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final org.jboss.modules.ModuleIdentifier ID
paths
public static Set<String> paths
ForgeContainerSpec
public ForgeContainerSpec()
configure
protected void configure(org.jboss.modules.ModuleLoader loader,
org.jboss.modules.ModuleSpec.Builder builder)
- Overrides:
configure in class AbstractModuleSpecProvider
getId
protected org.jboss.modules.ModuleIdentifier getId()
- Specified by:
getId in class AbstractModuleSpecProvider
getPaths
protected Set<String> getPaths()
- Specified by:
getPaths in class AbstractModuleSpecProvider
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.