public abstract class AbstractServerConfiguration<T extends Fraction> extends Object implements ServerConfiguration<T>
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServerConfiguration.DeploymentSpec |
| Constructor and Description |
|---|
AbstractServerConfiguration(Class<T> type) |
| Modifier and Type | Method and Description |
|---|---|
T |
defaultFraction() |
protected AbstractServerConfiguration.DeploymentSpec |
deployment(String gav) |
List<org.jboss.shrinkwrap.api.Archive> |
getImplicitDeployments(T fraction,
ArtifactLookup lookup) |
Class<T> |
getType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtension, getImplicitDeployments, getList, getServiceActivators, getSubsystemParsers, isIgnorable, prepareArchive, processArchiveMetaDatapublic List<org.jboss.shrinkwrap.api.Archive> getImplicitDeployments(T fraction, ArtifactLookup lookup) throws Exception
getImplicitDeployments in interface ServerConfiguration<T extends Fraction>Exceptionpublic Class<T> getType()
getType in interface ServerConfiguration<T extends Fraction>public T defaultFraction()
defaultFraction in interface ServerConfiguration<T extends Fraction>protected AbstractServerConfiguration.DeploymentSpec deployment(String gav)
Copyright © 2016 JBoss by Red Hat. All rights reserved.