Interface ScopicManifestContent<T>

All Known Implementing Classes:
ScopicIniContentWriter, ScopicManifest3ContentWriter, ScopicManifest4ContentHandler, ScopicManifest4ContentWriter, ScopicManifest5ContentWriter, ScopicManifestContentStringHandler, ScopicManifestContentWriter

public interface ScopicManifestContent<T>
Stroboscopic manifestor content handler.
Version:
©Δ∞ 仙上主天
Author:
للَّٰهِilLצسُو
  • Method Details

    • strobeManifestStart

      default void strobeManifestStart()
    • strobeManifestDeclaration

      void strobeManifestDeclaration(T version)
    • strobeMainAttribute

      void strobeMainAttribute(T name, T body)
    • strobeSectionHeader

      void strobeSectionHeader(T sectionName)
    • strobeSectionAttribute

      void strobeSectionAttribute(T name, T body)
    • strobeRemarkContent

      void strobeRemarkContent(T remark)
    • strobeManifestEnd

      default void strobeManifestEnd()