public abstract class AbstractApplicationMetadata extends Object implements ApplicationMetadata
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractApplicationMetadata() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Optional<String> |
getMetadata()
Returns the meta data as a String that shall be used to build up the
complete Project meta data.
|
com.speedment.runtime.config.Project |
makeProject()
Transforms the metadata into a
Project document. |
protected abstract Optional<String> getMetadata()
public com.speedment.runtime.config.Project makeProject()
ApplicationMetadataProject document.makeProject in interface ApplicationMetadataCopyright © 2019 Speedment, Inc.. All rights reserved.