Interface ClassRealmConstituent


public interface ClassRealmConstituent
Describes a constituent of a class realm.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    Gets the artifact id of the constituent's artifact.
    Gets the classifier of the constituent's artifact.
    Gets the file of the constituent's artifact.
    Gets the group id of the constituent's artifact.
    Gets the type of the constituent's artifact.
    Gets the version of the constituent's artifact.
  • Method Details Link icon

    • getGroupId Link icon

      String getGroupId()
      Gets the group id of the constituent's artifact.
      Returns:
      The group id, never null.
    • getArtifactId Link icon

      String getArtifactId()
      Gets the artifact id of the constituent's artifact.
      Returns:
      The artifact id, never null.
    • getType Link icon

      String getType()
      Gets the type of the constituent's artifact.
      Returns:
      The type, never null.
    • getClassifier Link icon

      String getClassifier()
      Gets the classifier of the constituent's artifact.
      Returns:
      The classifier or an empty string, never null.
    • getVersion Link icon

      String getVersion()
      Gets the version of the constituent's artifact.
      Returns:
      The version, never null.
    • getFile Link icon

      File getFile()
      Gets the file of the constituent's artifact.
      Returns:
      The file, never null.