Class HytaleManifestModel.Identifier
java.lang.Object
net.janrupf.gradle.hytale.dev.extension.HytaleManifestModel.Identifier
- Enclosing class:
HytaleManifestModel
An identifier for a Hytale plugin.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract org.gradle.api.provider.Property<String> getGroup()The group of the identifier.abstract org.gradle.api.provider.Property<String> getName()The name of the identifier.org.gradle.api.provider.Provider<String> Convert the identifier to a manifest string.
-
Constructor Details
-
Identifier
public Identifier()
-
-
Method Details
-
getGroup
The group of the identifier.- Returns:
- the group property
-
getName
The name of the identifier.- Returns:
- the name property
-
toManifestString
Convert the identifier to a manifest string.- Returns:
- the manifest string provider
-