Uses of Class
aQute.bnd.build.WorkspaceLayout
-
Packages that use WorkspaceLayout Package Description aQute.bnd.build -
-
Uses of WorkspaceLayout in aQute.bnd.build
Fields in aQute.bnd.build declared as WorkspaceLayout Modifier and Type Field Description private WorkspaceLayoutWorkspace. layoutMethods in aQute.bnd.build that return WorkspaceLayout Modifier and Type Method Description WorkspaceLayoutWorkspace. getLayout()Get the layout style of the workspace.static WorkspaceLayoutWorkspaceLayout. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WorkspaceLayout[]WorkspaceLayout. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in aQute.bnd.build with parameters of type WorkspaceLayout Constructor Description Workspace(WorkspaceLayout layout)
-