|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--javax.media.PackageManager
|
+--javax.media.pm.PackageManager
| Constructor Summary | |
PackageManager()
|
|
| Method Summary | |
static void |
commitContentPrefixList()
Make changes to the content prefix-list persistent. |
static void |
commitProtocolPrefixList()
Make changes to the protocol package-prefix list persistent. |
static java.util.Vector |
getContentPrefixList()
Content Prefix List |
static java.util.Vector |
getProtocolPrefixList()
Protocol Prefix List |
static void |
setContentPrefixList(java.util.Vector list)
Set the current value of the content package-prefix list. |
static void |
setProtocolPrefixList(java.util.Vector list)
Set the protocol package-prefix list. |
| Methods inherited from class javax.media.PackageManager |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PackageManager()
| Method Detail |
public static java.util.Vector getProtocolPrefixList()
public static void setProtocolPrefixList(java.util.Vector list)
PackageManager
list - The new package-prefix list to use.public static void commitProtocolPrefixList()
PackageManager
This method throws a SecurityException if the calling thread
does not have access to system properties.
public static java.util.Vector getContentPrefixList()
public static void setContentPrefixList(java.util.Vector list)
PackageManager
list - The content package-prefix list to set.public static void commitContentPrefixList()
PackageManager
This method throws a SecurityException if the calling thread
does not have access to system properties.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||