public class DistributionHelper
extends java.lang.Object
| Constructor and Description |
|---|
DistributionHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<DistributionSpecComponent> |
toSpecComponents(FileSpec fileSpec)
Gets a file spec and returns a list of Distribution spec components - one for each files group in the file spec.
|
public static java.util.List<DistributionSpecComponent> toSpecComponents(FileSpec fileSpec) throws InvalidFileSpecException
fileSpec - the file spec from which to build the Distribution spec components.InvalidFileSpecException - if the given file spec is invalid.