Class PackageList

java.lang.Object
com.artipie.conan.PackageList

public class PackageList extends Object
Lists sub packages of Conan package.
Since:
0.1
  • Field Details

    • PKG_SRC_LIST

      public static final List<String> PKG_SRC_LIST
      Main files of package recipe.
    • PKG_BIN_LIST

      public static final List<String> PKG_BIN_LIST
      Main files of package binary.
  • Constructor Details

    • PackageList

      public PackageList(Storage storage)
      Initializes new instance.
      Parameters:
      storage - Current Artipie storage instance.
  • Method Details

    • get

      public CompletionStage<List<String>> get(Key pkgkey)
      Returns subpackages list of names for given package key.
      Parameters:
      pkgkey - Full Storage key value for the package.
      Returns:
      CompletionStage with the list of subpackage names as strings.