public interface SchemaWrapper
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.
|
String wrap(String toWrap, String type)
toWrap
- The content which shall be wrapped.type
- The type which depicts how the wrap should look like.toWrap
.String getName()
String getFileExtension()
Copyright © 2019. All rights reserved.