public interface RegistryEntry
Modifier and Type | Method and Description |
---|---|
String |
getFormatName()
Returns the name of the format.
|
List |
getMimeTypes()
Return a List of mime types for this file format.
|
float |
getPriority()
Returns a search priority for this entry.
|
List |
getStandardExtensions()
Return a List of the common extensions for this file format.
|
List getStandardExtensions()
List getMimeTypes()
String getFormatName()
float getPriority()
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.