Class DatasetDesc

java.lang.Object
gaiasky.util.datadesc.DatasetDesc

public class DatasetDesc
extends java.lang.Object
  • Field Details

    • source

      public final com.badlogic.gdx.utils.JsonValue source
    • name

      public java.lang.String name
    • description

      public java.lang.String description
    • shortDescription

      public java.lang.String shortDescription
    • type

      public java.lang.String type
    • file

      public java.lang.String file
    • datasetType

      public DatasetType datasetType
    • check

      public java.nio.file.Path check
    • path

      public java.nio.file.Path path
    • catalogFile

      public com.badlogic.gdx.files.FileHandle catalogFile
    • size

      public java.lang.String size
    • sizeBytes

      public long sizeBytes
    • nObjectsStr

      public java.lang.String nObjectsStr
    • nObjects

      public long nObjects
    • sha256

      public java.lang.String sha256
    • exists

      public boolean exists
    • myVersion

      public int myVersion
    • serverVersion

      public int serverVersion
    • minGsVersion

      public int minGsVersion
    • outdated

      public boolean outdated
    • baseData

      public boolean baseData
    • releaseNotes

      public java.lang.String releaseNotes
    • mustDownload

      public boolean mustDownload
    • cbDisabled

      public boolean cbDisabled
    • filesToDelete

      public java.lang.String[] filesToDelete
  • Constructor Details

    • DatasetDesc

      public DatasetDesc​(com.badlogic.gdx.utils.JsonReader reader, com.badlogic.gdx.utils.JsonValue source)
  • Method Details

    • isStarDataset

      public boolean isStarDataset()