MCPcopy Create free account
hub / github.com/antlr/codebuff / createApplicationType

Method createApplicationType

output/java_guava/1.4.16/MediaType.java:850–852  ·  view source on GitHub ↗

Creates a media type with the "application" type and the given subtype. @throws IllegalArgumentException if subtype is invalid

(String subtype)

Source from the content-addressed store, hash-verified

848 */
849
850 static MediaType createApplicationType(String subtype) {
851 return create(APPLICATION_TYPE, subtype);
852 }
853
854 /**
855 * Creates a media type with the "audio" type and the given subtype.

Callers

nothing calls this directly

Calls 1

createMethod · 0.95

Tested by

no test coverage detected