NamedWithMimeType

API

NamedWithMimeType.java
interface NamedWithMimeType {
  String getName()
  MimeType getMimeType()
  int compareTo(NamedWithMimeType o)
}