org.stanwood.media.store.mp4
Class MP4ITunesStoreInfo

java.lang.Object
  extended by org.stanwood.media.extensions.ExtensionInfo<MP4ITunesStore>
      extended by org.stanwood.media.store.mp4.MP4ITunesStoreInfo

public class MP4ITunesStoreInfo
extends ExtensionInfo<MP4ITunesStore>

Extension information about the store MP4ITunesStore


Field Summary
static ParameterType PARAM_ATOMIC_PARSLEY_KEY
          The parameter type information for the parameter specifying the location of the AtomicParsley command
static ParameterType PARAM_MANAGER_KEY
          The parameter type information for the parameter used to change the manager class
 
Constructor Summary
MP4ITunesStoreInfo()
          The constructor
 
Method Summary
protected  MP4ITunesStore createExtension()
          Used to create the extension
 
Methods inherited from class org.stanwood.media.extensions.ExtensionInfo
getAnyExtension, getExtension, getId, getParameterInfos, getType, setId, setParameterInfos
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_ATOMIC_PARSLEY_KEY

public static final ParameterType PARAM_ATOMIC_PARSLEY_KEY
The parameter type information for the parameter specifying the location of the AtomicParsley command


PARAM_MANAGER_KEY

public static final ParameterType PARAM_MANAGER_KEY
The parameter type information for the parameter used to change the manager class

Constructor Detail

MP4ITunesStoreInfo

public MP4ITunesStoreInfo()
The constructor

Method Detail

createExtension

protected MP4ITunesStore createExtension()
Description copied from class: ExtensionInfo
Used to create the extension

Specified by:
createExtension in class ExtensionInfo<MP4ITunesStore>
Returns:
The extension