com.atlassian.confluence.importexport.impl
Class ExportImageDescriptor

java.lang.Object
  extended by com.atlassian.confluence.importexport.impl.ExportImageDescriptor

public class ExportImageDescriptor
extends Object

A descriptor for an exported image.


Constructor Summary
ExportImageDescriptor(String imagePath, String exportPath)
           
 
Method Summary
 boolean equals(Object o)
           
 String getExportPath()
           
 String getImagePath()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportImageDescriptor

public ExportImageDescriptor(String imagePath,
                             String exportPath)
Method Detail

getImagePath

public String getImagePath()

getExportPath

public String getExportPath()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2012 Atlassian. All Rights Reserved.