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

Method createTextType

output/java_guava/1.4.19/MediaType.java:880–882  ·  view source on GitHub ↗

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

(String subtype)

Source from the content-addressed store, hash-verified

878 */
879
880 static MediaType createTextType(String subtype) {
881 return create(TEXT_TYPE, subtype);
882 }
883
884 /**
885 * Creates a media type with the "video" type and the given subtype.

Callers

nothing calls this directly

Calls 1

createMethod · 0.95

Tested by

no test coverage detected