MCPcopy Create free account
hub / github.com/ddf-project/DDF / setName

Method setName

core/src/main/java/io/ddf/DDF.java:268–273  ·  view source on GitHub ↗

@param name the DDF name to set

(String name)

Source from the content-addressed store, hash-verified

266 * @param name the DDF name to set
267 */
268 @Override
269 public void setName(String name) throws DDFException {
270 if(name != null) validateName(name);
271
272 this.mName = name;
273 }
274
275 //Ensure name is unique
276 //Also only allow alphanumberic and dash "-" and underscore "_"

Callers

nothing calls this directly

Calls 1

validateNameMethod · 0.95

Tested by

no test coverage detected