All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sf.nakeduml.textmetamodel.TextOutputRoot Maven / Gradle / Ivy

package net.sf.nakeduml.textmetamodel;


public class TextOutputRoot extends TextFileDirectory {
	protected TextOutputRoot(TextWorkspace parent, String name) {
		super(parent, name);
	}

	@Override
	protected void appendNameToRelativePath(StringBuilder sb) {
		sb.append("/");
	}
	@Override
	public TextOutputRoot getOutputRoot() {
		return this;
	
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy