public class AsamPath
extends java.lang.Object
| Constructor and Description |
|---|
AsamPath() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String[] |
getApplicationElements(java.lang.String path)
This method retrieves an array containing all the application elements of the path.
|
static java.lang.String[] |
getInstanceElements(java.lang.String path,
boolean versionIncluded)
This method retrieves the instance element names of the path.
|
static java.lang.String[][] |
splitPath(java.lang.String path)
This method retrieves an array containing all the elements of the asam path.
|
public static java.lang.String[] getApplicationElements(java.lang.String path)
path - the ASAM pathpublic static java.lang.String[] getInstanceElements(java.lang.String path,
boolean versionIncluded)
path - the ASAM pathversionIncluded - if true the version are include, if availablepublic static java.lang.String[][] splitPath(java.lang.String path)
path - the ASAM path