Methods' Details |
getProfileCount
- Description
- attempts to get the profiles count.
- Parameter product
- is the product name to get profiles count.Currently support "Mozilla" and "Thunderbird".
- Returns
- the profiles count of selected product.
|
|
getProfileList
- Description
- attempts to get the profile list for the given product.
- Parameter product
- is the product name to get profile list.Currently support "Mozilla" and "Thunderbird".
- Parameter list
- is a list of all profile of the given product.
- Returns
- the profile count for the given product.
|
|
getDefaultProfile
- Description
- attempts to get the default profile name for the given product.
- Parameter product
- is the product name to get default profile.Currently support "Mozilla" and "Thunderbird".
- Returns
- the default profile name for the given product.
|
|
getProfilePath
- Description
- attempts to get the full path for the given profile.
- Parameter product
- is the product name to get profile path.Currently support "Mozilla" and "Thunderbird".
- Parameter profileName
- the profile name to get full path.
- Returns
- the full path of the given profile.
|
|
isProfileLocked
- Description
- attempts to get whether profile is locked by other applications.
- Parameter product
- is the product name to get profile path.Currently support "Mozilla" and "Thunderbird".
- Parameter profileName
- the profile name to check.
- Returns
- true is the given profile is locked.
|
|
getProfileExists
- Description
- return true if the given profile exists
- Parameter product
- is the product name to get profile path.Currently support "Mozilla" and "Thunderbird".
- Parameter profileName
- the profile name to check.
- Returns
- whether given profile exists
|
|
Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.