public abstract class AbstractTeamSource extends Object implements TeamSource
TeamSource
.Modifier and Type | Class and Description |
---|---|
static interface |
AbstractTeamSource.SpecificationContext
Context for
loadSpecification(SpecificationContext) . |
Constructor and Description |
---|
AbstractTeamSource() |
Modifier and Type | Method and Description |
---|---|
TeamSourceSpecification |
getSpecification()
Obtains the specification for this.
|
protected abstract void |
loadSpecification(AbstractTeamSource.SpecificationContext context)
Overridden to load specification.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createTeam
public TeamSourceSpecification getSpecification()
TeamSource
Obtains the specification for this.
This will be called before any other methods, therefore this method must be able to return the specification immediately after a default constructor instantiation.
getSpecification
in interface TeamSource
protected abstract void loadSpecification(AbstractTeamSource.SpecificationContext context)
context
- AbstractTeamSource.SpecificationContext
.Copyright © 2005–2016. All rights reserved.