javax.media.pm
Class PackageManager

java.lang.Object
  |
  +--javax.media.PackageManager
        |
        +--javax.media.pm.PackageManager

public final class PackageManager
extends 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

PackageManager

public PackageManager()
Method Detail

getProtocolPrefixList

public static java.util.Vector getProtocolPrefixList()
Protocol Prefix List

Returns:
The protocol package-prefix list.

setProtocolPrefixList

public static void setProtocolPrefixList(java.util.Vector list)
Description copied from class: PackageManager
Set the protocol package-prefix list. This is required for changes to take effect.

Parameters:
list - The new package-prefix list to use.

commitProtocolPrefixList

public static void commitProtocolPrefixList()
Description copied from class: PackageManager
Make changes to the protocol package-prefix list persistent.

This method throws a SecurityException if the calling thread does not have access to system properties.


getContentPrefixList

public static java.util.Vector getContentPrefixList()
Content Prefix List

Returns:
The content package-prefix list.

setContentPrefixList

public static void setContentPrefixList(java.util.Vector list)
Description copied from class: PackageManager
Set the current value of the content package-prefix list. This is required for changes to take effect.

Parameters:
list - The content package-prefix list to set.

commitContentPrefixList

public static void commitContentPrefixList()
Description copied from class: PackageManager
Make changes to the content prefix-list persistent.

This method throws a SecurityException if the calling thread does not have access to system properties.