public abstract class AbstractDistributionPackage extends Object implements SharedDistributionPackage
DistributionPackage
Modifier and Type | Field and Description |
---|---|
static String |
PACKAGES_ROOT |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getDigestAlgorithm() |
@Nullable String |
getDigestMessage() |
@NotNull String |
getId()
get package id.
|
@NotNull DistributionPackageInfo |
getInfo()
gets an additional info holder for this package.
|
@NotNull String |
getType()
get the type of package
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
acquire, release
close, createInputStream, delete, getSize
public static final String PACKAGES_ROOT
@NotNull public @NotNull DistributionPackageInfo getInfo()
DistributionPackage
getInfo
in interface DistributionPackage
@NotNull public @NotNull String getId()
DistributionPackage
getId
in interface DistributionPackage
@NotNull public @NotNull String getType()
DistributionPackage
getType
in interface DistributionPackage
@Nullable public @Nullable String getDigestAlgorithm()
@Nullable public @Nullable String getDigestMessage()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.