org.jboss.example.dna.sequencers
Class MediaInfo

java.lang.Object
  extended by org.jboss.example.dna.sequencers.ContentInfo
      extended by org.jboss.example.dna.sequencers.MediaInfo

@Immutable
public class MediaInfo
extends ContentInfo

Author:
Randall Hauch

Constructor Summary
protected MediaInfo(java.lang.String path, java.lang.String name, java.lang.String mediaType, java.util.Properties props)
           
 
Method Summary
 java.lang.String getMediaType()
           
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.example.dna.sequencers.ContentInfo
getInfoType, getName, getPath, getProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MediaInfo

protected MediaInfo(java.lang.String path,
                    java.lang.String name,
                    java.lang.String mediaType,
                    java.util.Properties props)
Method Detail

getMediaType

public java.lang.String getMediaType()

toString

public java.lang.String toString()
Overrides:
toString in class ContentInfo


Copyright © 2008. All Rights Reserved.