NamedWithMimeType

API

NamedWithMimeType.java
interface NamedWithMimeType {
  String name()
  MimeType mimeType()
  int compareTo(NamedWithMimeType o)
}