org.jboss.example.dna.sequencers
Class ContentInfo

java.lang.Object
  extended by org.jboss.example.dna.sequencers.ContentInfo
Direct Known Subclasses:
JavaInfo, MediaInfo

@Immutable
public class ContentInfo
extends java.lang.Object

Author:
Randall Hauch

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

Constructor Detail

ContentInfo

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

getName

public java.lang.String getName()

getPath

public java.lang.String getPath()

getProperties

public java.util.Properties getProperties()

getInfoType

public java.lang.String getInfoType()

toString

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


Copyright © 2008. All Rights Reserved.