Class ExportImageDescriptor

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

public class ExportImageDescriptor extends Object
A descriptor for an exported image.
  • Constructor Details

    • ExportImageDescriptor

      public ExportImageDescriptor(String imagePath, String exportPath)
  • Method Details

    • 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