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, waitacquire, releaseclose, createInputStream, delete, getSizepublic static final String PACKAGES_ROOT
@NotNull public @NotNull DistributionPackageInfo getInfo()
DistributionPackagegetInfo in interface DistributionPackage@NotNull public @NotNull String getId()
DistributionPackagegetId in interface DistributionPackage@NotNull public @NotNull String getType()
DistributionPackagegetType in interface DistributionPackage@Nullable public @Nullable String getDigestAlgorithm()
@Nullable public @Nullable String getDigestMessage()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.