public class ProductDirectoryInformation
extends java.lang.Object
Product.getDirectoryInformation
method
to retrieve the product directory information for a product.Product
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInstalledPath()
The installed full path name for the product directory.
|
java.lang.String |
getPrimaryPath()
The primary full path name for the product directory.
|
java.lang.String |
getPublicDataAuthority()
The public data authority given to the directory by the Restore Licensed Program (RSTLICPGM) command when
this product is installed if the directory does not exist.
|
java.lang.String[] |
getPublicObjectAuthorities()
The public object authorities given to the directory by the Restore Licensed Program (RSTLICPGM) command when
this product is installed if the directory does not exist.
|
java.lang.String |
toString()
Returns the string representation of this object.
|
public java.lang.String getInstalledPath()
public java.lang.String getPrimaryPath()
public java.lang.String getPublicDataAuthority()
UserPermission
public java.lang.String[] getPublicObjectAuthorities()
UserPermission
public java.lang.String toString()
toString
in class java.lang.Object