|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VersionBeanFactory
Simple factory used to create version beans from versions.
| Field Summary | |
|---|---|
static String |
VERSION_OPERATIONS_WEB_LOCATION
|
| Method Summary | |
|---|---|
VersionBean |
createVersionBean(Version version)
Create a VersionBean given the passed Version. |
VersionBean |
createVersionBean(Version version,
boolean expandOps)
Create a VersionBean given the passed Version and whether or not to include available operations. |
List<VersionBean> |
createVersionBeans(Collection<? extends Version> versions)
Create a list of VersionBeans given the passed Versions. |
List<VersionBean> |
createVersionBeans(Collection<? extends Version> versions,
boolean expandOps)
Create a list of VersionBeans given the passed Versions. |
| Field Detail |
|---|
static final String VERSION_OPERATIONS_WEB_LOCATION
| Method Detail |
|---|
VersionBean createVersionBean(Version version)
version - the version to convert.
VersionBean createVersionBean(Version version,
boolean expandOps)
version - the version to convert.expandOps - whether or not to include the operations
List<VersionBean> createVersionBeans(Collection<? extends Version> versions)
versions - the versions to convert.
List<VersionBean> createVersionBeans(Collection<? extends Version> versions,
boolean expandOps)
versions - the versions to convert.expandOps - whether or not to include available operations.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||