public class PackageName extends Caption
| Modifier and Type | Field and Description |
|---|---|
boolean |
isPackageName |
String |
prefix |
String |
suffix |
| Constructor and Description |
|---|
PackageName(String prefix,
String suffix) |
| Modifier and Type | Method and Description |
|---|---|
static List<Link> |
convertList(List<String> packageNames)
Converts a string list of package names to a
Link list. |
String |
toString() |
public final boolean isPackageName
public final String prefix
public final String suffix
public static List<Link> convertList(List<String> packageNames)
Link list. While conversion, the PackageName's
suffix and prefix is populated. The common part of all packages will set as prefix and the rest be as suffix.packageNames - The package names.Copyright © 2018 WSO2. All rights reserved.