public interface TeamSource
Team
instances.Modifier and Type | Method and Description |
---|---|
Team |
createTeam(TeamSourceContext context)
Creates the
Team . |
TeamSourceSpecification |
getSpecification()
Obtains the specification for this.
|
TeamSourceSpecification getSpecification()
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.
Team createTeam(TeamSourceContext context) throws Exception
Team
.context
- TeamSourceContext
.Team
.Exception
- If fails to configure the TeamSource
.Copyright © 2005–2016. All rights reserved.