org.alfresco.repo.content.transform
Class ContentTransformerRegistry.TransformationKey

java.lang.Object
  extended by org.alfresco.repo.content.transform.ContentTransformerRegistry.TransformationKey
Enclosing class:
ContentTransformerRegistry

Deprecated.

@Deprecated
public static class ContentTransformerRegistry.TransformationKey
extends java.lang.Object

A key for a combination of a source and target mimetype


Constructor Summary
ContentTransformerRegistry.TransformationKey(java.lang.String sourceMimetype, java.lang.String targetMimetype)
          Deprecated.  
 
Method Summary
 boolean equals(java.lang.Object obj)
          Deprecated.  
 java.lang.String getSourceMimetype()
          Deprecated.  
 java.lang.String getTargetMimetype()
          Deprecated.  
 int hashCode()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentTransformerRegistry.TransformationKey

public ContentTransformerRegistry.TransformationKey(java.lang.String sourceMimetype,
                                                    java.lang.String targetMimetype)
Deprecated. 
Method Detail

getSourceMimetype

public java.lang.String getSourceMimetype()
Deprecated. 

getTargetMimetype

public java.lang.String getTargetMimetype()
Deprecated. 

equals

public boolean equals(java.lang.Object obj)
Deprecated. 
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class java.lang.Object


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.