Class ScopicManifestContentStringHandler
java.lang.Object
love.distributedrebirth.nx01.warp.manifestor.scopic.ScopicManifestContentStringHandler
- All Implemented Interfaces:
ScopicManifestContent<String>
public class ScopicManifestContentStringHandler
extends Object
implements ScopicManifestContent<String>
Stroboscopic manifest 1 and 2 content handler.
- Version:
- ©Δ∞ 仙上主天
- Author:
- للَّٰهِilLצسُو
-
Constructor Summary
ConstructorsConstructorDescriptionScopicManifestContentStringHandler
(WarpManifestX8 manifest, WarpManifestX0TheVersion... supportedVersions) -
Method Summary
Modifier and TypeMethodDescriptionvoid
strobeMainAttribute
(String name, String body) void
strobeManifestDeclaration
(String version) void
void
strobeRemarkContent
(String remark) void
strobeSectionAttribute
(String name, String body) void
strobeSectionHeader
(String sectionName) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface love.distributedrebirth.nx01.warp.manifestor.scopic.ScopicManifestContent
strobeManifestStart
-
Constructor Details
-
ScopicManifestContentStringHandler
public ScopicManifestContentStringHandler(WarpManifestX8 manifest, WarpManifestX0TheVersion... supportedVersions)
-
-
Method Details
-
strobeManifestDeclaration
- Specified by:
strobeManifestDeclaration
in interfaceScopicManifestContent<String>
-
strobeMainAttribute
- Specified by:
strobeMainAttribute
in interfaceScopicManifestContent<String>
-
strobeSectionHeader
- Specified by:
strobeSectionHeader
in interfaceScopicManifestContent<String>
-
strobeSectionAttribute
- Specified by:
strobeSectionAttribute
in interfaceScopicManifestContent<String>
-
strobeRemarkContent
- Specified by:
strobeRemarkContent
in interfaceScopicManifestContent<String>
-
strobeManifestEnd
public void strobeManifestEnd()- Specified by:
strobeManifestEnd
in interfaceScopicManifestContent<String>
-