Class ScopicManifestContentWriter
java.lang.Object
love.distributedrebirth.nx01.warp.manifestor.scopic.iomf.ScopicManifestContentWriter
- All Implemented Interfaces:
ScopicManifestContent<String>
Stroboscopic manifest 1 and 2 content writer.
- Version:
- ©Δ∞ 仙上主天
- Author:
- للَّٰهِilLצسُو
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstrobeMainAttribute(String name, String body) voidstrobeManifestDeclaration(String version) voidvoidstrobeRemarkContent(String remark) voidstrobeSectionAttribute(String name, String body) voidstrobeSectionHeader(String sectionName) withPrintHeaderSpacer(boolean value) withPrintRemarks(boolean value) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ScopicManifestContent
strobeManifestStart
-
Constructor Details
-
ScopicManifestContentWriter
-
-
Method Details
-
withPrintHeaderSpacer
-
withPrintRemarks
-
strobeManifestDeclaration
- Specified by:
strobeManifestDeclarationin interfaceScopicManifestContent<String>
-
strobeMainAttribute
- Specified by:
strobeMainAttributein interfaceScopicManifestContent<String>
-
strobeSectionHeader
- Specified by:
strobeSectionHeaderin interfaceScopicManifestContent<String>
-
strobeSectionAttribute
- Specified by:
strobeSectionAttributein interfaceScopicManifestContent<String>
-
strobeRemarkContent
- Specified by:
strobeRemarkContentin interfaceScopicManifestContent<String>
-
strobeManifestEnd
public void strobeManifestEnd()- Specified by:
strobeManifestEndin interfaceScopicManifestContent<String>
-