public class SeedWrapper extends Object implements SchemaWrapper
| Constructor and Description |
|---|
SeedWrapper() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileExtension()
Depicts a proposal for an file extension for the wrapped content.
|
String |
getName()
Depicts a proposal for the name of the wrapped content.
|
String |
wrap(String toWrap,
String type)
Wraps the given string depending on the given type.
|
CharSequence |
wrapModel(String model) |
CharSequence |
wrapView(String view) |
public String getName()
SchemaWrappergetName in interface SchemaWrapperpublic String getFileExtension()
SchemaWrappergetFileExtension in interface SchemaWrapperpublic String wrap(String toWrap, String type)
SchemaWrapperwrap in interface SchemaWrappertoWrap - The content which shall be wrapped.type - The type which depicts how the wrap should look like.toWrap.public CharSequence wrapModel(String model)
public CharSequence wrapView(String view)
Copyright © 2020. All rights reserved.