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

io.qt.internal.SymlinkEntry Maven / Gradle / Ivy

There is a newer version: 6.8.1
Show newest version
package io.qt.internal;

class SymlinkEntry extends LibraryEntry {
	private String target;

	public String getTarget() {
		return target;
	}

	public void setTarget(String target) {
		this.target = target;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy