public class SystemExports extends Object
| Modifier and Type | Field and Description |
|---|---|
static SystemExports |
NONE |
| Constructor and Description |
|---|
SystemExports(String exportsLine)
Constructs an instance by parsing the exports line from the manifest
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFullExport(String pkg)
Constructs a package export, taking into account any attributes on the system export, including the version.
|
boolean |
isExported(String pkg) |
public static final SystemExports NONE
public SystemExports(String exportsLine)
exportsLine - The Export-Package header valuepublic String getFullExport(String pkg)
pkg - The java packagepublic boolean isExported(String pkg)
pkg - The package to checkCopyright © 2014 Atlassian. All rights reserved.