Class HytaleManifestModel.Identifier

java.lang.Object
net.janrupf.gradle.hytale.dev.extension.HytaleManifestModel.Identifier
Enclosing class:
HytaleManifestModel

public abstract static class HytaleManifestModel.Identifier extends Object
An identifier for a Hytale plugin.
  • Constructor Details

    • Identifier

      public Identifier()
  • Method Details

    • getGroup

      public abstract org.gradle.api.provider.Property<String> getGroup()
      The group of the identifier.
      Returns:
      the group property
    • getName

      public abstract org.gradle.api.provider.Property<String> getName()
      The name of the identifier.
      Returns:
      the name property
    • toManifestString

      public org.gradle.api.provider.Provider<String> toManifestString()
      Convert the identifier to a manifest string.
      Returns:
      the manifest string provider