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

aQute.bnd.build.WorkspaceLayout Maven / Gradle / Ivy

There is a newer version: 7.0.0
Show newest version
package aQute.bnd.build;

public enum WorkspaceLayout {
	/**
	 * The classic layout of a bnd workspace, consisting of a parent directory
	 * with a cnf folder.
	 */
	BND

	,

	/**
	 * A standalone workspace based on a single bnd or bndrun file, which must
	 * contain the -standalone instruction.
	 */
	STANDALONE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy