| Package | Description |
|---|---|
| org.apache.jackrabbit.filevault.maven.packaging | |
| org.apache.jackrabbit.filevault.maven.packaging.impl |
| Modifier and Type | Field and Description |
|---|---|
static PackageId[] |
PackageId.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static PackageId[] |
PackageId.fromString(String... str)
Returns an array of package id from strings
|
static PackageId |
PackageId.fromString(String str)
Returns a package id from a id string.
|
| Modifier and Type | Method and Description |
|---|---|
int |
PackageId.compareTo(PackageId o)
Compares this id with the given one.
|
boolean |
PackageDependency.matches(PackageId id)
Checks if the given package id matches this dependency specification.
|
static String |
PackageId.toString(PackageId... packs)
Creates a comma separated list of id strings.
|
| Constructor and Description |
|---|
PackageDependency(PackageId id)
Creates a new dependency to the specified package id
|
| Modifier and Type | Method and Description |
|---|---|
PackageId |
PackageInfo.getId()
Returns the package id.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.