javax.media
Class PackageManager

java.lang.Object
  extended by javax.media.PackageManager

public class PackageManager
extends Object


Constructor Summary
PackageManager()
           
 
Method Summary
static void commitContentPrefixList()
           
static void commitProtocolPrefixList()
           
static Vector getContentPrefixList()
           
static Vector getProtocolPrefixList()
           
static void setContentPrefixList(Vector list)
           
static void setProtocolPrefixList(Vector list)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageManager

public PackageManager()
Method Detail

getProtocolPrefixList

public static Vector getProtocolPrefixList()

setProtocolPrefixList

public static void setProtocolPrefixList(Vector list)

commitProtocolPrefixList

public static void commitProtocolPrefixList()

getContentPrefixList

public static Vector getContentPrefixList()

setContentPrefixList

public static void setContentPrefixList(Vector list)

commitContentPrefixList

public static void commitContentPrefixList()