MCPcopy Create free account
hub / github.com/SeanDragon/protools / FileType

Method FileType

common/src/main/java/pro/tools/file/FileType.java:168–170  ·  view source on GitHub ↗

Constructor. @param value

(String value)

Source from the content-addressed store, hash-verified

166 * @param value
167 */
168 FileType(String value) {
169 this.value = value;
170 }
171
172 public String getValue() {
173 return value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected